![]() |
VR-Forces 5.0.2 Developer's Guide
|
This class will be used to store the extended application states and will be referenced by the DtVrfExtendedApplicationSettings class.

Protected Types | |
| enum | Flags { ObserversPublished = 0x00000001, DoNotShowMeTellMeAboutFavorites = 0x00000002, ShowWeather = 0x00000004, ShowNavigationAreas = 0x00000008, ShowNavigationProgress = 0x00000010, SaveScenarioToZipFile = 0x00000020, WeatherAreaUnfilled = 0x00000040, ShowEchelonIdColumn = 0x00000080, FilteredListsAreOrbatEnabled = 0x00000100, ShowFavoritesIcon = 0x00000400, ShowForceColor = 0x00000800, ShowCloudLayers = 0x00001000, HideSearchBars = 0x00002000, Defaults = ObserversPublished | ShowWeather | ShowCloudLayers | ShowNavigationProgress | SaveScenarioToZipFile | FilteredListsAreOrbatEnabled | ShowForceColor } |
| typedef std::map< std::string, bool > | PaletteItemsVisibilityMap |
Protected Member Functions | |
| virtual void | setFlag (Flags, bool) |
Protected Member Functions inherited from makVrf::DtVrfGuiApplicationSetting | |
| template<class Archive > | |
| void | serialize (Archive &ar, const unsigned int version) |
Protected Attributes | |
| int | myFlags |
| std::string | myDateAndTimeOfDayFormat |
| std::string | myTimezone |
| std::string | myFormatsSet |
| bool | myUseLocalTimezone |
| bool | myAllowChangingOfExtendedLabels |
| PaletteItemsVisibilityMap | myPaletteItemsVisibilityMap |
| double | mySimQueryUpdateTime |
| int | myObjectConsoleBufferSize |
| double | myMaximumNavigationAreaCellWidth |
| double | myMaximumNavigationAreaCellLength |
| double | myAsynchLoadBufferTime |
| std::string | myDefaultLayoutSettingsFile |
| std::string | myQtDesignerLocation |
| std::map< std::string, std::vector< std::string > > | myRecentlyCreated |
| std::map< std::string, std::set< std::string > > | myRecentlyCreatedSet |
| int | myNumberOfRecentlyCreated |
| std::string | myDefaultIconList |
| bool | myAllowBackendShutdown |
| double | myCloseScenarioSendTimeoutRetry |
| int | myCloseRetryCount |
Protected Attributes inherited from makVrf::DtVrfGuiApplicationSetting | |
| makVrv::DtDe * | myDe |
Additional Inherited Members | |
Static Public Member Functions inherited from makVrf::DtVrfGuiApplicationSetting | |
| template<typename T > | |
| static std::string | theClassType () |
| template<typename T > | |
| static DtVrfGuiApplicationSetting * | create (makVrv::DtDe &de) |
|
protected |
No longer used as of VRF 4.5, but, kept around for reading previous files.
|
protected |
| makVrf::DtVrfExtendedApplicationSettingsData::DtVrfExtendedApplicationSettingsData | ( | makVrv::DtDe * | = 0 | ) |
| makVrf::DtVrfExtendedApplicationSettingsData::DtVrfExtendedApplicationSettingsData | ( | const DtVrfExtendedApplicationSettingsData & | ) |
|
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 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 set used for display.
|
virtual |
|
virtual |
Hides search bars on filtered list views and list boxes. Will not hide on palettes.
|
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 |
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 |
Whether or not to save the scenario to a zip file. Default is true.
|
virtual |
|
virtual |
Whether or not to show favorites icon on the entity palette (if supported). Default is false.
|
virtual |
|
virtual |
Sets whether or not to show all navigation areas that area currently used in the system.
|
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 |
| void makVrf::DtVrfExtendedApplicationSettingsData::setShowProgressOnGenerationStart | ( | bool | b | ) |
Sets whether or not to show the navigation area generation progress dialog when generation starts.
| bool makVrf::DtVrfExtendedApplicationSettingsData::showProgressOnGenerationStart | ( | ) | const |
|
virtual |
Use local timezone for display. Default is false.
|
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 |
Clone of this object.
Implements makVrf::DtVrfGuiApplicationSetting.
|
virtual |
Must implement to return unique name of class.
Implements makVrf::DtVrfGuiApplicationSetting.
|
virtual |
Override to read/write settings.
Implements makVrf::DtVrfGuiApplicationSetting.
|
virtual |
Implements makVrf::DtVrfGuiApplicationSetting.
|
virtual |
Set to false to disallow the changing of the extended labels via the session options page. Default is true.
|
virtual |
|
virtual |
The default layout file to load when starting the application. Note that setting this here will not effect whether or not the layout manager signals a change. Use the layout manager to signal a change in the default layout.
|
virtual |
|
virtual |
The location of Qt designer. This is just the directory, not the actual application. designer will be appended to it.
|
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 |
Whether or not to allow the back-end shutdown button to appear on the quit dialog (default is true)
|
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 |
|
inlinevirtual |
Override in subclass to version data.
Reimplemented from makVrf::DtVrfGuiApplicationSetting.
|
protectedvirtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Separate flag out to make it easier to edit in file.
|
protected |
The amount of time to wait before sending close message again if no response from back-end (default 15 seconds)
|
protected |