Crazy Eddie's GUI System
${CEGUI_VERSION}
|
Public Member Functions | |
CEGUI::Window * | createWindow (const CEGUI::String &name) |
Create a new Window object of whatever type this WindowFactory produces. More... | |
void | destroyWindow (CEGUI::Window *window) |
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. | |
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. | |
|
inlinevirtual |
Create a new Window object of whatever type this WindowFactory produces.
name | A unique name that is to be assigned to the newly created Window object |
Implements CEGUI::WindowFactory.
|
inlinevirtual |
Destroys the given Window object.
window | Pointer to the Window object to be destroyed. |
Implements CEGUI::WindowFactory.