Inheritance diagram for CEGUI::GUISheetFactory:
Public Member Functions | |
Window * | createWindow (const String &name) |
Create a new Window object of whatever type this WindowFactory produces. | |
virtual void | destroyWindow (Window *window) |
Destroys the given Window object. |
|
Create a new Window object of whatever type this WindowFactory produces.
Implements CEGUI::WindowFactory. |
|
Destroys the given Window object.
Implements CEGUI::WindowFactory. |