- virtual void SetValue( int );
- void SetRange( int minValue, int maxValue );
- int GetMin() const;
- int GetMax() const;
- void SetTickFreq( int n, int pos );
- int GetTickFreq() const;
- void SetPageSize( int pageSize );
- int GetPageSize() const;
- void ClearSel();
- void ClearTicks();
- void SetLineSize( int lineSize );
- int GetLineSize() const;
- int GetSelEnd() const;
- int GetSelStart() const;
- void SetSelection( int minPos, int maxPos );
- void SetThumbLength( int len );
- int GetThumbLength() const;
- void SetTick( int tickPos );
+ virtual void SetValue(int value);
+
+ virtual void SetRange(int minValue, int maxValue);
+ virtual int GetMin() const;
+ virtual int GetMax() const;
+
+ virtual void SetLineSize(int lineSize);
+ virtual void SetPageSize(int pageSize);
+ virtual int GetLineSize() const;
+ virtual int GetPageSize() const;
+
+ virtual void SetThumbLength(int lenPixels);
+ virtual int GetThumbLength() const;