![]() |
VR-Forces 4.0.4 Class Documentation
|
Public Member Functions | |
| DtScenarioLoadLogic (makVrv::DtDe &de, DtScenarioSettingsInterface *iFace) | |
| CTOR. | |
| ~DtScenarioLoadLogic () | |
| DTOR. | |
| virtual bool | slot_onLoadScenario (const DtScenarioLoadInformation &) |
| Static methods used to remap missing back-ends. | |
| virtual void | slot_onCloseScenario () |
| Called when the scenario wants to be closed. | |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| DtScenarioSettingsInterface * | myInterface |
| makVrf::DtScenarioLoadLogic::DtScenarioLoadLogic | ( | makVrv::DtDe & | de, |
| DtScenarioSettingsInterface * | iFace | ||
| ) |
CTOR.
| virtual bool makVrf::DtScenarioLoadLogic::slot_onLoadScenario | ( | const DtScenarioLoadInformation & | ) | [virtual] |
Static methods used to remap missing back-ends.
Will ask interface to put up any dialogs that are needed for he remap static bool remapMissingBackends(DtBackendMap*, void*); static bool autoRemapMissingBackends(DtBackendMap*, void*); Called when the chosen scenario wants to be loaded
| virtual void makVrf::DtScenarioLoadLogic::slot_onCloseScenario | ( | ) | [virtual] |
Called when the scenario wants to be closed.
makVrv::DtDe& makVrf::DtScenarioLoadLogic::myDe [protected] |