![]() |
VR-Forces 4.0.4 Class Documentation
|
Public Member Functions | |
| void | setVRFSimManager (DtSimManager *simManager) |
| DtSimManager * | getVRFSimManager () |
| void | setLuaManager (DtLuaScriptManager *luaManager) |
| DtLuaScriptManager * | getLuaManager () |
| void | setCgf (DtCgf *cgf) |
| DtCgf * | getCgf () |
Static Public Member Functions | |
| static DtLuaGlobalSingleton * | getInstance () |
Protected Member Functions | |
| DtLuaGlobalSingleton () | |
| Private constructor prevents instantiation from other classes. | |
Protected Attributes | |
| DtSimManager * | myVRFSimManager |
| DtLuaScriptManager * | myLuaManager |
| DtCgf * | myCgf |
Static Protected Attributes | |
| static DtLuaGlobalSingleton * | theInstance |
| vrfLua::DtLuaGlobalSingleton::DtLuaGlobalSingleton | ( | ) | [protected] |
Private constructor prevents instantiation from other classes.
| static DtLuaGlobalSingleton* vrfLua::DtLuaGlobalSingleton::getInstance | ( | ) | [static] |
| void vrfLua::DtLuaGlobalSingleton::setVRFSimManager | ( | DtSimManager * | simManager | ) | [inline] |
References myVRFSimManager.
| DtSimManager* vrfLua::DtLuaGlobalSingleton::getVRFSimManager | ( | ) | [inline] |
References myVRFSimManager.
| void vrfLua::DtLuaGlobalSingleton::setLuaManager | ( | DtLuaScriptManager * | luaManager | ) | [inline] |
References myLuaManager.
References myLuaManager.
| void vrfLua::DtLuaGlobalSingleton::setCgf | ( | DtCgf * | cgf | ) | [inline] |
References myCgf.
| DtCgf* vrfLua::DtLuaGlobalSingleton::getCgf | ( | ) | [inline] |
DtLuaGlobalSingleton* vrfLua::DtLuaGlobalSingleton::theInstance [static, protected] |
Referenced by getVRFSimManager(), and setVRFSimManager().
Referenced by getLuaManager(), and setLuaManager().
DtCgf* vrfLua::DtLuaGlobalSingleton::myCgf [protected] |
Referenced by setCgf().