GuiFactory Class Reference
#include <GuiFactory.hh>
Detailed Description
The gui factory.
Static Public Member Functions | |
| static void | RegisterGui (std::string type, std::string classname, GuiFactoryFn factoryfn) |
| Register a gui class (called by gui registration function). | |
| static Gui * | NewGui (const std::string &classname, int x, int y, int w, int h, const std::string &label) |
| Create a new instance of a gui. | |
The documentation for this class was generated from the following file: