MCPcopy Create free account
hub / github.com/KLayout/klayout / ~PluginDeclaration

Method ~PluginDeclaration

src/laybasic/laybasic/layPlugin.cc:65–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65PluginDeclaration::~PluginDeclaration ()
66{
67 if (Dispatcher::instance ()) {
68 Dispatcher::instance ()->plugin_removed (this);
69 }
70}
71
72#if defined(HAVE_QT)
73void

Callers

nothing calls this directly

Calls 2

plugin_removedMethod · 0.80
instanceFunction · 0.70

Tested by

no test coverage detected