Qt.QDial Class

public class QDial: QWidget, System.IDisposable, IQRangeControl

Base Types

System.Object
  QtSupport
    QObject
      QWidget
        QDial

This type implements System.IDisposable and IQRangeControl.

See Also

Qt Namespace

Members

QDial Constructors

QDial(Qt.QWidget, System.String, Qt.WidgetFlags) Constructor
QDial(int, int, int, int, Qt.QWidget, System.String) Constructor
QDial() Constructor
QDial(Qt.QWidget) Constructor
QDial(Qt.QWidget, System.String) Constructor
QDial(int, int, int, int) Constructor
QDial(int, int, int, int, Qt.QWidget) Constructor
QDial(void *) Constructor

QDial Methods

QDial.AddLine Method
QDial.AddPage Method
QDial.Bound Method
QDial.DirectSetValue Method
QDial.Finalize Method
QDial.LineStep Method
QDial.MaxValue Method
QDial.MinValue Method
QDial.MinimumSizeHint Method
QDial.NotchSize Method
QDial.NotchTarget Method
QDial.NotchesVisible Method
QDial.PageStep Method
QDial.PositionFromValue Method
QDial.PrevValue Method
QDial.QRangeControl Method
QDial.RangeChange Method
QDial.RepaintScreen(Qt.QRect) Method
QDial.RepaintScreen() Method
QDial.SetLineStep Method
QDial.SetMaxValue Method
QDial.SetMinValue Method
QDial.SetNotchTarget Method
QDial.SetNotchesVisible Method
QDial.SetPageStep Method
QDial.SetRange Method
QDial.SetSteps Method
QDial.SetTracking Method
QDial.SetValue Method
QDial.SetWrapping Method
QDial.SizeHint Method
QDial.StepChange Method
QDial.SubtractLine Method
QDial.SubtractPage Method
QDial.Tracking Method
QDial.Value Method
QDial.ValueChange Method
QDial.ValueFromPosition Method
QDial.Wrapping Method


QDial(Qt.QWidget, System.String, Qt.WidgetFlags) Constructor

public void QDial(Qt.QWidget parent, System.String name, Qt.WidgetFlags f);

See Also

Qt.QDial Class, Qt Namespace

QDial(int, int, int, int, Qt.QWidget, System.String) Constructor

public void QDial(int minValue, int maxValue, int pageStep, int value, Qt.QWidget parent, System.String name);

See Also

Qt.QDial Class, Qt Namespace

QDial() Constructor

public void QDial();

See Also

Qt.QDial Class, Qt Namespace

QDial(Qt.QWidget) Constructor

public void QDial(Qt.QWidget parent);

See Also

Qt.QDial Class, Qt Namespace

QDial(Qt.QWidget, System.String) Constructor

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

See Also

Qt.QDial Class, Qt Namespace

QDial(int, int, int, int) Constructor

public void QDial(int minValue, int maxValue, int pageStep, int value);

See Also

Qt.QDial Class, Qt Namespace

QDial(int, int, int, int, Qt.QWidget) Constructor

public void QDial(int minValue, int maxValue, int pageStep, int value, Qt.QWidget parent);

See Also

Qt.QDial Class, Qt Namespace

QDial(void *) Constructor

public void QDial(void * ptr);

See Also

Qt.QDial Class, Qt Namespace

QDial.AddLine Method

public void AddLine();

See Also

Qt.QDial Class, Qt Namespace

QDial.AddPage Method

public void AddPage();

See Also

Qt.QDial Class, Qt Namespace

QDial.Bound Method

public int Bound(int arg1);

See Also

Qt.QDial Class, Qt Namespace

QDial.DirectSetValue Method

protected void DirectSetValue(int val);

See Also

Qt.QDial Class, Qt Namespace

QDial.Finalize Method

protected override void Finalize();

See Also

Qt.QDial Class, Qt Namespace

QDial.LineStep Method

public int LineStep();

See Also

Qt.QDial Class, Qt Namespace

QDial.MaxValue Method

public int MaxValue();

See Also

Qt.QDial Class, Qt Namespace

QDial.MinValue Method

public int MinValue();

See Also

Qt.QDial Class, Qt Namespace

QDial.MinimumSizeHint Method

public Qt.QSize MinimumSizeHint();

See Also

Qt.QDial Class, Qt Namespace

QDial.NotchSize Method

public int NotchSize();

See Also

Qt.QDial Class, Qt Namespace

QDial.NotchTarget Method

public double NotchTarget();

See Also

Qt.QDial Class, Qt Namespace

QDial.NotchesVisible Method

public bool NotchesVisible();

See Also

Qt.QDial Class, Qt Namespace

QDial.PageStep Method

public int PageStep();

See Also

Qt.QDial Class, Qt Namespace

QDial.PositionFromValue Method

protected int PositionFromValue(int val, int space);

See Also

Qt.QDial Class, Qt Namespace

QDial.PrevValue Method

protected int PrevValue();

See Also

Qt.QDial Class, Qt Namespace

QDial.QRangeControl Method

public void * QRangeControl();

See Also

Qt.QDial Class, Qt Namespace

QDial.RangeChange Method

protected void RangeChange();

See Also

Qt.QDial Class, Qt Namespace

QDial.RepaintScreen(Qt.QRect) Method

protected void RepaintScreen(Qt.QRect cr);

See Also

Qt.QDial Class, Qt Namespace

QDial.RepaintScreen() Method

protected void RepaintScreen();

See Also

Qt.QDial Class, Qt Namespace

QDial.SetLineStep Method

public void SetLineStep(int arg1);

See Also

Qt.QDial Class, Qt Namespace

QDial.SetMaxValue Method

public void SetMaxValue(int arg1);

See Also

Qt.QDial Class, Qt Namespace

QDial.SetMinValue Method

public void SetMinValue(int arg1);

See Also

Qt.QDial Class, Qt Namespace

QDial.SetNotchTarget Method

public void SetNotchTarget(double arg1);

See Also

Qt.QDial Class, Qt Namespace

QDial.SetNotchesVisible Method

public void SetNotchesVisible(bool b);

See Also

Qt.QDial Class, Qt Namespace

QDial.SetPageStep Method

public void SetPageStep(int arg1);

See Also

Qt.QDial Class, Qt Namespace

QDial.SetRange Method

public void SetRange(int minValue, int maxValue);

See Also

Qt.QDial Class, Qt Namespace

QDial.SetSteps Method

public void SetSteps(int line, int page);

See Also

Qt.QDial Class, Qt Namespace

QDial.SetTracking Method

public void SetTracking(bool enable);

See Also

Qt.QDial Class, Qt Namespace

QDial.SetValue Method

public void SetValue(int arg1);

See Also

Qt.QDial Class, Qt Namespace

QDial.SetWrapping Method

public void SetWrapping(bool on);

See Also

Qt.QDial Class, Qt Namespace

QDial.SizeHint Method

public Qt.QSize SizeHint();

See Also

Qt.QDial Class, Qt Namespace

QDial.StepChange Method

protected void StepChange();

See Also

Qt.QDial Class, Qt Namespace

QDial.SubtractLine Method

public void SubtractLine();

See Also

Qt.QDial Class, Qt Namespace

QDial.SubtractPage Method

public void SubtractPage();

See Also

Qt.QDial Class, Qt Namespace

QDial.Tracking Method

public bool Tracking();

See Also

Qt.QDial Class, Qt Namespace

QDial.Value Method

public int Value();

See Also

Qt.QDial Class, Qt Namespace

QDial.ValueChange Method

protected void ValueChange();

See Also

Qt.QDial Class, Qt Namespace

QDial.ValueFromPosition Method

protected int ValueFromPosition(int pos, int space);

See Also

Qt.QDial Class, Qt Namespace

QDial.Wrapping Method

public bool Wrapping();

See Also

Qt.QDial Class, Qt Namespace