Buteo Synchronization Framework
|
Handles Sync requirements towards Backup. More...
#include <SyncBackup.h>
Public Slots | |
uchar | backupStarts (const QDBusMessage &message) |
Called by backup framework when backup starts. | |
uchar | backupFinished (const QDBusMessage &message) |
uchar | restoreStarts (const QDBusMessage &message) |
uchar | restoreFinished (const QDBusMessage &message) |
![]() | |
virtual uchar | backupStarts (const QDBusMessage &message)=0 |
Sets the required params and stops the servers and any running sync sessions. | |
virtual uchar | backupFinished (const QDBusMessage &message)=0 |
Sets the required params and starts the servers. | |
virtual uchar | restoreStarts (const QDBusMessage &message)=0 |
Sets the required params and stops the servers and any running sync sessions. | |
virtual uchar | restoreFinished (const QDBusMessage &message)=0 |
Sets the required params and starts the servers. | |
virtual bool | getBackUpRestoreState ()=0 |
Requests the current state og backup/restore operation. | |
Public Member Functions | |
SyncBackup () | |
Default Constructor. | |
~SyncBackup () | |
Destructor. | |
bool | getBackUpRestoreState () |
Requests the current state og backup/restore operation. | |
void | sendReply (uchar aResult) |
Reply to backup framework, result of o/p. | |
Additional Inherited Members | |
![]() | |
void | backupDone () |
Notifies about completion of backup. | |
void | startBackup () |
Notifies about starting of backup. | |
void | restoreDone () |
Notifies about completion of restore opertaion. | |
void | startRestore () |
Notifies about starting of restore operation. | |
Handles Sync requirements towards Backup.
This class communicates with the Backup daemon for Backup state before starting a sync.
|
slot |
Called by backup framework when backup is completed
message | - result |
|
slot |
Called by backup framework when backup starts.
message | - result |
|
virtual |
Requests the current state og backup/restore operation.
Implements Buteo::SyncBackupProxy.
|
slot |
Called by backup framework when backup ie restored
message | - result |
|
slot |
Called by backup framework when it starts to restore a backup.
message | - result |
void SyncBackup::sendReply | ( | uchar | aResult | ) |
Reply to backup framework, result of o/p.
aResult | - result |