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

Function initialize

src/laybasic/laybasic/layPlugin.h:262–265  ·  view source on GitHub ↗

* @brief Basic initialization * * Reimplementation of this method offers a chance to initialize static resources such as * dialogs etc. */

Source from the content-addressed store, hash-verified

260 * dialogs etc.
261 */
262 virtual void initialize (lay::Dispatcher * /*dispatcher*/)
263 {
264 // .. the default implementation does nothing ..
265 }
266
267 /**
268 * @brief Basic initialization

Callers 6

register_pluginMethod · 0.70
initializeMethod · 0.50
init_appMethod · 0.50
loadMethod · 0.50
searchMethod · 0.50
showEventMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected