![]() |
VR-Forces 4.0.4 Class Documentation
|
A GUI widget for configuring the environment (weather and Time of Day). More...

A GUI widget for configuring the environment (weather and Time of Day).
| makVrf::DtEnvironmentSettingsWeatherWidget::DtEnvironmentSettingsWeatherWidget | ( | makVrv::DtDe & | de, |
| QWidget * | parent = 0 |
||
| ) |
CTOR.
| virtual makVrf::DtEnvironmentSettingsWeatherWidget::~DtEnvironmentSettingsWeatherWidget | ( | ) | [virtual] |
DTOR.
| virtual void makVrf::DtEnvironmentSettingsWeatherWidget::setupGui | ( | ) | [virtual] |
Sets up the dialog's contents (called by initialize)
| virtual void makVrf::DtEnvironmentSettingsWeatherWidget::setLogic | ( | DtBaseEnvironmentSettingsWeatherLogic * | logic | ) | [virtual] |
Sets up the GUI and initializes the dialog with the corresponding logic.
| virtual void makVrf::DtEnvironmentSettingsWeatherWidget::setPrecipitationEnabled | ( | bool | enabledFlag | ) | [virtual] |
DtVrfEnvironmentInterface implementations.
Implements makVrf::DtEnvironmentWeatherInterface.
| virtual void makVrf::DtEnvironmentSettingsWeatherWidget::setPrecipitationIntensity | ( | float | intensity | ) | [virtual] |
Implements makVrf::DtEnvironmentWeatherInterface.
| virtual void makVrf::DtEnvironmentSettingsWeatherWidget::setPrecipitationType | ( | int | type | ) | [virtual] |
Implements makVrf::DtEnvironmentWeatherInterface.
| virtual void makVrf::DtEnvironmentSettingsWeatherWidget::setSkyConditions | ( | int | state | ) | [virtual] |
Implements makVrf::DtEnvironmentWeatherInterface.
| virtual void makVrf::DtEnvironmentSettingsWeatherWidget::setWindDirection | ( | float | ) | [virtual] |
Implements makVrf::DtEnvironmentWeatherInterface.
| virtual void makVrf::DtEnvironmentSettingsWeatherWidget::setWindSpeed | ( | float | ) | [virtual] |
Implements makVrf::DtEnvironmentWeatherInterface.
| virtual void makVrf::DtEnvironmentSettingsWeatherWidget::setVisibilityDistance | ( | float | distance | ) | [virtual] |
Distance is in meters.
Implements makVrf::DtEnvironmentWeatherInterface.
| virtual void makVrf::DtEnvironmentSettingsWeatherWidget::setMaximumVisibility | ( | float | distance | ) | [virtual] |
Implements makVrf::DtEnvironmentWeatherInterface.
| virtual bool makVrf::DtEnvironmentSettingsWeatherWidget::precipitationEnabled | ( | ) | [virtual] |
Implements makVrf::DtEnvironmentWeatherInterface.
| virtual float makVrf::DtEnvironmentSettingsWeatherWidget::precipitationIntensity | ( | ) | [virtual] |
Implements makVrf::DtEnvironmentWeatherInterface.
| virtual int makVrf::DtEnvironmentSettingsWeatherWidget::precipitationType | ( | ) | [virtual] |
Implements makVrf::DtEnvironmentWeatherInterface.
| virtual int makVrf::DtEnvironmentSettingsWeatherWidget::skyConditions | ( | ) | [virtual] |
Implements makVrf::DtEnvironmentWeatherInterface.
| virtual float makVrf::DtEnvironmentSettingsWeatherWidget::visibilityDistance | ( | ) | [virtual] |
Visibility distance in meters.
Implements makVrf::DtEnvironmentWeatherInterface.
| virtual float makVrf::DtEnvironmentSettingsWeatherWidget::windDirection | ( | ) | [virtual] |
Implements makVrf::DtEnvironmentWeatherInterface.
| virtual float makVrf::DtEnvironmentSettingsWeatherWidget::windSpeed | ( | ) | [virtual] |
Implements makVrf::DtEnvironmentWeatherInterface.
| void makVrf::DtEnvironmentSettingsWeatherWidget::on_myPrecipitationBox_clicked | ( | bool | ) | [protected, slot] |
| void makVrf::DtEnvironmentSettingsWeatherWidget::on_myPrecipitationIntensityBox_valueChanged | ( | double | ) | [protected, slot] |
| void makVrf::DtEnvironmentSettingsWeatherWidget::on_myPrecipitationTypeBox_indexChanged | ( | int | ) | [protected, slot] |
| void makVrf::DtEnvironmentSettingsWeatherWidget::on_mySkyConditionsBox_indexChanged | ( | int | ) | [protected, slot] |
| void makVrf::DtEnvironmentSettingsWeatherWidget::on_myVisibilityBox_valueChanged | ( | double | ) | [protected, slot] |
| void makVrf::DtEnvironmentSettingsWeatherWidget::on_myWindSpeedBox_valueChanged | ( | double | ) | [protected, slot] |
| void makVrf::DtEnvironmentSettingsWeatherWidget::on_myWindDirectionBox_valueChanged | ( | double | ) | [protected, slot] |
| virtual void makVrf::DtEnvironmentSettingsWeatherWidget::refreshLabels | ( | ) | [protected, virtual, slot] |
DtBaseEnvironmentSettingsWeatherLogic* makVrf::DtEnvironmentSettingsWeatherWidget::myLogic [protected] |
QDoubleSpinBox* makVrf::DtEnvironmentSettingsWeatherWidget::myVisibilityBox [protected] |
QGroupBox* makVrf::DtEnvironmentSettingsWeatherWidget::myPrecipitationBox [protected] |
QDoubleSpinBox* makVrf::DtEnvironmentSettingsWeatherWidget::myPrecipitionIntensityBox [protected] |
QDoubleSpinBox* makVrf::DtEnvironmentSettingsWeatherWidget::myWindSpeedBox [protected] |
QDoubleSpinBox* makVrf::DtEnvironmentSettingsWeatherWidget::myWindDirectionBox [protected] |
QVBoxLayout* makVrf::DtEnvironmentSettingsWeatherWidget::myMainLayout [protected] |
double makVrf::DtEnvironmentSettingsWeatherWidget::myNativeUnitVisibilityDistance [protected] |
These hold their respective values in the native units, instead of the display configured units.
double makVrf::DtEnvironmentSettingsWeatherWidget::myNativeUnitWindSpeed [protected] |
double makVrf::DtEnvironmentSettingsWeatherWidget::myNativeUnitWindDirection [protected] |