filemanager/src/filemanager/src/operationservice/fmoperationthread.h
changeset 25 b7bfdea70ca2
parent 16 ada7962b4308
child 32 39cf9ced4cc4
equal deleted inserted replaced
16:ada7962b4308 25:b7bfdea70ca2
    53 signals:
    53 signals:
    54     void askForRename( const QString &srcFile, QString *destFile );
    54     void askForRename( const QString &srcFile, QString *destFile );
    55     void askForReplace( const QString &srcFile, const QString &destFile, bool *isAccepted );
    55     void askForReplace( const QString &srcFile, const QString &destFile, bool *isAccepted );
    56     void refreshModel( const QString &path );
    56     void refreshModel( const QString &path );
    57 
    57 
       
    58     void showNote(const char*);
    58     void notifyWaiting( bool cancelable );
    59     void notifyWaiting( bool cancelable );
    59     void notifyPreparing( bool cancelable );      // this step could not be used if not needed.
    60     void notifyPreparing( bool cancelable );      // this step could not be used if not needed.
    60     void notifyStart( bool cancelable, int maxSteps );
    61     void notifyStart( bool cancelable, int maxSteps );
    61     void notifyProgress( int currentStep );
    62     void notifyProgress( int currentStep );
    62 
    63 
    65     void notifyCanceled(); 
    66     void notifyCanceled(); 
    66 
    67 
    67 private slots:
    68 private slots:
    68     void onAskForRename( const QString &srcFile, QString *destFile );
    69     void onAskForRename( const QString &srcFile, QString *destFile );
    69     void onAskForReplace( const QString &srcFile, const QString &destFile, bool *isAccepted );
    70     void onAskForReplace( const QString &srcFile, const QString &destFile, bool *isAccepted );
       
    71     void onShowNote( const char *noteString );
    70     void on_operationElement_notifyPreparing( bool cancelable );
    72     void on_operationElement_notifyPreparing( bool cancelable );
    71     void on_operationElement_notifyStart( bool cancelable, int maxSteps );
    73     void on_operationElement_notifyStart( bool cancelable, int maxSteps );
    72     void on_operationElement_notifyProgress( int currentStep );
    74     void on_operationElement_notifyProgress( int currentStep );
    73 
    75 
    74 protected:
    76 protected: