ExamplePlugin

Undocumented in source.

Members

Functions

activate
void activate(PluginContext* ctx)
Undocumented in source. Be warned that the author may not have intended to support it.
deactivate
void deactivate(PluginContext* ctx)
Undocumented in source. Be warned that the author may not have intended to support it.
init
void init()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From PluginDefault

INSTANCE
Plugin INSTANCE;
Undocumented in source.
DESCR
PluginDescriptor DESCR;
Undocumented in source.
instantiated
bool instantiated;
Undocumented in source.
_activator
PluginActivator _activator;
Undocumented in source.
extensions
ExtensionDesc[] extensions;
Undocumented in source.
extensionPoints
ExtensionPointDesc[] extensionPoints;
Undocumented in source.
setDescr
void setDescr(PluginDescriptor desc)
Undocumented in source. Be warned that the author may not have intended to support it.
getInstance
auto getInstance()
Undocumented in source. Be warned that the author may not have intended to support it.
ModuleListener
class ModuleListener
Undocumented in source.
init
void init()
Undocumented in source. Be warned that the author may not have intended to support it.
deinit
void deinit()
Undocumented in source. Be warned that the author may not have intended to support it.
activator
PluginActivator activator()
Undocumented in source. Be warned that the author may not have intended to support it.
activator
void activator(PluginActivator a)
Undocumented in source. Be warned that the author may not have intended to support it.
descr
const(PluginDescriptor)* descr()
Undocumented in source. Be warned that the author may not have intended to support it.

From PluginActivator

activate
void activate(PluginContext* ctx)
Undocumented in source.
deactivate
void deactivate(PluginContext* ctx)
Undocumented in source.

Meta