Go to the source code of this file.
Namespaces | |
| namespace | mortic |
Classes | |
| class | mortic::IRoot |
| The root class, which manages all objects. More... | |
Enumerations | |
| enum | mortic::EManagerType { mortic::EMT_ROOT, mortic::EMT_CONFIGMANAGER, mortic::EMT_FILEMANAGER, mortic::EMT_EVENTMANAGER, mortic::EMT_LOGMANAGER, mortic::EMT_LOGMANAGERFILE, mortic::EMT_SCENEMANAGER, mortic::EMT_SCENEEND, mortic::EMT_VIDEOMANAGER, mortic::EMT_SCRIPTMANAGER, mortic::EMT_COUNT } |
| An enumeration of all the objects that are guaranteed to exist. More... | |
Functions | |
| IRoot * | mortic::createRoot (std::string configFilename="settings.xml", IConfigSet *defaults=NULL, IConfigSet *overrides=NULL) |
| Create a Root. | |
| void | mortic::destroyRoot (IRoot *root) |
| Destroy a Root. | |
| IRoot * | mortic::getLastRoot () |
| Get the last-created root. | |
1.4.4