filemanager/src/filemanager/src/components/fmmessagebox.h
changeset 46 d58987eac7e8
parent 37 15bc28c9dd51
equal deleted inserted replaced
37:15bc28c9dd51 46:d58987eac7e8
    32     }
    32     }
    33     ~FmMessageBox()
    33     ~FmMessageBox()
    34     {
    34     {
    35     }
    35     }
    36     void information( const QString &informationText,
    36     void information( const QString &informationText,
    37         HbMessageBox::StandardButtons buttons );
    37         HbMessageBox::StandardButtons buttons, bool isBlocking = false );
    38 
    38 
    39     bool question( const QString &questionText,
    39     bool question( const QString &questionText,
    40         HbMessageBox::StandardButtons buttons );
    40         HbMessageBox::StandardButtons buttons );
       
    41     
       
    42     void warning( const QString &warningText,
       
    43         HbMessageBox::StandardButtons buttons, bool isBlocking = false );
    41     
    44     
    42 public slots:
    45 public slots:
    43     void dialogClosed(HbAction *action);
    46     void dialogClosed(HbAction *action);
    44 private:
    47 private:
    45     QEventLoop mEventLoop;
    48     QEventLoop mEventLoop;