filemanager/src/filemanager/src/operationservice/fmoperationservice.h
changeset 25 b7bfdea70ca2
parent 16 ada7962b4308
child 32 39cf9ced4cc4
child 35 060d0b1ab845
equal deleted inserted replaced
16:ada7962b4308 25:b7bfdea70ca2
    93     void on_backupRestore_notifyCanceled();
    93     void on_backupRestore_notifyCanceled();
    94     
    94     
    95     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 );
    96     void on_operationThread_askForReplace( const QString &srcFile, const QString &destFile, bool *isAccepted );
    97     void on_operationThread_refreshModel( const QString &path );
    97     void on_operationThread_refreshModel( const QString &path );
       
    98     void on_operationThread_showNote( const char *noteString );
    98     void on_operationThread_notifyWaiting( bool cancelable );
    99     void on_operationThread_notifyWaiting( bool cancelable );
    99     void on_operationThread_notifyPreparing( bool cancelable );
   100     void on_operationThread_notifyPreparing( bool cancelable );
   100     void on_operationThread_notifyStart( bool cancelable, int maxSteps );
   101     void on_operationThread_notifyStart( bool cancelable, int maxSteps );
   101     void on_operationThread_notifyProgress( int currentStep );
   102     void on_operationThread_notifyProgress( int currentStep );
   102     void on_operationThread_notifyFinish(); 
   103     void on_operationThread_notifyFinish();