![]() |
VR-Forces 4.3.1 Class Documentation
|
An advanced weather condition settings widget. More...

Public Member Functions | |
| DtEnvironmentConditionsWidget (DtDe &de, QWidget *parent=NULL, Qt::WindowFlags flags=0) | |
| Initialization CTOR. | |
| virtual | ~DtEnvironmentConditionsWidget () |
| Virtual DTOR. | |
Environment condition field value setters. | |
Sets the values of the widget's corresponding environment fields. | |
| virtual void | setEnvironmentConditionsNames (const std::list< DtUnicode > &names) |
| Set the list of environment condition names. | |
| virtual StringList | environmentConditionNames () const |
| Get the list of environment conditions names. | |
| virtual void | setDefaultConditionName (const DtUnicode &name) |
| Set the name of the default environment condition. | |
| virtual void | setAdvanceConditionsVisible (bool show) |
| Show or hide the sections for advanced conditions. | |
Weather field value setters. | |
Sets the values of the widget's corresponding weather fields. | |
| virtual void | setWindSpeed (double speed) |
| Set the wind speed. | |
| virtual void | setWindSpeedDecimals (int decimals) |
| Set the wind speed decimal places. | |
| virtual void | setWindSpeedUnits (const DtUnicode &units) |
| Set the wind speed units. | |
| virtual void | setWindSpeedRange (double step, double max, double min=0.0) |
| Set the maximum and minimum range for wind speed. | |
| virtual void | setWindDirection (double degrees) |
| Set the wind direction. | |
| virtual void | setPrecipitationType (unsigned int type) |
| Set the precipitation type. | |
| virtual void | setPrecipitationIntensity (double intensity) |
| Set the precipitation intensity. | |
| virtual void | setVisibleDistance (double distance) |
| Set the visible distance. | |
| virtual void | setVisibleDistanceDecimals (int decimals) |
| Set the visible distance decimal places. | |
| virtual void | setVisibleDistanceUnits (const DtUnicode &units) |
| Set the visible distance units. | |
| virtual void | setVisibleDistanceRange (double step, double max, double min=0.0) |
| Set the maximum and minimum range for visible distance. | |
Advanced weather field value setters. | |
Sets the values of the widget's corresponding weather fields. | |
| virtual void | addCloudLayer (const DtUnicode &type, const DtUnicode &xLocation, const DtUnicode &yLocation, const DtUnicode &altitude, bool enabled, bool infinite) |
| Add a cloud layer to the weather condition. | |
| virtual void | setCloudLayer (unsigned int index, const DtUnicode &type, const DtUnicode &xLocation, const DtUnicode &yLocation, const DtUnicode &altitude, bool enabled, bool infinite) |
| Modify a cloud layer in the weather condition. | |
| virtual void | removeAllCloudLayers () |
| Remove all cloud layers from the weather condition. | |
| virtual void | removeCloudLayer (unsigned int index) |
| Remove a cloud layer from the by index. | |
| virtual void | setCloudLayerEnabled (unsigned int index, bool enabled) |
| Set whether a cloud layer is enabled for or disable from display. | |
| virtual void | setCloudCover (DtVrfWeatherCloudState cloudCover) |
| Set the NOAA cloud cover type. | |
| virtual void | setAxisLabels (const DtUnicode &x, const DtUnicode &y, const DtUnicode &z) |
| Set the cloud type and axis header-labels for the cloud layers. | |
| virtual void | queryUserForNewCloudLayer () |
| Query the user for a new cloud layer. | |
| virtual void | queryUserToEditCloudLayer (unsigned int index) |
| Query the user to edit the currently selected cloud layer. | |
| virtual void | setFogHeight (double height) |
| Set the height (or ceiling) of the fog layer. | |
| virtual void | setFogHeightDecimals (int decimals) |
| Set the fog height decimal places. | |
| virtual void | setFogHeightUnits (const DtUnicode &units) |
| Set the fog height units. | |
| virtual void | setFogHeightRange (double step, double max, double min=0.0) |
| Set the maximum and minimum range for fog height. | |
| virtual void | setFogColor (double red, double green, double blue) |
| Set the color of the fog layer. | |
| virtual void | setAirTurbidity (double turbidity) |
| Set the turbidity of the air. | |
Marine field value setters. | |
Sets the values of the widget's corresponding weather fields. | |
| virtual void | setSwellStateNames (const StringList &names) |
| Set the list of sea-swell state names. | |
| virtual StringList | swellStateNames () const |
| Get the list of sea-swell state names. | |
| virtual void | setSwellState (unsigned int index) |
| Set the current sea-swell state by index. | |
| virtual void | setSwellState (const DtUnicode &name) |
| Set the current sea-swell state by name. | |
| virtual void | setSwellStateDirection (double degrees) |
| Set the current sea-swell direction. | |
| virtual void | enableWindDrivenSeaState (bool enable) |
| Set the enabled state of wind-driven sea-state. | |
| virtual void | setSeaStateNames (const StringList &names) |
| Set the list of sea-state names. | |
| virtual StringList | seaStateNames () const |
| Get the list of sea-state names. | |
| virtual void | setSeaState (unsigned int index) |
| Set the current sea-state by index. | |
| virtual void | setSeaState (const DtUnicode &name) |
| Set the current sea-state by name. | |
| virtual void | setSeaStateDirection (double degrees) |
| Set the current sea-state direction. | |
Advanced marine field value setters. | |
Sets the values of the widget's corresponding advanced marine fields. | |
| virtual void | setSurfaceTransparency (double alpha) |
| Set the surface transparency of the water. | |
| virtual void | setUnderwaterVisibilityEnabled (bool enabled) |
| Set whether a different visibility is used when below sea level. | |
| virtual void | setUnderwaterVisibility (double distance) |
| Set the underwater visibility distance. | |
| virtual void | setUnderwaterVisibilityDecimals (int decimals) |
| Set the underwater visible distance decimal places. | |
| virtual void | setUnderwaterVisibilityUnits (const DtUnicode &units) |
| Set the underwater visible distance units. | |
| virtual void | setUnderwaterVisibilityRange (double step, double max, double min=0.0) |
| Set the maximum and minimum range for underwater visibility. | |
| virtual void | setWaterChoppiness (double chop) |
| Set the surface choppiness of the water. | |
| virtual void | setWindFetch (double distance) |
| Set the sea wave fetch. | |
| virtual void | setWindFetchDecimals (int decimals) |
| Set the sea wave fetch decimal places. | |
| virtual void | setWindFetchUnits (const DtUnicode &units) |
| Set the sea wave fetch units. | |
| virtual void | setWindFetchRange (double step, double max, double min=0.0) |
| Set the maximum and minimum range for sea fetch. | |
| virtual void | setSurgeDepth (double depth) |
| Set the surge depth. | |
| virtual void | setDepthOffset (double offset) |
| Set the depth offset. | |
| virtual void | setTidalCurrentSpeedDecimals (int decimals) |
| Set the tidal stream current speed decimal places. | |
| virtual void | setTidalCurrentSpeedUnits (const DtUnicode &units) |
| Set the tidal stream current speed units. | |
| virtual void | setTidalCurrentSpeedRange (double step, double max, double min=0.0) |
| Set the maximum and minimum range for tidal stream current speed. | |
| virtual void | setTidalCurrentSpeed (double speed) |
| Set the surface transparency of the water. | |
| virtual void | setTidalCurrentDirectionDecimals (int decimals) |
| Set the tidal stream current direction decimal places. | |
| virtual void | setTidalCurrentDirectionUnits (const DtUnicode &units) |
| Set the tidal stream current direction units. | |
| virtual void | setTidalCurrentDirectionRange (double step, double max, double min=0.0) |
| Set the maximum and minimum range for tidal stream current direction. | |
| virtual void | setTidalCurrentDirection (double direction) |
| Set the surface transparency of the water. | |
Field value setters for a listening to remote weather. | |
| virtual void | setListenToRemoteWeather (bool enable) |
| Sets whether or not to list to simulated weather messages. | |
Public Member Functions inherited from makVrv::DtEnvironmentConditionsInterface | |
| DtEnvironmentConditionsInterface (DtDe &de) | |
| Initialization CTOR. | |
| virtual | ~DtEnvironmentConditionsInterface () |
| Virtual DTOR. | |
| virtual void | setEnvironmentConditionsNames (const StringList &names)=0 |
| Set the list of environment condition names. | |
Protected Types | |
| enum | CloudTreeColumnLabelIndices { CloudTreeColumnType = 0, CloudTreeColumnX, CloudTreeColumnY, CloudTreeColumnAltitude, CloudTreeColumnEnabled } |
| typedef QList< QWidget * > | WidgetList |
Protected Member Functions | |
| void | setWidgetsEnabled (WidgetList &widgets, bool enable) const |
| Utility to enable/disable a set of widgets. | |
| void | setWidgetEnabled (QWidget &widget, bool enable) const |
| Utility to enable/disable a widget while blocking its signals. | |
| void | setWidgetsVisible (WidgetList &widgets, bool show) const |
| Utility to show/hide a set of widgets. | |
| void | setWidgetVisible (QWidget &widget, bool show) const |
| Utility to show/hide a widget while blocking its signals. | |
Private Member Functions | |
| void | setupGui () |
| Sets up the widget's fields. | |
| void | connectToSignals () |
| Connects widget signals to slots. | |
| void | setStringsToComboBox (QComboBox &cbox, const StringList &lst, bool srt=true) const |
| Utility to set a list of unicode strings into a combo-box. | |
| StringList | getStringsFromComboBox (const QComboBox &cbox) const |
| Utility to get a list of unicode strings from a combo-box. | |
| void | setQStringsToComboBox (QComboBox &cbox, QStringList lst, bool srt=true) const |
| Utility to set a list of Qt strings into a combo-box. | |
| QStringList | getQStringsFromComboBox (const QComboBox &cbox) const |
| Utility to get a list of Qt strings from a combo-box. | |
Additional Inherited Members | |
Public Types inherited from makVrv::DtEnvironmentConditionsInterface | |
| typedef std::list< DtUnicode > | StringList |
Public Attributes inherited from makVrv::DtEnvironmentConditionsInterface | |
| boost::signal< void(const DtUnicode &)> | signal_selectEnvironmentConditions |
| boost::signal< void(const DtUnicode &)> | signal_addEnvironmentConditions |
| boost::signal< void(const DtUnicode &)> | signal_removeEnvironmentConditions |
| boost::signal< void(const DtUnicode &)> | signal_saveEnvironmentConditions |
| boost::signal< void(const DtUnicode &)> | signal_setDefaultEnvironmentConditions |
| boost::signal< void(double)> | signal_changeWindSpeed |
| boost::signal< void(double)> | signal_changeWindDirection |
| boost::signal< void(int)> | signal_changePrecipitationType |
| boost::signal< void(double)> | signal_changePrecipitationIntensity |
| boost::signal< void(double)> | signal_changeVisibility |
| boost::signal< void(DtVrfWeatherCloudState)> | signal_cloudCoverChanged |
| boost::signal< void()> | signal_requestNewCloudLayer |
| boost::signal< void(const DtCloudLayer &)> | signal_addNewCloudLayer |
| boost::signal< void(unsigned int)> | signal_requestedEditCloudLayer |
| boost::signal< void(unsigned int, const DtCloudLayer &)> | signal_changeCloudLayer |
| boost::signal< void(unsigned int)> | signal_deleteCloudLayer |
| boost::signal< void(unsigned int, bool)> | signal_enableCloudLayer |
| boost::signal< void(double)> | signal_changeFogHeight |
| boost::signal< void(double, double, double)> | signal_changeFogColor |
| boost::signal< void(double)> | signal_changeAirTurbidity |
| boost::signal< void(unsigned int)> | signal_changeSwellState |
| boost::signal< void(double)> | signal_changeSwellStateDirection |
| boost::signal< void(bool)> | signal_enableWindDrivenSeaState |
| boost::signal< void(unsigned int)> | signal_changeSeaState |
| boost::signal< void(double)> | signal_changeSeaStateDirection |
| boost::signal< void(double)> | signal_changeSeaSurfaceTransparency |
| boost::signal< void(bool)> | signal_changeUnderWaterVisibilityEnabled |
| boost::signal< void(double)> | signal_changeUnderWaterVisibility |
| boost::signal< void(double)> | signal_changeSeaChoppiness |
| boost::signal< void(double)> | signal_changeWindFetch |
| boost::signal< void(double)> | signal_changeSurgeDepth |
| boost::signal< void(double)> | signal_changeDepthOffset |
| boost::signal< void(double)> | signal_changeTidalCurrentSpeed |
| boost::signal< void(double)> | signal_changeTidalCurrentDirection |
| boost::signal< void(bool)> | signal_changeRemoteSettings |
| boost::signal< void()> | signal_requestRemoteSettings |
An advanced weather condition settings widget.
|
protected |
| makVrv::DtEnvironmentConditionsWidget::DtEnvironmentConditionsWidget | ( | DtDe & | de, |
| QWidget * | parent = NULL, |
||
| Qt::WindowFlags | flags = 0 |
||
| ) |
Initialization CTOR.
| [in] | de | is the display engine. |
| [in] | parent | is a parent for this widget. |
| [in] | flags | is a set of enumerated window flags. |
|
virtual |
Virtual DTOR.
|
virtual |
Set the list of environment condition names.
| [in] | names | is the list of environment condition names. |
Reimplemented in makVrf::DtVrfEnvironmentConditionsWeatherWidget.
|
virtual |
Get the list of environment conditions names.
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Set the name of the default environment condition.
| [in] | name | is the name of the default condition. |
Implements makVrv::DtEnvironmentConditionsInterface.
Reimplemented in makVrf::DtVrfEnvironmentConditionsWeatherWidget.
|
virtual |
Show or hide the sections for advanced conditions.
| [in] | show | is the flag to show or hide advanced conditions. |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Set the wind speed.
| [in] | speed | is the wind speed to set. |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Set the wind speed decimal places.
| [in] | decimals | is the number of decimals to display. |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Set the wind speed units.
| [in] | units | is the unit type to display. |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Set the maximum and minimum range for wind speed.
| [in] | step | is the default step through the range. |
| [in] | max | is the maximum range boundary. |
| [in] | min | is the minimum range boundary. |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Set the wind direction.
| [in] | degrees | is the wind direction in degrees. |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Set the precipitation type.
| [in] | type | is the type of precipitation type. |
Implements makVrv::DtEnvironmentConditionsInterface.
Reimplemented in makVrf::DtVrfEnvironmentConditionsWeatherWidget.
|
virtual |
Set the precipitation intensity.
| [in] | intensity | is the precipitation intensity from zero to one. |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Set the visible distance.
| [in] | distance | is the visible distance. |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Set the visible distance decimal places.
| [in] | decimals | is the number of decimals to display. |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Set the visible distance units.
| [in] | units | is the unit type to display. |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Set the maximum and minimum range for visible distance.
| [in] | step | is the default step through the range. |
| [in] | max | is the maximum range boundary. |
| [in] | min | is the minimum range boundary. |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Add a cloud layer to the weather condition.
| [in] | type | is the type of clouds. |
| [in] | xLocation | is the x coordinate of the cloud layer. |
| [in] | yLocation | is the y coordinate of the cloud layer. |
| [in] | altitude | is the altitude of the cloud layer. |
| [in] | enabled | is the flag to display or hide the cloud layer. |
| [in] | infinite | is the flag to extend the limits cloud layer. |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Modify a cloud layer in the weather condition.
| [in] | index | is the index of the cloud layer. |
| [in] | type | is the type of clouds. |
| [in] | xLocation | is the x coordinate of the cloud layer. |
| [in] | yLocation | is the y coordinate of the cloud layer. |
| [in] | altitude | is the altitude of the cloud layer. |
| [in] | enabled | is the flag to display or hide the cloud layer. |
| [in] | infinite | is the flag to extend the limits cloud layer. |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Remove all cloud layers from the weather condition.
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Remove a cloud layer from the by index.
| [in] | index | is the index of the cloud layer. |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Set whether a cloud layer is enabled for or disable from display.
| [in] | index | is the index of the cloud layer. |
| [in] | enabled | is the flag to display or hide the cloud layer. |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Set the NOAA cloud cover type.
| [in] | The | NOAA cloud cover to use |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Set the cloud type and axis header-labels for the cloud layers.
| [in] | x | is the x coordinate header-label. |
| [in] | y | is the y coordinate header-label. |
| [in] | z | is the z coordinate header-label. |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Query the user for a new cloud layer.
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Query the user to edit the currently selected cloud layer.
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Set the height (or ceiling) of the fog layer.
| [in] | height | is the height of the fog layer. |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Set the fog height decimal places.
| [in] | decimals | is the number of decimals to display. |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Set the fog height units.
| [in] | units | is the unit type to display. |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Set the maximum and minimum range for fog height.
| [in] | max | is the maximum range boundary. |
| [in] | min | is the minimum range boundary. |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Set the color of the fog layer.
| [in] | red | is a normalized color component from 0.0 to 1.0. |
| [in] | green | is a normalized color component from 0.0 to 1.0. |
| [in] | blue | is a normalized color component from 0.0 to 1.0. |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Set the turbidity of the air.
| [in] | turbidity | is the intensity of air turbidity (0.0 to 1.0). |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Set the list of sea-swell state names.
| [in] | names | is the list of sea-swell names. |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Get the list of sea-swell state names.
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Set the current sea-swell state by index.
| [in] | index | is the sea-swell in sea-swell state names. |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Set the current sea-swell state by name.
| [in] | name | is the name of the sea-swell state. |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Set the current sea-swell direction.
| [in] | degrees | is the sea-swell direction |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Set the enabled state of wind-driven sea-state.
| [in] | enable | is the enable flag for wind-driven sea-state. |
Implements makVrv::DtEnvironmentConditionsInterface.
Reimplemented in makVrf::DtVrfEnvironmentConditionsWeatherWidget.
|
virtual |
Set the list of sea-state names.
| [in] | names | is the list of sea-state names. |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Get the list of sea-state names.
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Set the current sea-state by index.
| [in] | index | is the index of the sea-state in sea-state names. |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Set the current sea-state by name.
| [in] | name | is the name of the sea-state. |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Set the current sea-state direction.
| [in] | degrees | is the sea-state direction |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Set the surface transparency of the water.
| [in] | alpha | is the transparency value (0.0 to 1.0). |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Set whether a different visibility is used when below sea level.
| [in] | enabled | (or not) |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Set the underwater visibility distance.
| [in] | distance | is the visible distance underwater. |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Set the underwater visible distance decimal places.
| [in] | decimals | is the number of decimals to display. |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Set the underwater visible distance units.
| [in] | units | is the unit type to display. |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Set the maximum and minimum range for underwater visibility.
| [in] | step | is the default step through the range. |
| [in] | max | is the maximum range boundary. |
| [in] | min | is the minimum range boundary. |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Set the surface choppiness of the water.
| [in] | chop | is the intensity of choppiness (0.0 to 1.0). |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Set the sea wave fetch.
| [in] | distance | is the distance of fetch. |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Set the sea wave fetch decimal places.
| [in] | decimals | is the number of decimals to display. |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Set the sea wave fetch units.
| [in] | units | is the unit type to display. |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Set the maximum and minimum range for sea fetch.
| [in] | step | is the default step through the range. |
| [in] | max | is the maximum range boundary. |
| [in] | min | is the minimum range boundary. |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Set the surge depth.
| [in] | depth | is the surge depth in meters (0.0 - 20.0). |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Set the depth offset.
| [in] | offset | is the distance for depth offset (0.0 - 1.0). |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Set the tidal stream current speed decimal places.
| [in] | decimals | is the number of decimals to display. |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Set the tidal stream current speed units.
| [in] | units | is the unit type to display. |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Set the maximum and minimum range for tidal stream current speed.
| [in] | step | is the default step through the range. |
| [in] | max | is the maximum range boundary. |
| [in] | min | is the minimum range boundary. |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Set the surface transparency of the water.
| [in] | alpha | is the transparency value (0.0 to 1.0). |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Set the tidal stream current direction decimal places.
| [in] | decimals | is the number of decimals to display. |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Set the tidal stream current direction units.
| [in] | units | is the unit type to display. |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Set the maximum and minimum range for tidal stream current direction.
| [in] | step | is the default step through the range. |
| [in] | max | is the maximum range boundary. |
| [in] | min | is the minimum range boundary. |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Set the surface transparency of the water.
| [in] | alpha | is the transparency value (0.0 to 1.0). |
Implements makVrv::DtEnvironmentConditionsInterface.
|
virtual |
Sets whether or not to list to simulated weather messages.
| [in] | enable | is the flag to enable/disable listening. |
Implements makVrv::DtEnvironmentConditionsInterface.
|
protectedvirtualslot |
Reimplemented in makVrf::DtVrfEnvironmentConditionsWeatherWidget.
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protected |
Utility to enable/disable a set of widgets.
| [in] | widgets | is a list of widgets to enable or disable. |
| [in] | enable | is the new enabled state of the widgets. |
|
protected |
Utility to enable/disable a widget while blocking its signals.
| [in] | widget | is the widget to enable or disable. |
| [in] | enable | is the new enabled state of the widget. |
|
protected |
Utility to show/hide a set of widgets.
| [in] | widgets | is a list of widgets to show or hide. |
| [in] | show | is the new visible state of the widgets. |
|
protected |
Utility to show/hide a widget while blocking its signals.
| [in] | widget | is the widget to show or hide. |
| [in] | show | is the new visible state of the widget. |
|
private |
Sets up the widget's fields.
Non-virtual (Called from CTOR).
|
private |
Connects widget signals to slots.
Non-virtual (Called from CTOR).
|
private |
Utility to set a list of unicode strings into a combo-box.
| [in] | cbox | is the widget to populate; |
| [in] | lst | is a list of unicode strings; |
| [in] | srt | is a flag to sort the string in the combo-box. |
|
private |
Utility to get a list of unicode strings from a combo-box.
| [in] | cbox | is the widget to read from; |
|
private |
Utility to set a list of Qt strings into a combo-box.
| [in] | cbox | is the widget to populate; |
| [in] | lst | is a list of Qt strings; |
| [in] | srt | is a flag to sort the string in the combo-box. |
|
private |
Utility to get a list of Qt strings from a combo-box.
| [in] | cbox | is the widget to read from; |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |