![]() |
VR-Forces 4.10 Class Documentation
|
The class that will send a message to the back-end to import the specified scenario and handle the front-end portion of the import. More...

Public Member Functions | |
| DtVrfImportScenarioHandler (makVrv::DtDe &) | |
| virtual | ~DtVrfImportScenarioHandler () |
| virtual bool | importScenario (const DtScenarioLoadInformation &) |
| If scenario is playing, pauses and waits for pause to take effect then imports scenario via deferredImportScenario else simply imports scenario. More... | |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. More... | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. More... | |
Static Public Member Functions | |
| static DtVrfImportScenarioHandler & | instance (makVrv::DtDe &de) |
| Returns instance of the handler. More... | |
Protected Member Functions | |
| virtual void | processImportScenarioResults (const DtSimMessage *) |
| virtual void | resolveSelectionGroups (const DtIfImportScenarioResults *) |
| virtual void | deferredImportScenario () |
| Sends a message to the back-end to import the scenario and awaits a response of that import to finish the importing of selection groups. More... | |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| bool | myInRunMode |
| DtScenarioLoadInformation | myScenarioLoadInformation |
The class that will send a message to the back-end to import the specified scenario and handle the front-end portion of the import.
This includes observer views and selection groups.
| makVrf::DtVrfImportScenarioHandler::DtVrfImportScenarioHandler | ( | makVrv::DtDe & | ) |
|
virtual |
|
static |
Returns instance of the handler.
|
virtual |
If scenario is playing, pauses and waits for pause to take effect then imports scenario via deferredImportScenario else simply imports scenario.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
Sends a message to the back-end to import the scenario and awaits a response of that import to finish the importing of selection groups.
Saved views will not be imported
|
protected |
|
protected |
|
protected |