filemanager/src/fmbkupenginewrapper/inc/fmbkupengine.h
changeset 49 81668a704644
parent 25 b7bfdea70ca2
equal deleted inserted replaced
47:12b82dc0e8db 49:81668a704644
    67     
    67     
    68     FmBkupEngine(QObject* parent = 0);
    68     FmBkupEngine(QObject* parent = 0);
    69     ~FmBkupEngine();
    69     ~FmBkupEngine();
    70  
    70  
    71     
    71     
    72     bool startBackup(    QList<FmBkupDrivesAndOperation* > drivesAndOperationList,
    72     bool startBackup( QList<FmBkupDrivesAndOperation* > drivesAndOperationList,
    73     QList<FmBkupBackupCategory*> backupCategoryList,
    73     QList<FmBkupBackupCategory*> backupCategoryList,
    74     QString drive, quint32 content);
    74     QString drive, quint32 content);
    75     
    75     
    76     void cancelBackup();
    76     void cancelBackup();
    77 
    77 
    78     bool startRestore( QList<FmBkupDrivesAndOperation* > drivesAndOperationList );
    78     bool startRestore( QList<FmBkupDrivesAndOperation* > drivesAndOperationList );
    79     int deleteBackup( QList<FmBkupDrivesAndOperation* > drivesAndOperationList );
    79     int deleteBackup( QList<FmBkupDrivesAndOperation* > drivesAndOperationList );
    80     int error() const;
    80     int error() const;
    81 
    81 
    82     FmBackupSettings* BackupSettingsL();
    82     FmBackupSettings* BackupSettings();
    83     FmRestoreSettings* RestoreSettingsL();
    83     FmRestoreSettings* RestoreSettings();
    84     
    84     
    85     void GetRestoreInfoArray( QList<FmBkupDrivesAndOperation* > &drivesAndOperationList,
    85     void GetRestoreInfoArray( QList<FmBkupDrivesAndOperation* > &drivesAndOperationList,
    86             QList< FmRestoreInfo > &restoreInfoList,
    86             QList< FmRestoreInfo > &restoreInfoList,
    87             const QString& aDrive );
    87             const QString& aDrive );
    88     
    88