MyGUI 3.4.2
|
Base plugin class. More...
#include <MyGUI_Plugin.h>
Public Member Functions | |
virtual | ~IPlugin () |
virtual const std::string & | getName () const =0 |
virtual void | install ()=0 |
virtual void | initialize ()=0 |
virtual void | shutdown ()=0 |
virtual void | uninstall ()=0 |
Base plugin class.
Definition at line 18 of file MyGUI_Plugin.h.
|
inlinevirtual |
Definition at line 21 of file MyGUI_Plugin.h.
Get the name of the plugin.
Perform any tasks the plugin needs to perform on full system initialisation.
Perform the plugin initial installation sequence
Perform any tasks the plugin needs to perform when the system is shut down
Perform the final plugin uninstallation sequence