class ChangeRecorder |
|
Records and replays change notification.
This class is responsible for recording change notification during an agent is not online and replay the notifications when the agent is online again. Therefor the agent doesn't have to care about online/offline mode in its synchronization algorithm.
Author Volker Krause |
|
Creates a new change recorder. |
|
Removes the previously emitted change from the records. |
|
Emitted when new changes are recorded. |
|
Returns whether there are recorded changes. |
|
Replay the next change notification and erase the previous one from the record. |
|
Enables change recording. If change recording is disabled, this class behaves exactly like Akonadi.Monitor. Change recording is enabled by default. |
|
Sets the QSettings object used for persisting recorded changes. |