PluginDefault

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Classes

ModuleListener
class ModuleListener
Undocumented in source.

Functions

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.
deinit
void deinit()
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.
init
void init()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

getInstance
auto getInstance()
Undocumented in source. Be warned that the author may not have intended to support it.
setDescr
void setDescr(PluginDescriptor desc)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

DESCR
PluginDescriptor DESCR;
Undocumented in source.
INSTANCE
Plugin INSTANCE;
Undocumented in source.
instantiated
bool instantiated;
Undocumented in source.

Variables

_activator
PluginActivator _activator;
Undocumented in source.
extensionPoints
ExtensionPointDesc[] extensionPoints;
Undocumented in source.
extensions
ExtensionDesc[] extensions;
Undocumented in source.

Inherited Members

From Plugin

State
enum State
Undocumented in source.
descr
const(PluginDescriptor)* descr()
Undocumented in source.
init
void init()
Undocumented in source.
deinit
void deinit()
Undocumented in source.
activator
PluginActivator activator()
Undocumented in source.

Meta