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

Function initialized

src/laybasic/laybasic/layPlugin.h:275–278  ·  view source on GitHub ↗

* @brief Basic initialization * * Reimplementation of this method offers a chance to initialize static resources such as * dialogs etc. * While initialize is called before any configuration is loaded, "initialized" will be * called after the plugin system has been initially configured. */

Source from the content-addressed store, hash-verified

273 * called after the plugin system has been initially configured.
274 */
275 virtual void initialized (lay::Dispatcher * /*dispatcher*/)
276 {
277 // .. the default implementation does nothing ..
278 }
279
280 /**
281 * @brief Uninitialize the plugin

Callers 5

~LibraryProxyMethod · 0.85
unregisterMethod · 0.85
reregisterMethod · 0.85
~LibraryMethod · 0.85
renameMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected