![]() |
VR-Forces Development_Version 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. | |
| virtual bool | observersPublished () const |
| virtual void | setDoNotShowTellMeAboutFavorites (bool) |
| Sets whether or not to show the tell me about favorites item. | |
| virtual bool | doNotShowTellMeAboutFavorites () const |
| virtual void | setShowWeather (bool) |
| Sets whether or not to show weather. This will simply show/hide the Weather overlay layer. | |
| virtual bool | showWeather () const |
| virtual void | setShowNavigationAreas (bool) |
| Sets whether or not to show all navigation areas that area currently used in the system. | |
| virtual bool | showNavigationAreas () 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. | |
| virtual double | asynchLoadBufferTime () const |
| virtual void | setShowProgressOnGenerationStart (bool b) |
| Sets whether or not to show the navigation area generation progress dialog when generation starts. | |
| virtual bool | showProgressOnGenerationStart () const |
| virtual void | setPaletteItemVisible (const std::string &item, bool) |
| Sets whether or not palette panel items are shown/hidden. | |
| virtual bool | paletteItemVisible (const std::string &item) const |
| virtual void | setDateAndTimeOfDayFormat (const std::string &) |
| Sets the format for displaying the date/time of day as specified in Qt documentation. | |
| virtual std::string | dateAndTimeOfDayFormat () const |
| virtual void | setTimezone (const std::string &) |
| Timezone used for display. | |
| virtual std::string | timezone () const |
| virtual void | setAllowChangingOfExtendedLabels (bool) |
| Set to false to disallow the changing of the extended labels via the session options page. Default is true. | |
| virtual bool | allowChangingOfExtendedLabels () const |
| virtual void | setUseLocalTimezone (bool) |
| Use local timezone for display. Default is false. | |
| virtual bool | useLocalTimezone () 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. | |
| virtual double | simQueryUpdateTime () const |
| virtual void | setMaximumNavigationAreaCellSize (double length, double width) |
| Maximum navigation area cell length/width. Default is 20km. | |
| virtual void | getMaximumNavigationAreaCellSize (double &length, double &width) |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. | |
Static Public Member Functions | |
| static DtVrfExtendedApplicationSettings & | instance (makVrv::DtDe &de) |
| static void | registerInstance (makVrv::DtDe &, DtVrfExtendedApplicationSettings *) |
Public Attributes | |
| boost::signal< void()> | signal_extendedApplicationOptionsChanged |
| Signal sent any time an option changes. | |
| boost::signal< void(double)> | signal_simQueryUpdateTimeChanged |
| Signal when sim query update time changes. | |
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 all navigation areas that area currently used in the system.
|
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 |
Set to false to disallow the changing of the extended labels via the session options page. Default is true.
|
virtual |
|
virtual |
Use local timezone for display. Default is false.
|
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 |
|
static |
|
static |
|
protectedvirtual |
| boost::signal<void ()> makVrf::DtVrfExtendedApplicationSettings::signal_extendedApplicationOptionsChanged |
Signal sent any time an option changes.
| boost::signal<void (double)> makVrf::DtVrfExtendedApplicationSettings::signal_simQueryUpdateTimeChanged |
Signal when sim query update time changes.
|
protected |