filemanager/src/filemanager/src/components/fmmessagebox.h
changeset 33 328cf6fbe40c
parent 25 b7bfdea70ca2
child 47 12b82dc0e8db
equal deleted inserted replaced
32:39cf9ced4cc4 33:328cf6fbe40c
    31     {
    31     {
    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 
    38 
    38     bool question( const QString &questionText, const QString &primaryButtonText,
    39     bool question( const QString &questionText,
    39             const QString &secondaryButtonText );
    40         HbMessageBox::StandardButtons buttons );
       
    41     
    40 public slots:
    42 public slots:
    41     void dialogClosed(HbAction *action);
    43     void dialogClosed(HbAction *action);
    42 private:
    44 private:
    43     QEventLoop mEventLoop;
    45     QEventLoop mEventLoop;
    44     bool mRet;
    46     bool mRet;