|
Signals |
|
void | settingsChanged () |
Static Public Member Functions |
|
static QSettings & | settings () |
|
static void | connect (QObject *pReceiver, const char *szSlot) |
|
static void | freeze () |
|
static void | thaw () |
|
static QString | getPathLog () |
|
static void | setPathLog (const QString &qsPath) |
|
static QStringList | getPathHistory () |
|
static QString | getPathDefault () |
|
static void | setPathDefault (const QString &qsPath) |
|
static bool | getLoggingGeneral () |
|
static void | setLoggingGeneral (bool bOn) |
|
static bool | getLoggingMcu () |
|
static void | setLoggingMcu (bool bOn) |
|
static QString | getMcuPort () |
|
static void | setMcuPort (const QString &qsPort) |
|
static int | getMcuFirmware () |
|
static void | setMcuFirmware (int nFirmware) |
|
static int | getMcuWormWheelTeeth () |
|
static void | setMcuWormWheelTeeth (int nTeeth) |
|
static int | getPecGenTraversal () |
|
static void | setPecGenTraversal (int nTraversal) |
|
static double | getPecGenAccel () |
|
static void | setPecGenAccel (double dfAccel) |
|
static int | getPecGenAggressMin () |
|
static void | setPecGenAggressMin (int nAggressMin) |
|
static int | getPecGenAggressMax () |
|
static void | setPecGenAggressMax (int nAggressMax) |
|
static int | getPecGenFactorMax () |
|
static void | setPecGenFactorMax (int nFactorMax) |
|
static bool | getExperimentalTabProfile () |
|
static void | setExperimentalTabProfile (bool bEnable) |
|
static bool | getExperimentalMenuMount () |
|
static void | setExperimentalMenuMount (bool bEnable) |
Private Member Functions |
|
void | emitChangedInternal (bool bFromChange) |
Static Private Member Functions |
|
static void | emitChanged () |
Private Attributes |
|
QSettings * | m_pQSettings |
|
bool | m_bFrozen |
|
bool | m_bChanged |
Static Private Attributes |
|
static Settings | g_oSettings |