![]() |
VR-Forces 4.8 Class Documentation
|
The DtVrfExtendedApplicationSettings class will use the DtVrfGuiApplicationSettings class to keep a flag of extended application state settings. More...

Public Member Functions | |
| DtVrfExtendedApplicationSettings (makVrv::DtDe &) | |
| virtual | ~DtVrfExtendedApplicationSettings () |
| virtual void | setObserversPublished (bool) |
| Set whether or not observers are to be published. More... | |
| virtual bool | observersPublished () const |
| virtual void | setDoNotShowTellMeAboutFavorites (bool) |
| Sets whether or not to show the tell me about favorites item. More... | |
| virtual bool | doNotShowTellMeAboutFavorites () const |
| virtual void | setShowWeather (bool) |
| Sets whether or not to show weather. This will simply show/hide the Weather overlay layer. More... | |
| virtual bool | showWeather () const |
| virtual void | setShowCloudLayers (bool) |
| Sets whether or not to show cloud layers. This will simply show/hide the Cloud Layers overlay layer. More... | |
| virtual bool | showCloudLayers () const |
| virtual void | setWeatherAreaFilled (bool) |
| Sets whether or not weather areas are unfilled. More... | |
| virtual bool | weatherAreaFilled () const |
| virtual void | setShowNavigationAreas (bool) |
| Sets whether or not to show all navigation areas that area currently used in the system. More... | |
| virtual bool | showNavigationAreas () const |
| virtual void | setSaveScenarioToZipFile (bool) |
| Whether or not to save the scenario to a zip file. Default is true. More... | |
| virtual bool | saveScenarioToZipFile () const |
| virtual void | setAsynchLoadBufferTime (double d) |
| Only in asynchronous IO mode – the buffer of time to use when closing a scenario and sending the load message for another to prevent potential message drop. More... | |
| virtual double | asynchLoadBufferTime () const |
| virtual void | setShowProgressOnGenerationStart (bool b) |
| Sets whether or not to show the navigation area generation progress dialog when generation starts. More... | |
| virtual bool | showProgressOnGenerationStart () const |
| virtual void | setPaletteItemVisible (const std::string &item, bool) |
| Sets whether or not palette panel items are shown/hidden. More... | |
| virtual bool | paletteItemVisible (const std::string &item, bool *keyExists=0) const |
| virtual void | setDateAndTimeOfDayFormat (const std::string &) |
| Sets the format for displaying the date/time of day as specified in Qt documentation. More... | |
| virtual std::string | dateAndTimeOfDayFormat () const |
| virtual void | setTimezone (const std::string &) |
| Timezone used for display. More... | |
| virtual std::string | timezone () const |
| virtual void | setFormatSets (const std::string &) |
| Formats sets used for display. More... | |
| virtual std::string | formatSets () const |
| virtual void | setAllowChangingOfExtendedLabels (bool) |
| Set to false to disallow the changing of the extended labels via the session options page. Default is true. More... | |
| virtual bool | allowChangingOfExtendedLabels () const |
| virtual void | setShowFavoritesIcon (bool) |
| Whether or not to show favorites icon on the entity palette (if supported). Default is false. More... | |
| virtual bool | showFavoritesIcon () const |
| virtual void | setUseLocalTimezone (bool) |
| Use local timezone for display. Default is false. More... | |
| virtual bool | useLocalTimezone () const |
| virtual void | setHideSearchBars (bool) |
| Hides search bars on filtered list views and list boxes. Will not hide on palettes. More... | |
| virtual bool | hideSearchBars () const |
| virtual void | setSimQueryUpdateTime (double) |
| For moving objects, what is the update time to look at for when to make the next data request for a location from the sim. More... | |
| virtual double | simQueryUpdateTime () const |
| virtual void | setMaximumNavigationAreaCellSize (double length, double width) |
| Maximum navigation area cell length/width. Default is 20km. More... | |
| virtual void | getMaximumNavigationAreaCellSize (double &length, double &width) |
| virtual void | setDefaultLayoutSettingsFile (const std::string &) |
| The default layout file to load when starting the application. More... | |
| virtual std::string | defaultLayoutSettingsFile () const |
| virtual void | setQtDesignerLocation (const std::string &) |
| The location of Qt designer. This is just the directory, not the actual application. designer will be appended to it. More... | |
| virtual std::string | qtDesignerLocation () const |
| virtual void | setTemperatureUnits (DtVrfDisplayUnitsSettingsManager::TemperatureUnits units) |
| Sets the units of temperature to use. More... | |
| virtual DtVrfDisplayUnitsSettingsManager::TemperatureUnits | temperatureUnits () const |
| virtual void | setTemperatureDecimals (int) |
| Sets the decimals to display temperature units in. More... | |
| virtual int | temperatureDecimals () const |
| virtual void | setAirspeedUnits (makVrv::DtDisplayUnitsConverter::VelocityUnits units) |
| Sets the units of airspeed to use. More... | |
| virtual makVrv::DtDisplayUnitsConverter::VelocityUnits | airspeedUnits () const |
| virtual void | setAirspeedDecimals (int) |
| Sets the decimals to display airspeed units in. More... | |
| virtual int | airspeedDecimals () const |
| virtual void | setCloseScenarioSendTimeoutRetry (double d) |
| The amount of time to wait before sending close message again if no response from back-end (default 15 seconds) More... | |
| virtual double | closeScenarioSendTimeoutRetry () const |
| virtual void | setCloseRetryCount (int) |
| The number of times to attempt a close before giving up (default is 4) More... | |
| virtual int | closeRetryCount () const |
| virtual void | setShowEchelonIdColumn (bool) |
| Whether or not to show echelon id columns on echelon or embarkation widgets. More... | |
| virtual bool | showEchelonIdColumn () const |
| virtual bool | filteredListsAreOrbatEnabled () const |
| Whether or not filtered lists that show units and entities are ORBAT enabled. More... | |
| virtual void | setFilteredListsAreOrbatEnabled (bool) |
| virtual void | setDefaultIconList (const std::string &) |
| Sets the default icon list to show. If no icon list will show the visual model definition. More... | |
| virtual const std::string & | defaultIconList () const |
| virtual void | setShowForceColor (bool) |
| Whether or not to try and display the force color under the non-visual model definition icon. More... | |
| virtual bool | showForceColor () const |
| virtual void | setNumberOfRecentlyCreatedItems (int) |
| The number of items to keep on the recently created list. Default is 20. More... | |
| virtual int | numberOfRecentlyCreatedItems () const |
| virtual void | addRecentlyCreated (const std::string &palette, const DtEntityMapperKey &) |
| Adds this mapper key as a recently created key. More... | |
| virtual bool | isRecentlyCreated (const std::string &palette, const DtEntityMapperKey &) const |
| Returns true if this item is recently created. More... | |
| virtual void | removeRecentlyCreated (const std::string &palette, const DtEntityMapperKey &) |
| Removes as recently created. More... | |
| virtual void | removeAllRecentlyCreated (const std::string &palette) |
| Removes all recently created. More... | |
| virtual void | setAllowBackendShutdown (bool) |
| Whether or not to allow the back-end shutdown button to appear on the quit dialog (default is true) More... | |
| virtual bool | allowBackendShutdown () const |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. More... | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. More... | |
Static Public Member Functions | |
| static DtVrfExtendedApplicationSettings & | instance (makVrv::DtDe &de) |
| static void | registerInstance (makVrv::DtDe &, DtVrfExtendedApplicationSettings *) |
Public Attributes | |
| boost::signals2::signal< void()> | signal_extendedApplicationOptionsChanged |
| Signal sent any time an option changes. More... | |
| boost::signals2::signal< void(bool)> | signal_searchBarVisibilityChanged |
| Signal sent when the search bar hide/show changes. Flag is true if shown. More... | |
| boost::signals2::signal< void(double)> | signal_simQueryUpdateTimeChanged |
| Signal when sim query update time changes. More... | |
| boost::signals2::signal< void(std::string)> | signal_defaultIconListChanged |
| Signal when the default icon list changed. More... | |
Protected Member Functions | |
| virtual void | slot_activated () |
Protected Attributes | |
| makVrv::DtDe & | myDe |
The DtVrfExtendedApplicationSettings class will use the DtVrfGuiApplicationSettings class to keep a flag of extended application state settings.
| makVrf::DtVrfExtendedApplicationSettings::DtVrfExtendedApplicationSettings | ( | makVrv::DtDe & | ) |
|
virtual |
|
virtual |
Set whether or not observers are to be published.
|
virtual |
|
virtual |
Sets whether or not to show the tell me about favorites item.
|
virtual |
|
virtual |
Sets whether or not to show weather. This will simply show/hide the Weather overlay layer.
|
virtual |
|
virtual |
Sets whether or not to show cloud layers. This will simply show/hide the Cloud Layers overlay layer.
|
virtual |
|
virtual |
Sets whether or not weather areas are unfilled.
If they are unfilled then the label of the weather area will also b shown under the weather icon
|
virtual |
|
virtual |
Sets whether or not to show all navigation areas that area currently used in the system.
|
virtual |
|
virtual |
Whether or not to save the scenario to a zip file. Default is true.
|
virtual |
|
virtual |
Only in asynchronous IO mode – the buffer of time to use when closing a scenario and sending the load message for another to prevent potential message drop.
Default is 1 second.
|
virtual |
|
virtual |
Sets whether or not to show the navigation area generation progress dialog when generation starts.
|
virtual |
|
virtual |
Sets whether or not palette panel items are shown/hidden.
|
virtual |
|
virtual |
Sets the format for displaying the date/time of day as specified in Qt documentation.
Default is: MM/dd/yyyy hh:mm
|
virtual |
|
virtual |
Timezone used for display.
|
virtual |
|
virtual |
Formats sets used for display.
|
virtual |
|
virtual |
Set to false to disallow the changing of the extended labels via the session options page. Default is true.
|
virtual |
|
virtual |
Whether or not to show favorites icon on the entity palette (if supported). Default is false.
|
virtual |
|
virtual |
Use local timezone for display. Default is false.
|
virtual |
|
virtual |
Hides search bars on filtered list views and list boxes. Will not hide on palettes.
|
virtual |
|
virtual |
For moving objects, what is the update time to look at for when to make the next data request for a location from the sim.
Default is 1 second
|
virtual |
|
virtual |
Maximum navigation area cell length/width. Default is 20km.
|
virtual |
|
virtual |
The default layout file to load when starting the application.
|
virtual |
|
virtual |
The location of Qt designer. This is just the directory, not the actual application. designer will be appended to it.
|
virtual |
|
static |
|
static |
|
virtual |
Sets the units of temperature to use.
|
virtual |
|
virtual |
Sets the decimals to display temperature units in.
|
virtual |
|
virtual |
Sets the units of airspeed to use.
|
virtual |
|
virtual |
Sets the decimals to display airspeed units in.
|
virtual |
|
virtual |
The amount of time to wait before sending close message again if no response from back-end (default 15 seconds)
|
virtual |
|
virtual |
The number of times to attempt a close before giving up (default is 4)
|
virtual |
|
virtual |
Whether or not to show echelon id columns on echelon or embarkation widgets.
|
virtual |
|
virtual |
Whether or not filtered lists that show units and entities are ORBAT enabled.
This is not true for all lists, but typically will include task, set, command lists. Default is on
|
virtual |
|
virtual |
Sets the default icon list to show. If no icon list will show the visual model definition.
|
virtual |
|
virtual |
Whether or not to try and display the force color under the non-visual model definition icon.
|
virtual |
|
virtual |
The number of items to keep on the recently created list. Default is 20.
|
virtual |
|
virtual |
Adds this mapper key as a recently created key.
|
virtual |
Returns true if this item is recently created.
|
virtual |
Removes as recently created.
|
virtual |
Removes all recently created.
|
virtual |
Whether or not to allow the back-end shutdown button to appear on the quit dialog (default is true)
|
virtual |
|
protectedvirtual |
| boost::signals2::signal<void ()> makVrf::DtVrfExtendedApplicationSettings::signal_extendedApplicationOptionsChanged |
Signal sent any time an option changes.
| boost::signals2::signal<void (bool)> makVrf::DtVrfExtendedApplicationSettings::signal_searchBarVisibilityChanged |
Signal sent when the search bar hide/show changes. Flag is true if shown.
| boost::signals2::signal<void (double)> makVrf::DtVrfExtendedApplicationSettings::signal_simQueryUpdateTimeChanged |
Signal when sim query update time changes.
| boost::signals2::signal<void (std::string)> makVrf::DtVrfExtendedApplicationSettings::signal_defaultIconListChanged |
Signal when the default icon list changed.
|
protected |