![]() |
VR-Forces 4.2 Class Documentation
|
A GUI widget for configuring the environmental conditions. More...

Public Member Functions | |
| DtVrfEnvironmentConditionsWeatherWidget (makVrv::DtDe &de, QWidget *parent=0) | |
| CTOR. | |
| virtual | ~DtVrfEnvironmentConditionsWeatherWidget () |
| DTOR. | |
| virtual void | setupGui (bool globalPlanDialog=false) |
| Sets up the dialog's contents (called by initialize) | |
| virtual bool | precipitationEnabled () |
| Allows the DtSimulationCommandSetGlobalWeatherDialog to access the current value from the dialog. | |
| virtual double | precipitationIntensity () |
| virtual unsigned int | precipitationType () |
| virtual DtVrfWeatherCloudState | cloudCover () |
| virtual double | visibilityDistance () |
| Visibility distance in meters. | |
| virtual double | windDirection () |
| virtual double | windSpeed () |
| virtual double | underwaterVisibility () |
| virtual double | surfaceTransparency () |
| virtual unsigned int | swellState () |
| virtual double | swellStateDirection () |
| virtual unsigned int | seaState () |
| virtual double | seaStateDirection () |
| virtual bool | windDrivenSeaStateEnabled () |
| virtual double | choppiness () |
| virtual double | surgeDepth () |
| virtual void | setPrecipitationType (unsigned int type) |
| Overridden to call setWidgetsEnabled without checking myListenToVrf. | |
| virtual void | enableWindDrivenSeaState (bool enable) |
| virtual void | setDefaultConditionName (const makVrv::DtUnicode &name) |
| Overridden to be a no-op to prevent the star icons from being applied. | |
A GUI widget for configuring the environmental conditions.
| makVrf::DtVrfEnvironmentConditionsWeatherWidget::DtVrfEnvironmentConditionsWeatherWidget | ( | makVrv::DtDe & | de, |
| QWidget * | parent = 0 |
||
| ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Sets up the dialog's contents (called by initialize)
|
virtual |
Allows the DtSimulationCommandSetGlobalWeatherDialog to access the current value from the dialog.
Implements makVrf::DtVrfEnvironmentConditionsWeatherInterface.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Visibility distance in meters.
Implements makVrf::DtVrfEnvironmentConditionsWeatherInterface.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Overridden to call setWidgetsEnabled without checking myListenToVrf.
|
virtual |
|
virtual |
Overridden to be a no-op to prevent the star icons from being applied.
Default conditions for VR-Forces are determined by the back-end.