filemanager/src/filemanager/src/components/fmmessagebox.h
changeset 48 1bebd60c0f00
parent 35 060d0b1ab845
equal deleted inserted replaced
44:22e202702210 48:1bebd60c0f00
    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;