* @brief Gets the AbstractMenu object * * This will deliver the actual menu - the one that is the root dispatcher's menu */
| 254 | * This will deliver the actual menu - the one that is the root dispatcher's menu |
| 255 | */ |
| 256 | AbstractMenu *menu () |
| 257 | { |
| 258 | return (dispatcher () == this) ? mp_menu.get () : dispatcher ()->menu (); |
| 259 | } |
| 260 | |
| 261 | protected: |
| 262 | // capture the configuration events so we can change the value of the configuration actions |
no test coverage detected