Crazy Eddie's GUI System
0.8.7
|
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_
Template based WindowFactory that can be used to automatically generate a WindowFactory given a Windo...
Definition: TplWindowFactory.h:53
Window * createWindow(const String &name)
Create a new Window object of whatever type this WindowFactory produces.
Definition: TplWindowFactory.h:72
Main namespace for Crazy Eddie's GUI Library.
Definition: arch_overview.dox:1
Abstract class that defines the required interface for all WindowFactory objects.
Definition: WindowFactory.h:117
An abstract base class providing common functionality and specifying the required interface for deriv...
Definition: Window.h:151
void destroyWindow(Window *window)
Destroys the given Window object.
Definition: TplWindowFactory.h:79
String class used within the GUI system.
Definition: String.h:64
TplWindowFactory()
Default constructor.
Definition: TplWindowFactory.h:65