filemanager/src/filemanager/src/operationservice/fmoperationservice.h
changeset 16 ada7962b4308
parent 14 1957042d8c7e
child 21 15299bc55001
child 37 15bc28c9dd51
equal deleted inserted replaced
14:1957042d8c7e 16:ada7962b4308
    30 class FmOperationBase;
    30 class FmOperationBase;
    31 
    31 
    32 class FmBackupRestoreHandler;
    32 class FmBackupRestoreHandler;
    33 class FmDriveDetailsSize;
    33 class FmDriveDetailsSize;
    34 class FmOperationResultProcesser;
    34 class FmOperationResultProcesser;
    35 
       
    36 class HbProgressNote;
       
    37 
    35 
    38 class FmOperationService : public QObject
    36 class FmOperationService : public QObject
    39 {
    37 {
    40     Q_OBJECT
    38     Q_OBJECT
    41 public:
    39 public:
    93     void on_backupRestore_notifyFinish();
    91     void on_backupRestore_notifyFinish();
    94     void on_backupRestore_notifyError(int error, QString errString );
    92     void on_backupRestore_notifyError(int error, QString errString );
    95     void on_backupRestore_notifyCanceled();
    93     void on_backupRestore_notifyCanceled();
    96     
    94     
    97     void on_operationThread_askForRename( const QString &srcFile, QString *destFile );
    95     void on_operationThread_askForRename( const QString &srcFile, QString *destFile );
       
    96     void on_operationThread_askForReplace( const QString &srcFile, const QString &destFile, bool *isAccepted );
    98     void on_operationThread_refreshModel( const QString &path );
    97     void on_operationThread_refreshModel( const QString &path );
    99     void on_operationThread_notifyWaiting( bool cancelable );
    98     void on_operationThread_notifyWaiting( bool cancelable );
   100     void on_operationThread_notifyPreparing( bool cancelable );
    99     void on_operationThread_notifyPreparing( bool cancelable );
   101     void on_operationThread_notifyStart( bool cancelable, int maxSteps );
   100     void on_operationThread_notifyStart( bool cancelable, int maxSteps );
   102     void on_operationThread_notifyProgress( int currentStep );
   101     void on_operationThread_notifyProgress( int currentStep );