Go to the documentation of this file.
23 #ifndef __MYGUI_PLUGIN_H__
24 #define __MYGUI_PLUGIN_H__
45 virtual const std::string& getName()
const = 0;
49 virtual void install() = 0;
54 virtual void initialize() = 0;
58 virtual void shutdown() = 0;
62 virtual void uninstall() = 0;
67 #endif // __MYGUI_PLUGIN_H__