src/hbwidgets/popups/hbmessagebox_p.h
changeset 28 b7da29130b0e
parent 23 e6ad4ef83b23
equal deleted inserted replaced
23:e6ad4ef83b23 28:b7da29130b0e
    39 public:
    39 public:
    40     HbMessageBoxPrivate();
    40     HbMessageBoxPrivate();
    41     ~HbMessageBoxPrivate();
    41     ~HbMessageBoxPrivate();
    42 
    42 
    43     void init();
    43     void init();
       
    44 #ifdef HB_EFFECTS
    44     void _q_appearEffectEnded(HbEffect::EffectStatus status);
    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;