#include <CEGUIFactoryModule.h>
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. |
Definition at line 69 of file CEGUIFactoryModule.h.
|
Construct the FactoryModule object by loading the dynamic loadable module specified.
Definition at line 61 of file CEGUIFactoryModule.cpp. References CEGUI::String::c_str(), CEGUI_LOAD_MODULE_DEBUG_SUFFIX, CEGUI::String::insert(), CEGUI::String::length(), and CEGUI::String::substr(). |
|
Destroys the FactoryModule object and unloads any loadable module.
Definition at line 106 of file CEGUIFactoryModule.cpp. |
|
Register all factories available in this module.
Definition at line 126 of file CEGUIFactoryModule.cpp. |
|
Register a WindowFactory for type Windows.
Definition at line 115 of file CEGUIFactoryModule.cpp. |