Collaboration diagram for CEGUI::FactoryModule:
Public Member Functions | |
FactoryModule (const String &filename) | |
Construct the FactoryModule object by loading the dynamic loadable module specified. | |
virtual | ~FactoryModule (void) |
Destroys the FactoryModule object and unloads any loadable module. | |
void | registerFactory (const String &type) const |
Register a WindowFactory for type Windows. | |
uint | registerAllFactories () const |
Register all factories available in this module. |
|
Construct the FactoryModule object by loading the dynamic loadable module specified.
|
|
Destroys the FactoryModule object and unloads any loadable module.
|
|
Register all factories available in this module.
|
|
Register a WindowFactory for type Windows.
|