CEGUI::GUISheetFactory Class Reference

Factory class for producing default windows. More...

Inheritance diagram for CEGUI::GUISheetFactory:

Inheritance graph
[legend]
Collaboration diagram for CEGUI::GUISheetFactory:

Collaboration graph
[legend]
List of all members.

Public Member Functions

WindowcreateWindow (const String &name)
 Create a new Window object of whatever type this WindowFactory produces.
virtual void destroyWindow (Window *window)
 Destroys the given Window object.

Detailed Description

Factory class for producing default windows.


Member Function Documentation

Window* CEGUI::GUISheetFactory::createWindow const String name  )  [inline, virtual]
 

Create a new Window object of whatever type this WindowFactory produces.

Parameters:
name A unique name that is to be assigned to the newly created Window object
Returns:
Pointer to the new Window object.

Implements CEGUI::WindowFactory.

virtual void CEGUI::GUISheetFactory::destroyWindow Window window  )  [inline, virtual]
 

Destroys the given Window object.

Parameters:
window Pointer to the Window object to be destroyed.
Returns:
Nothing.

Implements CEGUI::WindowFactory.


Generated on Sat Nov 26 10:10:04 2005 for Crazy Eddies GUI System by  doxygen 1.4.5