* @brief Fetches the menu objects for this plugin * * The implementation of this method is supposed to call the base * classes "get_menu_entries" method and add it's own entries. */
| 303 | * classes "get_menu_entries" method and add it's own entries. |
| 304 | */ |
| 305 | virtual void get_menu_entries (std::vector<lay::MenuEntry> & /*menu_entries*/) const |
| 306 | { |
| 307 | // .. nothing yet .. |
| 308 | } |
| 309 | |
| 310 | /** |
| 311 | * @brief Creates a plugin object of the respective kind |
no outgoing calls
no test coverage detected