kpilot/kpilot
KPilotSettings Class Reference
List of all members.Detailed Description
Definition at line 10 of file kpilotSettings.h.
Public Types | |
| enum | { eWorkaroundNone, eWorkaroundUSB } |
Public Member Functions | |
| ~KPilotSettings () | |
| ItemUInt * | debugItem () |
| ItemUInt * | configVersionItem () |
| ItemDateTime * | lastSyncTimeItem () |
| ItemString * | pilotDeviceItem () |
| ItemUInt * | pilotSpeedItem () |
| ItemString * | encodingItem () |
| ItemString * | userNameItem () |
| ItemEnum * | workaroundsItem () |
| ItemString * | logFileNameItem () |
| ItemBool * | startDaemonAtLoginItem () |
| ItemBool * | killDaemonAtExitItem () |
| ItemBool * | dockDaemonItem () |
| ItemBool * | quitAfterSyncItem () |
| ItemUInt * | syncTypeItem () |
| ItemBool * | fullSyncOnPCChangeItem () |
| ItemUInt * | conflictResolutionItem () |
| ItemBool * | internalEditorsItem () |
| ItemBool * | showSecretsItem () |
| ItemStringList * | skipBackupDBItem () |
| ItemStringList * | skipRestoreDBItem () |
| ItemUInt * | backupFrequencyItem () |
| ItemBool * | runConduitsWithBackupItem () |
| ItemStringList * | deviceDBsItem () |
| ItemStringList * | addedDBsItem () |
| ItemBool * | screenlockSecureItem () |
| ItemStringList * | installedConduitsItem () |
| ItemStringList * | appBlockChangedDatabasesItem () |
| ItemStringList * | dirtyDatabasesItem () |
| ItemStringList * | flagsChangedDatabasesItem () |
| ItemUInt * | addressDisplayModeItem () |
| ItemBool * | useKeyFieldItem () |
Static Public Member Functions | |
| static KPilotSettings * | self () |
| static void | setDebug (uint v) |
| static uint | debug () |
| static void | setConfigVersion (uint v) |
| static uint | configVersion () |
| static void | setLastSyncTime (const QDateTime &v) |
| static QDateTime | lastSyncTime () |
| static void | setPilotDevice (const QString &v) |
| static QString | pilotDevice () |
| static void | setPilotSpeed (uint v) |
| static uint | pilotSpeed () |
| static void | setEncoding (const QString &v) |
| static QString | encoding () |
| static void | setUserName (const QString &v) |
| static QString | userName () |
| static void | setWorkarounds (int v) |
| static int | workarounds () |
| static void | setLogFileName (const QString &v) |
| static QString | logFileName () |
| static void | setStartDaemonAtLogin (bool v) |
| static bool | startDaemonAtLogin () |
| static void | setKillDaemonAtExit (bool v) |
| static bool | killDaemonAtExit () |
| static void | setDockDaemon (bool v) |
| static bool | dockDaemon () |
| static void | setQuitAfterSync (bool v) |
| static bool | quitAfterSync () |
| static void | setSyncType (uint v) |
| static uint | syncType () |
| static void | setFullSyncOnPCChange (bool v) |
| static bool | fullSyncOnPCChange () |
| static void | setConflictResolution (uint v) |
| static uint | conflictResolution () |
| static void | setInternalEditors (bool v) |
| static bool | internalEditors () |
| static void | setShowSecrets (bool v) |
| static bool | showSecrets () |
| static void | setSkipBackupDB (const QStringList &v) |
| static QStringList | skipBackupDB () |
| static void | setSkipRestoreDB (const QStringList &v) |
| static QStringList | skipRestoreDB () |
| static void | setBackupFrequency (uint v) |
| static uint | backupFrequency () |
| static void | setRunConduitsWithBackup (bool v) |
| static bool | runConduitsWithBackup () |
| static void | setDeviceDBs (const QStringList &v) |
| static QStringList | deviceDBs () |
| static void | setAddedDBs (const QStringList &v) |
| static QStringList | addedDBs () |
| static void | setScreenlockSecure (bool v) |
| static bool | screenlockSecure () |
| static void | setInstalledConduits (const QStringList &v) |
| static QStringList | installedConduits () |
| static void | setAppBlockChangedDatabases (const QStringList &v) |
| static QStringList | appBlockChangedDatabases () |
| static void | setDirtyDatabases (const QStringList &v) |
| static QStringList | dirtyDatabases () |
| static void | setFlagsChangedDatabases (const QStringList &v) |
| static QStringList | flagsChangedDatabases () |
| static void | setAddressDisplayMode (uint v) |
| static uint | addressDisplayMode () |
| static void | setUseKeyField (bool v) |
| static bool | useKeyField () |
| static void | writeConfig () |
Protected Member Functions | |
| KPilotSettings () | |
Protected Attributes | |
| uint | mDebug |
| uint | mConfigVersion |
| QDateTime | mLastSyncTime |
| QString | mPilotDevice |
| uint | mPilotSpeed |
| QString | mEncoding |
| QString | mUserName |
| int | mWorkarounds |
| QString | mLogFileName |
| bool | mStartDaemonAtLogin |
| bool | mKillDaemonAtExit |
| bool | mDockDaemon |
| bool | mQuitAfterSync |
| uint | mSyncType |
| bool | mFullSyncOnPCChange |
| uint | mConflictResolution |
| bool | mInternalEditors |
| bool | mShowSecrets |
| QStringList | mSkipBackupDB |
| QStringList | mSkipRestoreDB |
| uint | mBackupFrequency |
| bool | mRunConduitsWithBackup |
| QStringList | mDeviceDBs |
| QStringList | mAddedDBs |
| bool | mScreenlockSecure |
| QStringList | mInstalledConduits |
| QStringList | mAppBlockChangedDatabases |
| QStringList | mDirtyDatabases |
| QStringList | mFlagsChangedDatabases |
| uint | mAddressDisplayMode |
| bool | mUseKeyField |
Static Protected Attributes | |
| static KPilotSettings * | mSelf = 0 |
Member Function Documentation
|
|
Get AddedDBs.
Definition at line 653 of file kpilotSettings.h. |
|
|
Get Item object corresponding to AddedDBs().
Definition at line 661 of file kpilotSettings.h. |
|
|
Get AddressDisplay.
Definition at line 815 of file kpilotSettings.h. |
|
|
Get Item object corresponding to AddressDisplayMode().
Definition at line 823 of file kpilotSettings.h. |
|
|
Get AppBlock Changed.
Definition at line 734 of file kpilotSettings.h. |
|
|
Get Item object corresponding to AppBlockChangedDatabases().
Definition at line 742 of file kpilotSettings.h. |
|
|
Get BackupFrequency.
Definition at line 572 of file kpilotSettings.h. |
|
|
Get Item object corresponding to BackupFrequency().
Definition at line 580 of file kpilotSettings.h. |
|
|
Get Configured.
Definition at line 59 of file kpilotSettings.h. |
|
|
Get Item object corresponding to ConfigVersion().
Definition at line 67 of file kpilotSettings.h. |
|
|
Get ConflictResolution.
Definition at line 437 of file kpilotSettings.h. |
|
|
Get Item object corresponding to ConflictResolution().
Definition at line 445 of file kpilotSettings.h. |
|
|
Get Debug.
Definition at line 32 of file kpilotSettings.h. |
|
|
Get Item object corresponding to Debug().
Definition at line 40 of file kpilotSettings.h. |
|
|
Get DeviceDBs.
Definition at line 626 of file kpilotSettings.h. |
|
|
Get Item object corresponding to DeviceDBs().
Definition at line 634 of file kpilotSettings.h. |
|
|
Get Changed Databases.
Definition at line 761 of file kpilotSettings.h. |
|
|
Get Item object corresponding to DirtyDatabases().
Definition at line 769 of file kpilotSettings.h. |
|
|
Get DockDaemon.
Definition at line 329 of file kpilotSettings.h. |
|
|
Get Item object corresponding to DockDaemon().
Definition at line 337 of file kpilotSettings.h. |
|
|
Get Encoding.
Definition at line 167 of file kpilotSettings.h. |
|
|
Get Item object corresponding to Encoding().
Definition at line 175 of file kpilotSettings.h. |
|
|
Get Flags Changed.
Definition at line 788 of file kpilotSettings.h. |
|
|
Get Item object corresponding to FlagsChangedDatabases().
Definition at line 796 of file kpilotSettings.h. |
|
|
Get FullSyncOnPCChange.
Definition at line 410 of file kpilotSettings.h. |
|
|
Get Item object corresponding to FullSyncOnPCChange().
Definition at line 418 of file kpilotSettings.h. |
|
|
Get InstalledConduits.
Definition at line 707 of file kpilotSettings.h. |
|
|
Get Item object corresponding to InstalledConduits().
Definition at line 715 of file kpilotSettings.h. |
|
|
Get InternalEditorsWritable.
Definition at line 464 of file kpilotSettings.h. |
|
|
Get Item object corresponding to InternalEditors().
Definition at line 472 of file kpilotSettings.h. |
|
|
Get KillDaemonAtExit.
Definition at line 302 of file kpilotSettings.h. |
|
|
Get Item object corresponding to KillDaemonAtExit().
Definition at line 310 of file kpilotSettings.h. |
|
|
Get LastSyncTime.
Definition at line 86 of file kpilotSettings.h. |
|
|
Get Item object corresponding to LastSyncTime().
Definition at line 94 of file kpilotSettings.h. |
|
|
Get LogFileName.
Definition at line 248 of file kpilotSettings.h. |
|
|
Get Item object corresponding to LogFileName().
Definition at line 256 of file kpilotSettings.h. |
|
|
Get PilotDevice.
Definition at line 113 of file kpilotSettings.h. |
|
|
Get Item object corresponding to PilotDevice().
Definition at line 121 of file kpilotSettings.h. |
|
|
Get PilotSpeed.
Definition at line 140 of file kpilotSettings.h. |
|
|
Get Item object corresponding to PilotSpeed().
Definition at line 148 of file kpilotSettings.h. |
|
|
Get QuitAfterSync.
Definition at line 356 of file kpilotSettings.h. |
|
|
Get Item object corresponding to QuitAfterSync().
Definition at line 364 of file kpilotSettings.h. |
|
|
Get RunConduitsWithBackup.
Definition at line 599 of file kpilotSettings.h. |
|
|
Get Item object corresponding to RunConduitsWithBackup().
Definition at line 607 of file kpilotSettings.h. |
|
|
Get Prevent HotSync when screen locked.
Definition at line 680 of file kpilotSettings.h. |
|
|
Get Item object corresponding to ScreenlockSecure().
Definition at line 688 of file kpilotSettings.h. |
|
|
Set AddedDBs.
Definition at line 643 of file kpilotSettings.h. |
|
|
Set AddressDisplay.
Definition at line 805 of file kpilotSettings.h. |
|
|
Set AppBlock Changed.
Definition at line 724 of file kpilotSettings.h. |
|
|
Set BackupFrequency.
Definition at line 562 of file kpilotSettings.h. |
|
|
Set Configured.
Definition at line 49 of file kpilotSettings.h. |
|
|
Set ConflictResolution.
Definition at line 427 of file kpilotSettings.h. |
|
|
Set Debug.
Definition at line 22 of file kpilotSettings.h. |
|
|
Set DeviceDBs.
Definition at line 616 of file kpilotSettings.h. |
|
|
Set Changed Databases.
Definition at line 751 of file kpilotSettings.h. |
|
|
Set DockDaemon.
Definition at line 319 of file kpilotSettings.h. |
|
|
Set Encoding.
Definition at line 157 of file kpilotSettings.h. |
|
|
Set Flags Changed.
Definition at line 778 of file kpilotSettings.h. |
|
|
Set FullSyncOnPCChange.
Definition at line 400 of file kpilotSettings.h. |
|
|
Set InstalledConduits.
Definition at line 697 of file kpilotSettings.h. |
|
|
Set InternalEditorsWritable.
Definition at line 454 of file kpilotSettings.h. |
|
|
Set KillDaemonAtExit.
Definition at line 292 of file kpilotSettings.h. |
|
|
Set LastSyncTime.
Definition at line 76 of file kpilotSettings.h. |
|
|
Set LogFileName.
Definition at line 238 of file kpilotSettings.h. |
|
|
Set PilotDevice.
Definition at line 103 of file kpilotSettings.h. |
|
|
Set PilotSpeed.
Definition at line 130 of file kpilotSettings.h. |
|
|
Set QuitAfterSync.
Definition at line 346 of file kpilotSettings.h. |
|
|
Set RunConduitsWithBackup.
Definition at line 589 of file kpilotSettings.h. |
|
|
Set Prevent HotSync when screen locked.
Definition at line 670 of file kpilotSettings.h. |
|
|
Set ShowSecrets.
Definition at line 481 of file kpilotSettings.h. |
|
|
Set Which databases not to backup.
Definition at line 508 of file kpilotSettings.h. |
|
|
Set SkipRestoreDB.
Definition at line 535 of file kpilotSettings.h. |
|
|
Set StartDaemonAtLogin.
Definition at line 265 of file kpilotSettings.h. |
|
|
Set SyncType.
Definition at line 373 of file kpilotSettings.h. |
|
|
Set UseKeyField.
Definition at line 832 of file kpilotSettings.h. |
|
|
Set UserName.
Definition at line 184 of file kpilotSettings.h. |
|
|
Set Workarounds.
Definition at line 211 of file kpilotSettings.h. |
|
|
Get ShowSecrets.
Definition at line 491 of file kpilotSettings.h. |
|
|
Get Item object corresponding to ShowSecrets().
Definition at line 499 of file kpilotSettings.h. |
|
|
Get Which databases not to backup.
Definition at line 518 of file kpilotSettings.h. |
|
|
Get Item object corresponding to SkipBackupDB().
Definition at line 526 of file kpilotSettings.h. |
|
|
Get SkipRestoreDB.
Definition at line 545 of file kpilotSettings.h. |
|
|
Get Item object corresponding to SkipRestoreDB().
Definition at line 553 of file kpilotSettings.h. |
|
|
Get StartDaemonAtLogin.
Definition at line 275 of file kpilotSettings.h. |
|
|
Get Item object corresponding to StartDaemonAtLogin().
Definition at line 283 of file kpilotSettings.h. |
|
|
Get SyncType.
Definition at line 383 of file kpilotSettings.h. |
|
|
Get Item object corresponding to SyncType().
Definition at line 391 of file kpilotSettings.h. |
|
|
Get UseKeyField.
Definition at line 842 of file kpilotSettings.h. |
|
|
Get Item object corresponding to UseKeyField().
Definition at line 850 of file kpilotSettings.h. |
|
|
Get UserName.
Definition at line 194 of file kpilotSettings.h. |
|
|
Get Item object corresponding to UserName().
Definition at line 202 of file kpilotSettings.h. |
|
|
Get Workarounds.
Definition at line 221 of file kpilotSettings.h. |
|
|
Get Item object corresponding to Workarounds().
Definition at line 229 of file kpilotSettings.h. |
The documentation for this class was generated from the following files:

