Template based implementation of FactoryRegisterer that allows easy registration of a factory for any WindowRenderer type.
More...
Public Member Functions |
| TplWRFactoryRegisterer () |
| Constructor.
|
void | unregisterFactory () const |
| Perform unregistration (removal) of the factory for whichever type this class registers a factory for.
|
virtual | ~FactoryRegisterer () |
| Destructor.
|
void | registerFactory () const |
| Perform registration (addition) of the factory for whichever type this class registers a factory for.
|
Additional Inherited Members |
const String | d_type |
| describes the type this class registers a factory for.
|
Detailed Description
template<typename T>
class CEGUI::TplWRFactoryRegisterer< T >
Template based implementation of FactoryRegisterer that allows easy registration of a factory for any WindowRenderer type.