filemanager/src/fmbkupenginewrapper/inc/fmbkupengine.h
changeset 16 ada7962b4308
parent 14 1957042d8c7e
child 18 edd66bde63a4
equal deleted inserted replaced
14:1957042d8c7e 16:ada7962b4308
    84     
    84     
    85     void GetRestoreInfoArray( QList<FmBkupDrivesAndOperation* > &drivesAndOperationList,
    85     void GetRestoreInfoArray( QList<FmBkupDrivesAndOperation* > &drivesAndOperationList,
    86             QList< FmRestoreInfo > &restoreInfoList,
    86             QList< FmRestoreInfo > &restoreInfoList,
    87             const int aDrive = FmErrNotFound );
    87             const int aDrive = FmErrNotFound );
    88     
    88     
       
    89     void getBackupDriveList( QStringList &driveList );
       
    90     
    89 signals:
    91 signals:
    90     void notifyPreparing( bool cancelable );
    92     void notifyPreparing( bool cancelable );
    91 	void notifyStart( bool cancelable, int totalCount );
    93 	void notifyStart( bool cancelable, int totalCount );
    92 	void notifyUpdate( int count );
    94 	void notifyUpdate( int count );
    93 	void notifyFinish( int err );
    95 	void notifyFinish( int err );
    94 	void notifyMemoryLow( int memoryValue, int &userError );
    96 	void notifyMemoryLow( int memoryValue, int &userError );
       
    97 	void notifyBackupFilesExist( bool &isContinue );
    95     
    98     
    96 private:
    99 private:
    97     friend class FmBkupEnginePrivate;
   100     friend class FmBkupEnginePrivate;
    98     FmBkupEnginePrivate* d;
   101     FmBkupEnginePrivate* d;
    99     
   102