public class QCheckBox: QButton, System.IDisposable
System.Object
QtSupport
QObject
QWidget
QButton
QCheckBoxThis type implements System.IDisposable.
Qt Namespace
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
public void QCheckBox(Qt.QWidget parent, System.String name);
Qt.QCheckBox Class, Qt Namespace
public void QCheckBox(System.String text, Qt.QWidget parent, System.String name);
Qt.QCheckBox Class, Qt Namespace
public void QCheckBox(Qt.QWidget parent);
Qt.QCheckBox Class, Qt Namespace
public void QCheckBox(System.String text, Qt.QWidget parent);
Qt.QCheckBox Class, Qt Namespace
public void QCheckBox(void * ptr);
Qt.QCheckBox Class, Qt Namespace
protected void DrawButton(Qt.QPainter arg1);
Qt.QCheckBox Class, Qt Namespace
protected void DrawButtonLabel(Qt.QPainter arg1);
Qt.QCheckBox Class, Qt Namespace
protected override void Finalize();
Qt.QCheckBox Class, Qt Namespace
public bool IsChecked();
Qt.QCheckBox Class, Qt Namespace
public bool IsTristate();
Qt.QCheckBox Class, Qt Namespace
public void SetChecked(bool check);
Qt.QCheckBox Class, Qt Namespace
public void SetNoChange();
Qt.QCheckBox Class, Qt Namespace
public void SetTristate(bool y);
Qt.QCheckBox Class, Qt Namespace
public void SetTristate();
Qt.QCheckBox Class, Qt Namespace
protected void UpdateMask();
Qt.QCheckBox Class, Qt Namespace