|
Crazy Eddie's GUI System
${CEGUI_VERSION}
|
Inheritance diagram for TimerFactory:
Collaboration diagram for TimerFactory: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... | |
Public Member Functions inherited from CEGUI::WindowFactory | |
| 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 | |
Protected Member Functions inherited from CEGUI::WindowFactory | |
| WindowFactory (const String &type) | |
| Constructor. | |
| WindowFactory (const String &type) | |
| Constructor. | |
Protected Attributes inherited from CEGUI::WindowFactory | |
| 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.