Go to the documentation of this file.
22 #ifndef __MYGUI_PLUGIN_H__
23 #define __MYGUI_PLUGIN_H__
43 virtual const std::string& getName()
const = 0;
47 virtual void install() = 0;
52 virtual void initialize() = 0;
56 virtual void shutdown() = 0;
60 virtual void uninstall() = 0;
65 #endif // __MYGUI_PLUGIN_H__