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_