Qt.QScrollBar Class

public class QScrollBar: QWidget, System.IDisposable, IQRangeControl

Base Types

System.Object
  QtSupport
    QObject
      QWidget
        QScrollBar

This type implements System.IDisposable and IQRangeControl.

See Also

Qt Namespace

Members

QScrollBar Constructors

QScrollBar(Qt.QWidget, System.String) Constructor
QScrollBar(Qt.Orientation, Qt.QWidget, System.String) Constructor
QScrollBar(int, int, int, int, int, Qt.Orientation, Qt.QWidget, System.String) Constructor
QScrollBar(Qt.QWidget) Constructor
QScrollBar(Qt.Orientation, Qt.QWidget) Constructor
QScrollBar(int, int, int, int, int, Qt.Orientation, Qt.QWidget) Constructor
QScrollBar(void *) Constructor

QScrollBar Methods

QScrollBar.Bound Method
QScrollBar.DirectSetValue Method
QScrollBar.DraggingSlider Method
QScrollBar.Finalize Method
QScrollBar.LineStep Method
QScrollBar.MaxValue Method
QScrollBar.MinValue Method
QScrollBar.Orientation Method
QScrollBar.PageStep Method
QScrollBar.PositionFromValue Method
QScrollBar.PrevValue Method
QScrollBar.QRangeControl Method
QScrollBar.RangeChange Method
QScrollBar.SetLineStep Method
QScrollBar.SetMaxValue Method
QScrollBar.SetMinValue Method
QScrollBar.SetOrientation Method
QScrollBar.SetPageStep Method
QScrollBar.SetPalette Method
QScrollBar.SetRange Method
QScrollBar.SetSteps Method
QScrollBar.SetTracking Method
QScrollBar.SetValue Method
QScrollBar.SizeHint Method
QScrollBar.SliderRect Method
QScrollBar.SliderStart Method
QScrollBar.StepChange Method
QScrollBar.StyleChange Method
QScrollBar.Tracking Method
QScrollBar.Value Method
QScrollBar.ValueChange Method
QScrollBar.ValueFromPosition Method


QScrollBar(Qt.QWidget, System.String) Constructor

public void QScrollBar(Qt.QWidget parent, System.String name);

See Also

Qt.QScrollBar Class, Qt Namespace

QScrollBar(Qt.Orientation, Qt.QWidget, System.String) Constructor

public void QScrollBar(Qt.Orientation arg1, Qt.QWidget parent, System.String name);

See Also

Qt.QScrollBar Class, Qt Namespace

QScrollBar(int, int, int, int, int, Qt.Orientation, Qt.QWidget, System.String) Constructor

public void QScrollBar(int minValue, int maxValue, int LineStep, int PageStep, int value, Qt.Orientation arg1, Qt.QWidget parent, System.String name);

See Also

Qt.QScrollBar Class, Qt Namespace

QScrollBar(Qt.QWidget) Constructor

public void QScrollBar(Qt.QWidget parent);

See Also

Qt.QScrollBar Class, Qt Namespace

QScrollBar(Qt.Orientation, Qt.QWidget) Constructor

public void QScrollBar(Qt.Orientation arg1, Qt.QWidget parent);

See Also

Qt.QScrollBar Class, Qt Namespace

QScrollBar(int, int, int, int, int, Qt.Orientation, Qt.QWidget) Constructor

public void QScrollBar(int minValue, int maxValue, int LineStep, int PageStep, int value, Qt.Orientation arg1, Qt.QWidget parent);

See Also

Qt.QScrollBar Class, Qt Namespace

QScrollBar(void *) Constructor

public void QScrollBar(void * ptr);

See Also

Qt.QScrollBar Class, Qt Namespace

QScrollBar.Bound Method

public int Bound(int arg1);

See Also

Qt.QScrollBar Class, Qt Namespace

QScrollBar.DirectSetValue Method

protected void DirectSetValue(int val);

See Also

Qt.QScrollBar Class, Qt Namespace

QScrollBar.DraggingSlider Method

public bool DraggingSlider();

See Also

Qt.QScrollBar Class, Qt Namespace

QScrollBar.Finalize Method

protected override void Finalize();

See Also

Qt.QScrollBar Class, Qt Namespace

QScrollBar.LineStep Method

public int LineStep();

See Also

Qt.QScrollBar Class, Qt Namespace

QScrollBar.MaxValue Method

public int MaxValue();

See Also

Qt.QScrollBar Class, Qt Namespace

QScrollBar.MinValue Method

public int MinValue();

See Also

Qt.QScrollBar Class, Qt Namespace

QScrollBar.Orientation Method

public Qt.Orientation Orientation();

See Also

Qt.QScrollBar Class, Qt Namespace

QScrollBar.PageStep Method

public int PageStep();

See Also

Qt.QScrollBar Class, Qt Namespace

QScrollBar.PositionFromValue Method

protected int PositionFromValue(int val, int space);

See Also

Qt.QScrollBar Class, Qt Namespace

QScrollBar.PrevValue Method

protected int PrevValue();

See Also

Qt.QScrollBar Class, Qt Namespace

QScrollBar.QRangeControl Method

public void * QRangeControl();

See Also

Qt.QScrollBar Class, Qt Namespace

QScrollBar.RangeChange Method

protected void RangeChange();

See Also

Qt.QScrollBar Class, Qt Namespace

QScrollBar.SetLineStep Method

public void SetLineStep(int arg1);

See Also

Qt.QScrollBar Class, Qt Namespace

QScrollBar.SetMaxValue Method

public void SetMaxValue(int arg1);

See Also

Qt.QScrollBar Class, Qt Namespace

QScrollBar.SetMinValue Method

public void SetMinValue(int arg1);

See Also

Qt.QScrollBar Class, Qt Namespace

QScrollBar.SetOrientation Method

public void SetOrientation(Qt.Orientation arg1);

See Also

Qt.QScrollBar Class, Qt Namespace

QScrollBar.SetPageStep Method

public void SetPageStep(int arg1);

See Also

Qt.QScrollBar Class, Qt Namespace

QScrollBar.SetPalette Method

public void SetPalette(Qt.QPalette arg1);

See Also

Qt.QScrollBar Class, Qt Namespace

QScrollBar.SetRange Method

public void SetRange(int minValue, int maxValue);

See Also

Qt.QScrollBar Class, Qt Namespace

QScrollBar.SetSteps Method

public void SetSteps(int line, int page);

See Also

Qt.QScrollBar Class, Qt Namespace

QScrollBar.SetTracking Method

public void SetTracking(bool enable);

See Also

Qt.QScrollBar Class, Qt Namespace

QScrollBar.SetValue Method

public void SetValue(int arg1);

See Also

Qt.QScrollBar Class, Qt Namespace

QScrollBar.SizeHint Method

public Qt.QSize SizeHint();

See Also

Qt.QScrollBar Class, Qt Namespace

QScrollBar.SliderRect Method

public Qt.QRect SliderRect();

See Also

Qt.QScrollBar Class, Qt Namespace

QScrollBar.SliderStart Method

public int SliderStart();

See Also

Qt.QScrollBar Class, Qt Namespace

QScrollBar.StepChange Method

protected void StepChange();

See Also

Qt.QScrollBar Class, Qt Namespace

QScrollBar.StyleChange Method

protected void StyleChange(Qt.QStyle arg1);

See Also

Qt.QScrollBar Class, Qt Namespace

QScrollBar.Tracking Method

public bool Tracking();

See Also

Qt.QScrollBar Class, Qt Namespace

QScrollBar.Value Method

public int Value();

See Also

Qt.QScrollBar Class, Qt Namespace

QScrollBar.ValueChange Method

protected void ValueChange();

See Also

Qt.QScrollBar Class, Qt Namespace

QScrollBar.ValueFromPosition Method

protected int ValueFromPosition(int pos, int space);

See Also

Qt.QScrollBar Class, Qt Namespace