Crazy Eddie's GUI System
${CEGUI_VERSION}
|
Public Member Functions | |
WindowFactory_wrapper (::CEGUI::String const &type) | |
virtual ::CEGUI::Window * | createWindow (::CEGUI::String const &name) |
virtual void | destroyWindow (::CEGUI::Window *window) |
![]() | |
virtual Window * | createWindow (const String &name)=0 |
Create a new Window object of whatever type this WindowFactory produces. More... | |
virtual void | destroyWindow (Window *window)=0 |
Destroys the given Window object. More... | |
const String & | getTypeName () const |
Get the string that describes the type of Window object this WindowFactory produces. More... | |
virtual | ~WindowFactory () |
Destructor. | |
virtual Window * | createWindow (const String &name)=0 |
Create a new Window object of whatever type this WindowFactory produces. More... | |
virtual void | destroyWindow (Window *window)=0 |
Destroys the given Window object. More... | |
const String & | getTypeName () const |
Get the string that describes the type of Window object this WindowFactory produces. More... | |
virtual | ~WindowFactory () |
Destructor. | |
Additional Inherited Members | |
![]() | |
WindowFactory (const String &type) | |
Constructor. | |
WindowFactory (const String &type) | |
Constructor. | |
![]() | |
String | d_type |
String holding the type of object created by this factory. | |