27 #ifndef _CEGUIFactoryRegisterer_h_
28 #define _CEGUIFactoryRegisterer_h_
30 #include "CEGUI/String.h"
53 void registerFactory()
const;
60 virtual void unregisterFactory()
const = 0;
70 virtual void doFactoryAdd()
const = 0;
73 virtual bool isAlreadyRegistered()
const = 0;
78 #endif // end of guard _CEGUIFactoryRegisterer_h_
Definition: MemoryAllocatedObject.h:109
Main namespace for Crazy Eddie's GUI Library.
Definition: arch_overview.dox:1
const String d_type
describes the type this class registers a factory for.
Definition: FactoryRegisterer.h:63
Base class encapsulating a type name and common parts of factory registration.
Definition: FactoryRegisterer.h:41
String class used within the GUI system.
Definition: String.h:62