Crazy Eddies GUI System
0.7.1
|
Class that encapsulates access to a dynamic loadable module containing implementations of Windows, Widgets, and their factories. More...
Public Member Functions | |
FactoryModule (const String &filename) | |
Construct the FactoryModule object by loading the dynamic loadable module specified. More... | |
virtual | ~FactoryModule (void) |
Destroys the FactoryModule object and unloads any loadable module. More... | |
void | registerFactory (const String &type) const |
Register a WindowFactory for type Windows. More... | |
uint | registerAllFactories () const |
Register all factories available in this module. More... | |
Class that encapsulates access to a dynamic loadable module containing implementations of Windows, Widgets, and their factories.
CEGUI::FactoryModule::FactoryModule | ( | const String & | filename | ) |
Construct the FactoryModule object by loading the dynamic loadable module specified.
filename | String object holding the filename of a loadable module. |
|
virtual |
Destroys the FactoryModule object and unloads any loadable module.
uint CEGUI::FactoryModule::registerAllFactories | ( | ) | const |
Register all factories available in this module.
void CEGUI::FactoryModule::registerFactory | ( | const String & | type | ) | const |
Register a WindowFactory for type Windows.