28 #ifndef _CEGUITplWindowFactory_h_
29 #define _CEGUITplWindowFactory_h_
31 #include "CEGUIWindowFactory.h"
75 return new T(d_type, name);
89 #endif // end of guard _CEGUITplWindowFactory_h_
TplWindowFactory()
Default constructor.
Definition: CEGUITplWindowFactory.h:66
Window * createWindow(const String &name)
Create a new Window object of whatever type this WindowFactory produces.
Definition: CEGUITplWindowFactory.h:73
Template based WindowFactory that can be used to automatically generate a WindowFactory given a Windo...
Definition: CEGUITplWindowFactory.h:53
An abstract base class providing common functionality and specifying the required interface for deriv...
Definition: CEGUIWindow.h:138
Abstract class that defines the required interface for all WindowFactory objects. ...
Definition: CEGUIWindowFactory.h:116
void destroyWindow(Window *window)
Destroys the given Window object.
Definition: CEGUITplWindowFactory.h:80
String class used within the GUI system.
Definition: CEGUIString.h:57