Go to the documentation of this file.
7 #ifndef __MYGUI_PLUGIN_H__
8 #define __MYGUI_PLUGIN_H__
28 virtual const std::string& getName()
const = 0;
32 virtual void install() = 0;
37 virtual void initialize() = 0;
41 virtual void shutdown() = 0;
45 virtual void uninstall() = 0;
50 #endif // __MYGUI_PLUGIN_H__