![]() |
VR-Forces 5.0.2 Developer's Guide
|
The DtVrfExtendedApplicationSettings class will use the DtVrfGuiApplicationSettings class to keep a flag of extended application state settings.

Static Public Member Functions | |
| static DtVrfExtendedApplicationSettings & | instance (makVrv::DtDe &de) |
| static void | registerInstance (makVrv::DtDe &, DtVrfExtendedApplicationSettings *) |
Public Attributes | |
| boost::signals2::signal< void()> | signal_extendedApplicationOptionsChanged |
| boost::signals2::signal< void(bool)> | signal_searchBarVisibilityChanged |
| boost::signals2::signal< void(double)> | signal_simQueryUpdateTimeChanged |
| boost::signals2::signal< void(double)> | signal_objectConsoleBufferSizeChanged |
| boost::signals2::signal< void(std::string)> | signal_defaultIconListChanged |
Protected Member Functions | |
| virtual void | slot_activated () |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| 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 |
Object console buffer size - this is the total number of lines in the entity object console.
|
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 |
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 (double)> makVrf::DtVrfExtendedApplicationSettings::signal_objectConsoleBufferSizeChanged |
Signal when object console buffer size changes.
| boost::signals2::signal<void (std::string)> makVrf::DtVrfExtendedApplicationSettings::signal_defaultIconListChanged |
Signal when the default icon list changed.
|
protected |