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 #ifdef HB_EFFECTS |
|
45 void _q_appearEffectEnded(HbEffect::EffectStatus status); |
|
46 #endif |
45 HbIcon mIcon; |
47 HbIcon mIcon; |
46 HbMessageBoxContentWidget *mMessageBoxContentWidget; |
48 HbMessageBoxContentWidget *mMessageBoxContentWidget; |
47 HbMessageBox::MessageBoxType mMessageBoxType; |
49 HbMessageBox::MessageBoxType mMessageBoxType; |
48 bool mIconVisible; |
50 bool mIconVisible; |
49 QMap <HbAction* , HbMessageBox::StandardButton> mActionList; |
51 QMap <HbAction* , HbMessageBox::StandardButton> mActionList; |
50 HbMessageBox::StandardButtons mStandardButtons; |
52 HbMessageBox::StandardButtons mStandardButtons; |
|
53 QString mBoxText; |
51 public slots: |
54 public slots: |
52 void _q_buttonClicked(); |
55 void _q_buttonClicked(); |
53 }; |
56 }; |
54 |
57 |
55 #endif // HB_MESSAGEBOX_P_H |
58 #endif // HB_MESSAGEBOX_P_H |