Public Member Functions | |
StaticPlugin (PluginObject *pluginobject, PluginType type) | |
virtual bool | loadPlugin () |
virtual void | unloadPlugin () |
Public Member Functions inherited from Plugin | |
PluginType | getType () const |
const char * | getName () const |
template<class T > | |
T & | get () const |
virtual Common::Path | getFileName () const |
Additional Inherited Members | |
Protected Attributes inherited from Plugin | |
PluginObject * | _pluginObject |
PluginType | _type |