![]() |
VR-Forces 4.10 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, bool isNewScenario=false) | |
| ~DtScenarioPreviewWidget () | |
| virtual void | setEditable (bool b) |
| virtual void | setScenario (DtScenario *scenario) |
| Sets initial information from the supplied scenario. More... | |
| virtual void | setToScenario (DtScenario *scenario) |
| Sets information in the scenario preview widget to the supplied scenario. More... | |
| virtual void | setDisplayInformation (bool b) |
| Set to false to not update the scenario pane. More... | |
| virtual bool | displayTerrainValid () const |
| Returns true if display terrain exists. More... | |
| DtScenarioInformationWidget * | scenarioInformationWidget () |
| Returns scenario information widget. More... | |
| virtual bool | simulationTerrainValid () const |
| Returns true if simulation terrain is not blank and has an extension. More... | |
| virtual bool | simulationModelSetsValid () const |
| Returns true if all simulation model set files exist. More... | |
| virtual time_t | startDateAndTimeOfDay () const |
| Returns the start time of day as seconds past midnight. More... | |
| virtual bool | frameTimeValid () const |
| Returns true if frame time is not blank and is greater than 0. More... | |
| virtual bool | selectSimulationTerrain () |
| Selects and sets simulation terrain into the scenario information widget. More... | |
| virtual bool | selectSimulationTerrainAndSMS () |
| Selects and sets simulation terrain and model set into the scenario information widget. More... | |
| 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. More... | |
| virtual int | runDurationTime () const |
| virtual void | setDisplayChangeWarningIcon (DtScenarioInformationWidget::DisplayElement, bool) |
| Whether or not to show the change warning icon for elements. More... | |
| virtual void | setShowScreenElement (DtScenarioInformationWidget::DisplayElement, bool) |
| Whether or not to show the particular screen element. More... | |
| virtual void | setEnableScreenElement (DtScenarioInformationWidget::DisplayElement, bool) |
| Whether or not to enable the display element. More... | |
Protected Member Functions | |
| virtual DtScenarioInformationWidget * | createScenarioPreviewWidget () |
Protected Attributes | |
| DtScenarioInformationWidget * | myScenarioInformation |
| bool | myDisplayInformation |
| makVrv::DtDe & | myDe |
| bool | myIsNewScenario |
| makVrf::DtScenarioPreviewWidget::DtScenarioPreviewWidget | ( | makVrv::DtDe & | de, |
| QWidget * | parent = NULL, |
||
| const Qt::WindowFlags & | flags = 0, |
||
| bool | isNewScenario = false |
||
| ) |
| makVrf::DtScenarioPreviewWidget::~DtScenarioPreviewWidget | ( | ) |
|
virtual |
|
virtual |
Sets initial information from the supplied scenario.
|
virtual |
Sets information in the scenario preview widget to the supplied scenario.
|
virtual |
Set to false to not update the scenario pane.
|
virtual |
Returns true if display terrain exists.
|
inline |
Returns scenario information widget.
References myScenarioInformation.
|
virtual |
Returns true if simulation terrain is not blank and has an extension.
|
virtual |
Returns true if all simulation model set files exist.
|
virtual |
Returns the start time of day as seconds past midnight.
|
virtual |
Returns true if frame time is not blank and is greater than 0.
|
virtual |
Selects and sets simulation terrain into the scenario information widget.
Returns false if user cancels
|
virtual |
Selects and sets simulation terrain and model set into the scenario information widget.
Returns false if user cancels
|
virtual |
|
virtual |
| const QString& makVrf::DtScenarioPreviewWidget::selectedScenarioFile | ( | ) | const |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Show/hide description preview.
|
virtual |
|
virtual |
Whether or not to show the change warning icon for elements.
Only the following elements have the change warning icon SimulationModelSet SimulationTerrain FrontEndTerrain ComponentAttachmentTable RandomNumberSeed FrameMode FrameTime
|
virtual |
Whether or not to show the particular screen element.
|
virtual |
Whether or not to enable the display element.
The setting of editable after making individual changes will clear all editable items, so, only call this after calling the main setEditable
|
protectedvirtual |
|
virtualslot |
|
signal |
|
signal |
|
protected |
Referenced by scenarioInformationWidget().
|
protected |
|
protected |
|
protected |