1 #ifndef INCLUDE_PREFERENCES_H 2 #define INCLUDE_PREFERENCES_H 12 void resetToDefaults();
13 QByteArray serialize()
const;
14 bool deserialize(
const QByteArray& data);
58 #endif // INCLUDE_PREFERENCES_H void setSourceIndex(const int value)
const QString & getSourceDevice() const
QtMsgType getConsoleMinLogLevel() const
int getSourceIndex() const
QtMsgType m_consoleMinLogLevel
QtMsgType getFileMinLogLevel() const
const QString & getLogFileName() const
void setAudioType(const QString &value)
const QString & getAudioDevice() const
int m_sourceIndex
Index of the source used in R0 tab (GUI flavor) at startup.
const QString & getAudioType() const
float getLongitude() const
float getLatitude() const
bool getUseLogFile() const
void setFileMinLogLevel(const QtMsgType &minLogLevel)
QString m_sourceDevice
Identification of the source used in R0 tab (GUI flavor) at startup.
void setLongitude(float longitude)
void setUseLogFile(bool useLogFile)
void setConsoleMinLogLevel(const QtMsgType &minLogLevel)
QtMsgType m_fileMinLogLevel
void setAudioDevice(const QString &value)
void setLatitude(float latitude)
void setSourceDevice(const QString &value)
void setLogFileName(const QString &value)