src/hbcore/style/hbstyleoptionratingslider.h
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
equal deleted inserted replaced
0:16d8024aca5e 1:f7ac710697a9
    25 
    25 
    26 #ifndef HBSTYLEOPTIONRATINGSLIDER_H
    26 #ifndef HBSTYLEOPTIONRATINGSLIDER_H
    27 #define HBSTYLEOPTIONRATINGSLIDER_H
    27 #define HBSTYLEOPTIONRATINGSLIDER_H
    28 
    28 
    29 #include <hbstyleoption.h>
    29 #include <hbstyleoption.h>
       
    30 
       
    31 //Deprecated
    30 class HB_CORE_EXPORT HbStyleOptionRatingSlider : public  HbStyleOption
    32 class HB_CORE_EXPORT HbStyleOptionRatingSlider : public  HbStyleOption
    31 {
    33 {
    32 public:
    34 public:
    33 	HbStyleOptionRatingSlider();
    35 	HbStyleOptionRatingSlider();
    34 	HbStyleOptionRatingSlider(const HbStyleOptionRatingSlider &other);
    36 	HbStyleOptionRatingSlider(const HbStyleOptionRatingSlider &other);
    41 	bool inverted;
    43 	bool inverted;
    42 	int noOfIntervals;
    44 	int noOfIntervals;
    43 	int noOfStars;
    45 	int noOfStars;
    44 	QString unRatedGraphicsName;
    46 	QString unRatedGraphicsName;
    45 	QString ratedGraphicsName;
    47 	QString ratedGraphicsName;
    46 
       
    47 };
    48 };
    48 
    49 
    49 #endif 
    50 #endif 
    50 
    51