src/hbcore/gui/hbscrollarea_p.h
changeset 30 80e4d18b72f5
parent 23 e6ad4ef83b23
equal deleted inserted replaced
28:b7da29130b0e 30:80e4d18b72f5
    91     virtual void setScrollBarMetrics(Qt::Orientation orientation);
    91     virtual void setScrollBarMetrics(Qt::Orientation orientation);
    92     // private slot functions
    92     // private slot functions
    93     void _q_animateScrollTimeout();
    93     void _q_animateScrollTimeout();
    94     void _q_hideScrollBars();
    94     void _q_hideScrollBars();
    95     void _q_thumbPositionChanged(qreal value, Qt::Orientation orientation);
    95     void _q_thumbPositionChanged(qreal value, Qt::Orientation orientation);
       
    96     void _q_thumbPositionChanged2(qreal value, int orientation);
    96     void _q_groovePressed(qreal value, Qt::Orientation orientation);
    97     void _q_groovePressed(qreal value, Qt::Orientation orientation);
    97     void _q_thumbPressed();
    98     void _q_thumbPressed();
    98     void _q_thumbReleased();
    99     void _q_thumbReleased();
    99 
   100 
   100     //void bounceBackValueChanged(qreal value);
   101     //void bounceBackValueChanged(qreal value);