src/hbwidgets/sliders/hbslidertickmarkslabel_p.h
changeset 6 c3690ec91ef8
parent 3 11d3954df52a
child 21 4633027730f5
equal deleted inserted replaced
5:627c4a0fd0e7 6:c3690ec91ef8
    49     enum {Type = HbPrivate::ItemType_SliderTickmarksLabel };
    49     enum {Type = HbPrivate::ItemType_SliderTickmarksLabel };
    50     int type() const {return Type;}
    50     int type() const {return Type;}
    51 
    51 
    52     void updateTickLabels( );
    52     void updateTickLabels( );
    53     void setTickPosition(Hb::SliderTickPositions position);
    53     void setTickPosition(Hb::SliderTickPositions position);
    54     void setLabelSize();
       
    55     virtual bool event ( QEvent * event );
    54     virtual bool event ( QEvent * event );
    56 
    55 
    57 
    56 
    58 
    57 
    59 protected:
    58 protected: