MCPcopy Create free account
hub / github.com/KLayout/klayout / create_plugin

Function create_plugin

src/laybasic/laybasic/layPlugin.h:316–319  ·  view source on GitHub ↗

* @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. */

Source from the content-addressed store, hash-verified

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

Callers 2

create_pluginsMethod · 0.70
create_pluginMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected