src/hbcore/decorators/hbindicatorbutton_p_p.h
changeset 6 c3690ec91ef8
parent 2 06ff229162e9
child 7 923ff622b8b9
--- a/src/hbcore/decorators/hbindicatorbutton_p_p.h	Fri Jun 11 13:58:22 2010 +0300
+++ b/src/hbcore/decorators/hbindicatorbutton_p_p.h	Wed Jun 23 18:33:25 2010 +0300
@@ -44,16 +44,24 @@
     void removeIndicators(const QList<IndicatorClientInfo> &clientInfo);
     int findIndicator(const IndicatorClientInfo &indicator) const;
     void updateIcon();
+    void setStyle();
 
 private:
 
-    QGraphicsItem *handleIcon;
-    HbAction *defaultAction;
-    HbAction *newEventAction;
+    QGraphicsItem *mHandleIcon;
+    HbAction *mDefaultAction;
+    HbAction *mNewEventAction;
+    HbAction *mProgressAction;
 
-    HbDeviceDialog *deviceDialog;
+    HbDeviceDialog *mDeviceDialog;
 
     QList<IndicatorClientInfo> mIndicators;
+
+    bool mProgressAnimationFound;
+    QGraphicsItem *mNewEventIcon;
+    bool mNewEvent;
+    int mStyle;
+    bool mIndicatorMenuOpen;
 };
 
 #endif // HBINDICATORBUTTON_P_P_H