|
| | DtVrfAudioSettingsManager (makVrv::DtDe &) |
| |
| virtual | ~DtVrfAudioSettingsManager () |
| |
| virtual void | setAudioEnabled (bool) |
| | Set the master audio enabled state. More...
|
| |
| virtual | ~DtAudioSettingsManager () |
| | Virtual DTOR. More...
|
| |
| virtual bool | audioEnabled () const |
| | Get the master audio enabled state. More...
|
| |
| virtual void | setVolume (double val) |
| | Set the master audio volume. More...
|
| |
| virtual double | volume () const |
| | Get the master audio volume. More...
|
| |
| virtual void | setAudioPlaybackDevice (const std::string &val) |
| | Set the device that audio should be played back on. More...
|
| |
| virtual std::string | audioPlaybackDevice () const |
| | get the name of the device that the audio should be played back on More...
|
| |
| virtual void | setAudioCaptureDevice (const std::string &val) |
| | Set the device that audio should be captured from. More...
|
| |
| virtual std::string | audioCaptureDevice () const |
| | get the name of the device that the audio should be captured from More...
|
| |
| virtual void | setShowCaptureDeviceSettings (bool val) |
| | Set whether or not the capture device selection dialog is present in the audio settings dialog. More...
|
| |
| virtual bool | showCaptureDeviceSettings () const |
| | Get whether or not the capture device selection dialog is present in the audio settings dialog. More...
|
| |
| virtual void | setSpeedOfSound (double val) |
| | Set the speed of sound (in meters/second). More...
|
| |
| virtual double | speedOfSound () const |
| | Get the speed of sound (in meters/second). More...
|
| |
| virtual void | setMaxVoices (int val) |
| | Set the maximum number of simultaneous playing sounds. More...
|
| |
| virtual int | maxVoices () const |
| | Get the number of maximum voices. More...
|
| |
| virtual void | setMaximumOutputDecibelCapability (double val) |
| | Set the maximum loudness that the sound hardware that this application is playing on is capable of producing. More...
|
| |
| virtual double | maximumOutputDecibelCapability () const |
| | Get the maximum loudness that the sound system can generate. More...
|
| |
| virtual void | setEnvironmentalProcessingEnabled (bool val) |
| | Set the environmental processing enabled state. More...
|
| |
| virtual bool | environmentalProcessingEnabled () const |
| | Get the environmental processing enabled state. More...
|
| |
| void | setFromRecord (const DtAudioSettingsRecord &rec) |
| | Set the current settings' state from the given record. More...
|
| |
| void | getRecord (DtAudioSettingsRecord &rec) const |
| | Store the current settings' state in the given record. More...
|
| |
| | DtBaseSettingsManager (DtDe &de, const std::string &name, const std::string &displayName, const std::string &ext) |
| | CTOR. More...
|
| |
| virtual | ~DtBaseSettingsManager () |
| | Virtual DTOR. More...
|
| |
| virtual void | initializeBackup () |
| | Creates a backup of the settings' current state. 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< DtAudioSettingsRecord > &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 (DtAudioSettingsRecord &rec, DtAudioSettingsRecord &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...
|
| |