src/hbwidgets/popups/hbmessagebox_p.h
branchGCC_SURGE
changeset 15 f378acbc9cfb
parent 7 923ff622b8b9
child 21 4633027730f5
child 34 ed14f46c0e55
--- a/src/hbwidgets/popups/hbmessagebox_p.h	Thu Jul 15 14:03:49 2010 +0100
+++ b/src/hbwidgets/popups/hbmessagebox_p.h	Thu Jul 22 16:36:53 2010 +0100
@@ -28,7 +28,8 @@
 
 #include <hbmessagebox.h>
 #include "hbdialog_p.h"
-
+#include <hbaction.h>
+#include <QMap>
 class HbMessageBoxContentWidget;
 
 class HbMessageBoxPrivate : public HbDialogPrivate
@@ -40,12 +41,15 @@
     ~HbMessageBoxPrivate();
 
     void init();
+	void _q_appearEffectEnded(HbEffect::EffectStatus status);
     HbIcon mIcon;
     HbMessageBoxContentWidget *mMessageBoxContentWidget;
     HbMessageBox::MessageBoxType mMessageBoxType;
   	bool mIconVisible;
+    QMap <HbAction* , HbMessageBox::StandardButton> mActionList;
+    HbMessageBox::StandardButtons mStandardButtons;
 public slots:
-    void _q_closeOnGesture();
+    void _q_buttonClicked();
 };
 
 #endif // HB_MESSAGEBOX_P_H