src/hbwidgets/sliders/hbratingslider_p.h
changeset 28 b7da29130b0e
parent 23 e6ad4ef83b23
equal deleted inserted replaced
23:e6ad4ef83b23 28:b7da29130b0e
    26 #ifndef HBRATINGSLIDER_P_H
    26 #ifndef HBRATINGSLIDER_P_H
    27 #define HBRATINGSLIDER_P_H
    27 #define HBRATINGSLIDER_P_H
    28 
    28 
    29 #include "hbwidget_p.h"
    29 #include "hbwidget_p.h"
    30 #include <hbratingslider.h>
    30 #include <hbratingslider.h>
       
    31 #include <hbtoucharea.h>
    31 class HbRatingSliderPrivate :public HbWidgetPrivate
    32 class HbRatingSliderPrivate :public HbWidgetPrivate
    32 {
    33 {
    33     Q_DECLARE_PUBLIC( HbRatingSlider )
    34     Q_DECLARE_PUBLIC( HbRatingSlider )
    34 public:
    35 public:
    35     HbRatingSliderPrivate();
    36     HbRatingSliderPrivate();
    47     QGraphicsItem *mTrack;
    48     QGraphicsItem *mTrack;
    48     QGraphicsItem *mLayoutItem;
    49     QGraphicsItem *mLayoutItem;
    49     QString mUnratedIconName;
    50     QString mUnratedIconName;
    50     QGraphicsItem *mTouchArea;
    51     QGraphicsItem *mTouchArea;
    51     QString mRatedIconName;
    52     QString mRatedIconName;
       
    53     QString mToolTipText;
       
    54     HbTouchArea *mToolTipArea;
    52 };
    55 };
    53 
    56 
    54 #endif //HBRATINGSLIDER_P_H
    57 #endif //HBRATINGSLIDER_P_H
    55 
    58