![]() |
VR-Forces 4.0.4 Class Documentation
|
The Master Scenario Settings Dialog. More...

Public Member Functions | |
| DtScenarioSettingsDialog (makVrv::DtDe &de, QWidget *parent, Qt::WindowFlags f=Qt::Tool) | |
| CTOR. | |
| virtual | ~DtScenarioSettingsDialog () |
| DTOR. | |
| virtual bool | chooseSimulationTerrain () |
| Allows user to choose simulation terrain by calling down to the scenario preview page to do so. | |
Public Attributes | |
| DtScenarioPreviewPage * | myScenarioPreviewPage |
| QPushButton * | myOkButton |
| QPushButton * | myCancelButton |
| QPushButton * | myAdvancedButton |
| QPushButton * | myPreviewButton |
Protected Slots | |
| virtual void | onOkClicked () |
| Tells preview page to set all information into scenario object and then signals to load that scenario. | |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| DtScenarioLoadLogic * | myLogic |
The Master Scenario Settings Dialog.
| makVrf::DtScenarioSettingsDialog::DtScenarioSettingsDialog | ( | makVrv::DtDe & | de, |
| QWidget * | parent, | ||
| Qt::WindowFlags | f = Qt::Tool |
||
| ) |
CTOR.
| virtual makVrf::DtScenarioSettingsDialog::~DtScenarioSettingsDialog | ( | ) | [virtual] |
DTOR.
| virtual bool makVrf::DtScenarioSettingsDialog::chooseSimulationTerrain | ( | ) | [virtual] |
Allows user to choose simulation terrain by calling down to the scenario preview page to do so.
| virtual void makVrf::DtScenarioSettingsDialog::onOkClicked | ( | ) | [protected, virtual, slot] |
Tells preview page to set all information into scenario object and then signals to load that scenario.
makVrv::DtDe& makVrf::DtScenarioSettingsDialog::myDe [protected] |