src/hbcore/gui/hbscrollbar.h
changeset 2 06ff229162e9
parent 1 f7ac710697a9
child 34 ed14f46c0e55
equal deleted inserted replaced
1:f7ac710697a9 2:06ff229162e9
    51         Type = Hb::ItemType_ScrollBar
    51         Type = Hb::ItemType_ScrollBar
    52     };
    52     };
    53     int type() const { return Type; }
    53     int type() const { return Type; }
    54 
    54 
    55     bool isInteractive() const;
    55     bool isInteractive() const;
    56     void setInteractive( bool enabled );
    56     void setInteractive( bool enabled );    
    57 
       
    58     bool interactive() const; // deprecated
       
    59 
    57 
    60     QRectF boundingRect() const;
    58     QRectF boundingRect() const;
    61 public slots:
    59 public slots:
    62     void setValue( qreal value );
    60     void setValue( qreal value );
    63     void setPageSize( qreal size );
    61     void setPageSize( qreal size );