* @brief Creates a plugin object of the respective kind * * This method may return 0 for "dummy" plugins that just register menu entries * or configuration options. */
| 314 | * or configuration options. |
| 315 | */ |
| 316 | virtual lay::Plugin *create_plugin (db::Manager * /*manager*/, lay::Dispatcher * /*dispatcher*/, lay::LayoutViewBase * /*view*/) const |
| 317 | { |
| 318 | return 0; |
| 319 | } |
| 320 | |
| 321 | /** |
| 322 | * @brief Tells if the plugin implements the "lay::Editable" interface |
no outgoing calls
no test coverage detected