![]() |
VR-Forces 4.0.4 Class Documentation
|

Public Slots | |
| virtual void | previewScenario (const QString &file) |
Signals | |
| void | simulationFileChanged (const QString &) |
| void | simulationModelSetFilesChanged (const QString &) |
Public Member Functions | |
| DtScenarioPreviewWidget (makVrv::DtDe &de, QWidget *parent=NULL, const Qt::WindowFlags &flags=0) | |
| ~DtScenarioPreviewWidget () | |
| virtual void | setEditable (bool b) |
| virtual void | setScenario (DtScenario *scenario) |
| Sets initial information from the supplied scenario. | |
| virtual void | setToScenario (DtScenario *scenario) |
| Sets information in the scenario preview widget to the supplied scenario. | |
| virtual void | setDisplayInformation (bool b) |
| Set to false to not update the scenario pane. | |
| virtual bool | displayTerrainValid () const |
| Returns true if display terrain exists. | |
| DtScenarioInformationWidget * | scenarioInformationWidget () |
| Returns scenario information widget. | |
| virtual bool | simulationTerrainValid () const |
| Returns true if simulation terrain is not blank and has an extension. | |
| virtual bool | simulationModelSetsValid () const |
| Returns true if all simulation model set files exist. | |
| virtual int | startTimeOfDay () const |
| Returns the start time of day as seconds past midnight. | |
| virtual bool | frameTimeValid () const |
| Returns true if frame time is not blank and is greater than 0. | |
| virtual bool | selectSimulationTerrain () |
| Selects and sets simulation terrain into the scenario information widget. | |
| virtual bool | init () |
| virtual bool | valid () const |
| const QString & | selectedScenarioFile () const |
| virtual void | setAdvancedInformationEnabled (bool) |
| virtual void | showAdvanced (bool b) |
| virtual void | setShowComponentAttachCombo (bool) |
| virtual void | setCanSelectTerrain (bool) |
| virtual void | setShowPreview (bool) |
| Show/hide description preview. | |
Protected Member Functions | |
| virtual DtScenarioInformationWidget * | createScenarioPreviewWidget () |
Protected Attributes | |
| DtScenarioInformationWidget * | myScenarioInformation |
| bool | myDisplayInformation |
| makVrv::DtDe & | myDe |
| makVrf::DtScenarioPreviewWidget::DtScenarioPreviewWidget | ( | makVrv::DtDe & | de, |
| QWidget * | parent = NULL, |
||
| const Qt::WindowFlags & | flags = 0 |
||
| ) |
| virtual void makVrf::DtScenarioPreviewWidget::setEditable | ( | bool | b | ) | [virtual] |
| virtual void makVrf::DtScenarioPreviewWidget::setScenario | ( | DtScenario * | scenario | ) | [virtual] |
Sets initial information from the supplied scenario.
| virtual void makVrf::DtScenarioPreviewWidget::setToScenario | ( | DtScenario * | scenario | ) | [virtual] |
Sets information in the scenario preview widget to the supplied scenario.
| virtual void makVrf::DtScenarioPreviewWidget::setDisplayInformation | ( | bool | b | ) | [virtual] |
Set to false to not update the scenario pane.
| virtual bool makVrf::DtScenarioPreviewWidget::displayTerrainValid | ( | ) | const [virtual] |
Returns true if display terrain exists.
| DtScenarioInformationWidget * makVrf::DtScenarioPreviewWidget::scenarioInformationWidget | ( | ) | [inline] |
Returns scenario information widget.
References myScenarioInformation.
| virtual bool makVrf::DtScenarioPreviewWidget::simulationTerrainValid | ( | ) | const [virtual] |
Returns true if simulation terrain is not blank and has an extension.
| virtual bool makVrf::DtScenarioPreviewWidget::simulationModelSetsValid | ( | ) | const [virtual] |
Returns true if all simulation model set files exist.
| virtual int makVrf::DtScenarioPreviewWidget::startTimeOfDay | ( | ) | const [virtual] |
Returns the start time of day as seconds past midnight.
| virtual bool makVrf::DtScenarioPreviewWidget::frameTimeValid | ( | ) | const [virtual] |
Returns true if frame time is not blank and is greater than 0.
| virtual bool makVrf::DtScenarioPreviewWidget::selectSimulationTerrain | ( | ) | [virtual] |
Selects and sets simulation terrain into the scenario information widget.
Returns false if user cancels
| virtual bool makVrf::DtScenarioPreviewWidget::init | ( | ) | [virtual] |
| virtual bool makVrf::DtScenarioPreviewWidget::valid | ( | ) | const [virtual] |
| const QString& makVrf::DtScenarioPreviewWidget::selectedScenarioFile | ( | ) | const |
| virtual void makVrf::DtScenarioPreviewWidget::setAdvancedInformationEnabled | ( | bool | ) | [virtual] |
| virtual void makVrf::DtScenarioPreviewWidget::showAdvanced | ( | bool | b | ) | [virtual] |
| virtual void makVrf::DtScenarioPreviewWidget::setShowComponentAttachCombo | ( | bool | ) | [virtual] |
| virtual void makVrf::DtScenarioPreviewWidget::setCanSelectTerrain | ( | bool | ) | [virtual] |
| virtual void makVrf::DtScenarioPreviewWidget::setShowPreview | ( | bool | ) | [virtual] |
Show/hide description preview.
| virtual DtScenarioInformationWidget* makVrf::DtScenarioPreviewWidget::createScenarioPreviewWidget | ( | ) | [protected, virtual] |
| virtual void makVrf::DtScenarioPreviewWidget::previewScenario | ( | const QString & | file | ) | [virtual, slot] |
| void makVrf::DtScenarioPreviewWidget::simulationFileChanged | ( | const QString & | ) | [signal] |
| void makVrf::DtScenarioPreviewWidget::simulationModelSetFilesChanged | ( | const QString & | ) | [signal] |
Referenced by scenarioInformationWidget().
makVrv::DtDe& makVrf::DtScenarioPreviewWidget::myDe [protected] |