#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. |
Definition at line 69 of file CEGUIFactoryModule.h.
|
Construct the FactoryModule object by loading the dynamic loadable module specified.
Definition at line 60 of file CEGUIFactoryModule.cpp. References CEGUI::String::c_str(), CEGUI::String::insert(), CEGUI::String::length(), CEGUI::String::substr(), and CEGUI::utf8. |
|
Destroys the FactoryModule object and unloads any loadable module.
Definition at line 112 of file CEGUIFactoryModule.cpp. |
|
Register a WindowFactory for type Windows.
Definition at line 121 of file CEGUIFactoryModule.cpp. |