src/hbwidgets/sliders/hbprogresssliderhandle_p.h
changeset 2 06ff229162e9
parent 1 f7ac710697a9
child 23 e6ad4ef83b23
child 34 ed14f46c0e55
--- a/src/hbwidgets/sliders/hbprogresssliderhandle_p.h	Mon May 03 12:48:33 2010 +0300
+++ b/src/hbwidgets/sliders/hbprogresssliderhandle_p.h	Fri May 14 16:09:54 2010 +0300
@@ -77,7 +77,6 @@
     enum { Type = HbPrivate::ItemType_ProgressSliderHandle };
     int type() const { return Type; }
     void setHandleIcon(const HbIcon &icon);
-    HbIcon thumbIcon() const;
     void handleTrackRelease(QGraphicsSceneMouseEvent * event);
     void handleTrackPress(QGraphicsSceneMouseEvent * event);
     QVariant processItemChange(const QVariant &value);
@@ -85,7 +84,6 @@
     QPointF normalizedPos(const QPointF&  pos,bool inverted) const;
     bool isHandlePressed() const;
     bool isHandleMoving() const;
-    HbProgressSlider::SliderState mSliderHandleState;
 
     QGraphicsItem* primitive(HbStyle::Primitive primitive) const;
 
@@ -105,12 +103,9 @@
     QPointF mMousePressPos;
     QPointF mItemPosAtPress;
     QPointF mItemCurPos;
-    QSizeF mHandleSize;
     QGraphicsItem *mHandleIconItem; 
     QGraphicsItem *mTouchItem;
     HbIcon mHandleIcon;
-    uint mPlayThumb : 1;
-    uint mThumbEnabled;
 };
 
 #endif  //HBPROGRESSSLIDERHANDLE_P_H