Crazy Eddies GUI System
0.7.6
|
Public Member Functions | |
bool | isFactoryPresent (const String &name) const |
WindowRendererFactory * | getFactory (const String &name) const |
void | addFactory (WindowRendererFactory *wr) |
void | removeFactory (const String &name) |
WindowRenderer * | createWindowRenderer (const String &name) |
void | destroyWindowRenderer (WindowRenderer *wr) |
Static Public Member Functions | |
static WindowRendererManager & | getSingleton () |
static WindowRendererManager * | getSingletonPtr () |
template<typename T > | |
static void | addFactory () |
Creates a WindowRendererFactory of the type T and adds it to the system for use. |
void CEGUI::WindowRendererManager::addFactory | ( | ) | [static] |
Creates a WindowRendererFactory of the type T and adds it to the system for use.
The created WindowRendererFactory will automatically be deleted when the factory is removed from the system (either directly or at system deletion time).
T | Specifies the type of WindowRendererFactory subclass to add a factory for. |
References CEGUI::WindowRendererFactory::getName().