src/hbcore/style/hbstyleoptionratingslider.cpp
changeset 3 11d3954df52a
parent 2 06ff229162e9
child 6 c3690ec91ef8
equal deleted inserted replaced
2:06ff229162e9 3:11d3954df52a
    25 
    25 
    26 
    26 
    27 #include "hbstyleoptionratingslider_p.h"
    27 #include "hbstyleoptionratingslider_p.h"
    28 
    28 
    29 
    29 
    30 /*!
    30 /*
    31     \class HbStyleOptionProgressBar
    31     \class HbStyleOptionProgressBar
    32     \brief HbStyleOptionProgressBar has the style component for progress bar primitives
    32     \brief HbStyleOptionProgressBar has the style component for progress bar primitives
    33 
    33 
    34 */
    34 */
    35 
    35 
    36 
       
    37 /*!
       
    38 
       
    39     \deprecated HbStyleOptionRatingSlider::HbStyleOptionRatingSlider()
       
    40     is deprecated. Styleoptions will not be public.
       
    41 
       
    42 */
       
    43 HbStyleOptionRatingSlider::HbStyleOptionRatingSlider()
    36 HbStyleOptionRatingSlider::HbStyleOptionRatingSlider()
    44  {
    37  {
    45     type = Type;
    38     type = Type;
    46     version = Version;
    39     version = Version;
    47 }
    40 }
    48 
    41 
    49 
       
    50 
       
    51 /*!
       
    52 
       
    53     \deprecated HbStyleOptionRatingSlider::HbStyleOptionRatingSlider(const HbStyleOptionRatingSlider&)
       
    54     is deprecated. Styleoptions will not be public.
       
    55 
       
    56 */
       
    57 HbStyleOptionRatingSlider::HbStyleOptionRatingSlider(const HbStyleOptionRatingSlider &other) :
    42 HbStyleOptionRatingSlider::HbStyleOptionRatingSlider(const HbStyleOptionRatingSlider &other) :
    58     HbStyleOption(other),
    43     HbStyleOption(other),
    59     progressValue(other.progressValue),
    44     progressValue(other.progressValue),
    60     inverted(other.inverted),
    45     inverted(other.inverted),
    61     noOfIntervals(other.noOfIntervals),
    46     noOfIntervals(other.noOfIntervals),