src/hbwidgets/popups/hbmessagebox_p.h
changeset 23 e6ad4ef83b23
parent 21 4633027730f5
child 28 b7da29130b0e
equal deleted inserted replaced
21:4633027730f5 23:e6ad4ef83b23
    39 public:
    39 public:
    40     HbMessageBoxPrivate();
    40     HbMessageBoxPrivate();
    41     ~HbMessageBoxPrivate();
    41     ~HbMessageBoxPrivate();
    42 
    42 
    43     void init();
    43     void init();
    44 	void _q_appearEffectEnded(HbEffect::EffectStatus status);
    44     void _q_appearEffectEnded(HbEffect::EffectStatus status);
    45     HbIcon mIcon;
    45     HbIcon mIcon;
    46     HbMessageBoxContentWidget *mMessageBoxContentWidget;
    46     HbMessageBoxContentWidget *mMessageBoxContentWidget;
    47     HbMessageBox::MessageBoxType mMessageBoxType;
    47     HbMessageBox::MessageBoxType mMessageBoxType;
    48   	bool mIconVisible;
    48     bool mIconVisible;
    49     QMap <HbAction* , HbMessageBox::StandardButton> mActionList;
    49     QMap <HbAction* , HbMessageBox::StandardButton> mActionList;
    50     HbMessageBox::StandardButtons mStandardButtons;
    50     HbMessageBox::StandardButtons mStandardButtons;
    51 	QString mBoxText;
    51     QString mBoxText;
    52 public slots:
    52 public slots:
    53     void _q_buttonClicked();
    53     void _q_buttonClicked();
    54 };
    54 };
    55 
    55 
    56 #endif // HB_MESSAGEBOX_P_H
    56 #endif // HB_MESSAGEBOX_P_H