equal
deleted
inserted
replaced
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 |