▼Nde | |
▼Nskycoder42 | |
▼Nqtdatasync | |
CSyncBootReceiver | A helper class used by the android background sync service to restart the service after a reboot |
▼NQtDataSync | The QML import for the QtDataSync QML module |
CAccountManager | The QML binding of QtDataSync::AccountManager |
CDataStore | The QML binding of QtDataSync::DataStore |
CDataStoreModel | The QML binding of QtDataSync::DataStoreModel |
CEventLog | The QML bindings for the static methods of of QtDataSync::EventCursor |
CIosSyncSingleton | The QML bindings for the static methods of of QtDataSync::EventCursor |
CSyncManager | The QML binding of QtDataSync::SyncManager |
CUserExchangeManager | The QML binding of QtDataSync::UserExchangeManager |
▼NQtDataSync | The primary namespace of the QtDataSync library |
CAccountManager | Manages devices that belong to the users account |
CAndroidBackgroundService | An extension of QtService to create a synchronization service for android |
CAndroidSyncControl | A class to manage background synchronization for android |
CCachingDataTypeStore | A DataTypeStore that caches all loaded data internally for faster access |
CCachingDataTypeStore< TType *, TKey > | A DataTypeStore that caches all loaded data internally for faster access. |
CConflictResolver | Interface to implement a custom conflict handler for sync conflicts |
CDatabaseRef | A wrapper around QSqlDatabase to manage the connections |
CDataStore | Main store to generically access all stored data synchronously |
CDataStoreException | Exception that is thrown from DataStore operations in case of an error |
CDataStoreModel | A passive item model for a datasync data store |
CDataTypeStore | A wrapper around the DataStore limited to one type to make access simpler |
CDataTypeStoreBase | Base class for all DataTypeStore like classes |
CDefaults | A helper class to get defaults per datasync instance (threadsafe) |
CDeviceInfo | Information about a device that is part of an account or wants to be added |
CEventCursor | A cursor style class to read from the global change event log |
CEventCursorException | Exception thrown from the event cursor if something goes wrong |
CException | The base class for all exceptions of QtDataSync |
CGenericConflictResolver | A generic variant of the ConflictResolver to handel dataobjects instead of json data |
▼CGenericConflictResolver< T1 > | A generic variant of the ConflictResolver to handel dataobjects instead of json data. |
CNoConflictResultException | An exception to be thrown from resolveConflict() if resolving was not possible and the default JSON-based resolving should be used instead |
CInvalidDataException | Exception that is thrown when unsaveable/unloadable data is passed to the store |
CIosSyncDelegate | A helper class to perform background synchronization on Ios |
CKeyStore | An interface for a generic keystore to securely store secret cryptographic keys |
CKeyStoreException | An exception to be thrown from within a keystore if an error occurs |
CKeyStorePlugin | The keystore plugin to be implemented to provide custom keystores |
CLocalStoreException | Exception that is thrown when an internal (critical) error occurs |
CLogger | A Helper class for simple and structured logging |
CLoginRequest | A login request done by another device to this device |
CMigrationHelper | A helper class to migrate data from DataSync 3.0 to this version |
CNoDataException | Exception that is thrown in case no data can be found for a key |
CObjectKey | Defines a unique key to identify a dataset globally |
CRemoteConfig | A configuration on how to connect to a remote server |
CSetup | The class to setup and create datasync instances |
CSetupDoesNotExistException | An Exception thrown in case a class is trying to access a setup that does not exist |
CSetupException | Exception throw if Setup::create fails |
CSetupExistsException | Exception thrown if a setup with the same name already exsits |
CSetupLockedException | Exception thrown if a setups storage directory is locked by another instance |
CSyncManager | Manages the synchronization process and reports its state |
CUserExchangeManager | A helper class to exchange the account data between devices on the local network |
CUserInfo | Provides information about a detected exchange user |