public class QRadioButton: QButton, System.IDisposable
System.Object
QtSupport
QObject
QWidget
QButton
QRadioButtonThis type implements System.IDisposable.
Qt Namespace
QRadioButton Constructors
QRadioButton(Qt.QWidget, System.String) Constructor
QRadioButton(System.String, Qt.QWidget, System.String) Constructor
QRadioButton(Qt.QWidget) Constructor
QRadioButton(System.String, Qt.QWidget) Constructor
QRadioButton(void *) Constructor
QRadioButton Methods
QRadioButton.DrawButton Method
QRadioButton.DrawButtonLabel Method
QRadioButton.Finalize Method
QRadioButton.HitButton Method
QRadioButton.IsChecked Method
QRadioButton.SetChecked Method
QRadioButton.UpdateMask Method
public void QRadioButton(Qt.QWidget parent, System.String name);
Qt.QRadioButton Class, Qt Namespace
public void QRadioButton(System.String text, Qt.QWidget parent, System.String name);
Qt.QRadioButton Class, Qt Namespace
public void QRadioButton(Qt.QWidget parent);
Qt.QRadioButton Class, Qt Namespace
public void QRadioButton(System.String text, Qt.QWidget parent);
Qt.QRadioButton Class, Qt Namespace
public void QRadioButton(void * ptr);
Qt.QRadioButton Class, Qt Namespace
protected void DrawButton(Qt.QPainter arg1);
Qt.QRadioButton Class, Qt Namespace
protected void DrawButtonLabel(Qt.QPainter arg1);
Qt.QRadioButton Class, Qt Namespace
protected override void Finalize();
Qt.QRadioButton Class, Qt Namespace
protected bool HitButton(Qt.QPoint arg1);
Qt.QRadioButton Class, Qt Namespace
public bool IsChecked();
Qt.QRadioButton Class, Qt Namespace
public void SetChecked(bool check);
Qt.QRadioButton Class, Qt Namespace
protected void UpdateMask();
Qt.QRadioButton Class, Qt Namespace