27 #ifndef _CEGUITplWindowFactory_h_
28 #define _CEGUITplWindowFactory_h_
30 #include "CEGUI/WindowFactory.h"
74 return CEGUI_NEW_AO T(d_type, name);
81 CEGUI_DELETE_AO window;
88 #endif // end of guard _CEGUITplWindowFactory_h_
TplWindowFactory()
Default constructor.
Definition: TplWindowFactory.h:65
Main namespace for Crazy Eddie's GUI Library.
Definition: arch_overview.dox:1
Window * createWindow(const String &name)
Create a new Window object of whatever type this WindowFactory produces.
Definition: TplWindowFactory.h:72
Template based WindowFactory that can be used to automatically generate a WindowFactory given a Windo...
Definition: TplWindowFactory.h:52
An abstract base class providing common functionality and specifying the required interface for deriv...
Definition: Window.h:149
Abstract class that defines the required interface for all WindowFactory objects. ...
Definition: WindowFactory.h:115
void destroyWindow(Window *window)
Destroys the given Window object.
Definition: TplWindowFactory.h:79
String class used within the GUI system.
Definition: String.h:62