ExtensionsManager

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Classes

_Event
class _Event
Undocumented in source.

Functions

enumerateExtensionPoints
void enumerateExtensionPoints(string xp)
Undocumented in source. Be warned that the author may not have intended to support it.
enumerateExtensions
void enumerateExtensions(string xp)
Undocumented in source. Be warned that the author may not have intended to support it.
registerExtension
void registerExtension(ExtensionDesc* x, string pluginId)
Undocumented in source. Be warned that the author may not have intended to support it.
registerExtensionPoint
void registerExtensionPoint(ExtensionPointDesc* xp, string pluginId)
Undocumented in source. Be warned that the author may not have intended to support it.
sendExtensionEvent
void sendExtensionEvent(ExtensionEvent.Type type, string pluginId, ExtensionDesc* x)
Undocumented in source. Be warned that the author may not have intended to support it.
unregisterExtension
void unregisterExtension(ExtensionDesc* x, string pluginId)
Undocumented in source. Be warned that the author may not have intended to support it.
unregisterExtensionPoint
void unregisterExtensionPoint(ExtensionPointDesc* xp, string pluginId)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

xCache
UCache xCache;
Undocumented in source.
xpCache
UCache xpCache;
Undocumented in source.

Meta