Qt.QRadioButton Class

public class QRadioButton: QButton, System.IDisposable

Base Types

System.Object
  QtSupport
    QObject
      QWidget
        QButton
          QRadioButton

This type implements System.IDisposable.

See Also

Qt Namespace

Members

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


QRadioButton(Qt.QWidget, System.String) Constructor

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

See Also

Qt.QRadioButton Class, Qt Namespace

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

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

See Also

Qt.QRadioButton Class, Qt Namespace

QRadioButton(Qt.QWidget) Constructor

public void QRadioButton(Qt.QWidget parent);

See Also

Qt.QRadioButton Class, Qt Namespace

QRadioButton(System.String, Qt.QWidget) Constructor

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

See Also

Qt.QRadioButton Class, Qt Namespace

QRadioButton(void *) Constructor

public void QRadioButton(void * ptr);

See Also

Qt.QRadioButton Class, Qt Namespace

QRadioButton.DrawButton Method

protected void DrawButton(Qt.QPainter arg1);

See Also

Qt.QRadioButton Class, Qt Namespace

QRadioButton.DrawButtonLabel Method

protected void DrawButtonLabel(Qt.QPainter arg1);

See Also

Qt.QRadioButton Class, Qt Namespace

QRadioButton.Finalize Method

protected override void Finalize();

See Also

Qt.QRadioButton Class, Qt Namespace

QRadioButton.HitButton Method

protected bool HitButton(Qt.QPoint arg1);

See Also

Qt.QRadioButton Class, Qt Namespace

QRadioButton.IsChecked Method

public bool IsChecked();

See Also

Qt.QRadioButton Class, Qt Namespace

QRadioButton.SetChecked Method

public void SetChecked(bool check);

See Also

Qt.QRadioButton Class, Qt Namespace

QRadioButton.UpdateMask Method

protected void UpdateMask();

See Also

Qt.QRadioButton Class, Qt Namespace