Qt.QCheckBox Class

public class QCheckBox: QButton, System.IDisposable

Base Types

System.Object
  QtSupport
    QObject
      QWidget
        QButton
          QCheckBox

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QCheckBox Constructors

QCheckBox(Qt.QWidget, System.String) Constructor
QCheckBox(System.String, Qt.QWidget, System.String) Constructor
QCheckBox(Qt.QWidget) Constructor
QCheckBox(System.String, Qt.QWidget) Constructor
QCheckBox(void *) Constructor

QCheckBox Methods

QCheckBox.DrawButton Method
QCheckBox.DrawButtonLabel Method
QCheckBox.Finalize Method
QCheckBox.IsChecked Method
QCheckBox.IsTristate Method
QCheckBox.SetChecked Method
QCheckBox.SetNoChange Method
QCheckBox.SetTristate(bool) Method
QCheckBox.SetTristate() Method
QCheckBox.UpdateMask Method


QCheckBox(Qt.QWidget, System.String) Constructor

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

See Also

Qt.QCheckBox Class, Qt Namespace

QCheckBox(System.String, Qt.QWidget, System.String) Constructor

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

See Also

Qt.QCheckBox Class, Qt Namespace

QCheckBox(Qt.QWidget) Constructor

public void QCheckBox(Qt.QWidget parent);

See Also

Qt.QCheckBox Class, Qt Namespace

QCheckBox(System.String, Qt.QWidget) Constructor

public void QCheckBox(System.String text, Qt.QWidget parent);

See Also

Qt.QCheckBox Class, Qt Namespace

QCheckBox(void *) Constructor

public void QCheckBox(void * ptr);

See Also

Qt.QCheckBox Class, Qt Namespace

QCheckBox.DrawButton Method

protected void DrawButton(Qt.QPainter arg1);

See Also

Qt.QCheckBox Class, Qt Namespace

QCheckBox.DrawButtonLabel Method

protected void DrawButtonLabel(Qt.QPainter arg1);

See Also

Qt.QCheckBox Class, Qt Namespace

QCheckBox.Finalize Method

protected override void Finalize();

See Also

Qt.QCheckBox Class, Qt Namespace

QCheckBox.IsChecked Method

public bool IsChecked();

See Also

Qt.QCheckBox Class, Qt Namespace

QCheckBox.IsTristate Method

public bool IsTristate();

See Also

Qt.QCheckBox Class, Qt Namespace

QCheckBox.SetChecked Method

public void SetChecked(bool check);

See Also

Qt.QCheckBox Class, Qt Namespace

QCheckBox.SetNoChange Method

public void SetNoChange();

See Also

Qt.QCheckBox Class, Qt Namespace

QCheckBox.SetTristate(bool) Method

public void SetTristate(bool y);

See Also

Qt.QCheckBox Class, Qt Namespace

QCheckBox.SetTristate() Method

public void SetTristate();

See Also

Qt.QCheckBox Class, Qt Namespace

QCheckBox.UpdateMask Method

protected void UpdateMask();

See Also

Qt.QCheckBox Class, Qt Namespace