* @brief The global configuration * * By implementing this method, a configuration can be treated globally. * Otherwise the individual plugin object (associated with a view) must handle * the configuration. One example for handling the configuration globally is * dynamic menu configuration. */
| 224 | * dynamic menu configuration. |
| 225 | */ |
| 226 | virtual bool configure (const std::string & /*name*/, const std::string & /*value*/) |
| 227 | { |
| 228 | return false; |
| 229 | } |
| 230 | |
| 231 | /** |
| 232 | * @brief Global menu handler |
no outgoing calls
no test coverage detected