|
| virtual | ~DtRadioCommunicationsSettingsManager () |
| | DTOR. More...
|
| |
| void | connectInputSignals () |
| | Connect to signal indicating settings have been backed up. More...
|
| |
|
| virtual float | commLineLifetime () const |
| |
| virtual void | setCommLineLifetime (float lifetime) |
| |
| virtual float | squawkIndicatorLifetime () const |
| |
| virtual void | setSquawkIndicatorLifetime (float lifetime) |
| |
| virtual float | commLineAnimationRate () const |
| |
| virtual void | setCommLineAnimationRate (float rate) |
| |
| virtual float | squawkIndicatorAnimationRate () const |
| |
| virtual void | setSquawkIndicatorAnimationRate (float rate) |
| |
| virtual bool | displayCommLines () const |
| |
| virtual void | setDisplayCommLines (bool show) |
| |
| virtual bool | displaySquawkIndicators () const |
| |
| virtual void | setDisplaySquawkIndicators (bool show) |
| |
| virtual bool | displayRadioCommunications () const |
| |
| virtual void | setDisplayRadioCommunications (bool show) |
| |
| virtual CommLineMode | commLineRenderMode () const |
| |
| virtual void | setCommLineRenderMode (CommLineMode mode) |
| |
| virtual double | greatCircleExaggerationAmount () const |
| |
| virtual void | setGreatCircleExaggerationAmount (double amount) |
| |
| virtual DefaultColoringMode | defaultColoringMode () const |
| |
| virtual void | setDefaultColoringMode (DefaultColoringMode mode) |
| |
|
| virtual bool | showDefaultFrequency () const |
| |
| virtual void | setShowDefaultFrequency (bool show) |
| |
| virtual void | getDefaultFrequencyColor (float &r, float &g, float &b) const |
| |
| virtual void | setDefaultFrequencyColor (float r, float g, float b) |
| |
|
| virtual void | getFrequencyRangeColor (int rangeIndex, float &r, float &g, float &b) const |
| |
| virtual void | setFrequencyRangeColor (int rangeIndex, float r, float g, float b) |
| |
| virtual bool | showFrequencyRangeFrequency (int rangeIndex) const |
| |
| virtual void | setShowFrequencyRangeFrequency (int rangeIndex, bool show) |
| |
| virtual void | getFrequencyRange (int rangeIndex, float &lowFreq, float &highFreq) const |
| |
| virtual int | addFrequencyRange (float lowFreq, float highFreq) |
| |
| virtual int | numFrequencyRanges () const |
| |
| virtual void | clearFrequencyRanges () |
| |
| | DtBaseSharedSettingsManager (DtDe &de, const std::string &name, const std::string &displayName, const std::string &ext) |
| | CTOR. More...
|
| |
| virtual | ~DtBaseSharedSettingsManager () |
| | Virtual DTOR. More...
|
| |
| virtual void | initializeBackup () |
| | Creates a backup of the settings' current state. More...
|
| |
| virtual void | setFromRecord (const makArchives::DtRadioCommunicationsSettingsRecord &record) |
| | Set the current settings' state from the given record. More...
|
| |
| virtual void | getRecord (makArchives::DtRadioCommunicationsSettingsRecord &record) const |
| | Store the current settings' state in the given record. More...
|
| |
| | DtCommonBaseSettingsManager (DtDe &de, const std::string &name, const std::string &displayName, const std::string &ext) |
| | CTOR The name, displayName, and extension parameters are used for creating the settings object (DtDeSettings) and backup, and for constructing the filename when readin/writing the records to disk. More...
|
| |
| virtual | ~DtCommonBaseSettingsManager () |
| | Virtual DTOR. More...
|
| |
| virtual void | autoSaveIfNecessary () |
| | Saves the current settings as defaults if autosave is enabled. More...
|
| |
| virtual void | setAutoSave (bool doit) |
| | Sets whether autosave is enabled for the settings manager. More...
|
| |
| virtual bool | autoSave () const |
| | Gets whether autosave is enabled for the settings manager. More...
|
| |
| virtual void | setUseDefaultSettingsRecord (bool useit) |
| | Sets whether setting initialization should check for a default record. More...
|
| |
| virtual bool | useDefaultSettingsRecord () const |
| | Gets whether setting initialization should check for a default record. More...
|
| |
| virtual DtDeSettings * | settings () |
| | Accessor for the manager's DtDeSettings object. More...
|
| |
| virtual const DtDeSettings * | settings () const |
| | Accessor for the manager's DtDeSettings object (const). More...
|
| |
| virtual DtSettingsBackup * | settingsBackup () |
| | Accessor for the manager's settings backup. More...
|
| |
| virtual const DtSettingsBackup * | settingsBackup () const |
| | Accessor for the manager's settings backup (const). More...
|
| |
| virtual void | loadDefaults () |
| | Initializes the settings and creates a backup. More...
|
| |
| virtual void | saveDefaultSettings () |
| | Saves the current settings' state as the default (on disk). More...
|
| |
| virtual void | loadDefaultSettings (bool loadOnlyFactorySettings) |
| | Loads the default settings from disk. More...
|
| |
| virtual void | importSettings (const std::string &filePath) |
| | Load the settings' state from the given file. More...
|
| |
| virtual void | exportSettings (const std::string &filePath) const |
| | Save the current settings' state to the given file. More...
|
| |
| virtual void | getSplitRecord (std::vector< makArchives::DtRadioCommunicationsSettingsRecord > &rec, std::vector< std::string > &fileNames) |
| | For directory support, split the main record into different sub-records and give them each a file name. More...
|
| |
| virtual void | addRecords (makArchives::DtRadioCommunicationsSettingsRecord &rec, makArchives::DtRadioCommunicationsSettingsRecord &combinedRec) |
| | For directory support, when reading in a directory, add the records from each file to the combined record. More...
|
| |
| | DtVirtualBaseClass () |
| | Do nothing constructor. More...
|
| |
| virtual | ~DtVirtualBaseClass () |
| | Virtual do nothing destructor. More...
|
| |
Manager for the radio communications settings.