29 #ifndef _CEGUIWindowRendererModule_h_
30 #define _CEGUIWindowRendererModule_h_
32 #include "CEGUIBase.h"
36 # pragma warning(push)
37 # pragma warning(disable : 4251)
49 void registerFactory(
const String& type_name);
51 uint registerAllFactories();
53 void unregisterFactory(
const String& type_name);
55 uint unregisterAllFactories();
70 #endif // end of guard _CEGUIWindowRendererModule_h_
std::vector< WRFactoryRegisterer * > FactoryRegistry
Collection type that holds pointers to the factory registerer objects.
Definition: CEGUIWindowRendererModule.h:59
Abstract interface for window renderer module objects.
Definition: CEGUIWindowRendererModule.h:43
FactoryRegistry d_registry
The collection of factorty registerer object pointers.
Definition: CEGUIWindowRendererModule.h:61
String class used within the GUI system.
Definition: CEGUIString.h:57