org.kde.qt

Class QRadioButton

public class QRadioButton extends QButton

Constructor Summary
protected QRadioButton(Class dummy)
QRadioButton(QWidget parent, String name)
QRadioButton(QWidget parent)
QRadioButton(String text, QWidget parent, String name)
QRadioButton(String text, QWidget parent)
Method Summary
StringclassName()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voiddrawButton(QPainter arg1)
protected voiddrawButtonLabel(QPainter arg1)
protected voidfinalize()
Deletes the wrapped C++ instance
protected booleanhitButton(QPoint arg1)
booleanisChecked()
booleanisDisposed()
Has the wrapped C++ instance been deleted?
QMetaObjectmetaObject()
protected voidresizeEvent(QResizeEvent arg1)
voidsetChecked(boolean check)
QSizesizeHint()
static Stringtr(String arg1, String arg2)
static Stringtr(String arg1)
protected voidupdateMask()

Constructor Detail

QRadioButton

protected QRadioButton(Class dummy)

QRadioButton

public QRadioButton(QWidget parent, String name)

QRadioButton

public QRadioButton(QWidget parent)

QRadioButton

public QRadioButton(String text, QWidget parent, String name)

QRadioButton

public QRadioButton(String text, QWidget parent)

Method Detail

className

public String className()

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

drawButton

protected void drawButton(QPainter arg1)

drawButtonLabel

protected void drawButtonLabel(QPainter arg1)

finalize

protected void finalize()
Deletes the wrapped C++ instance

hitButton

protected boolean hitButton(QPoint arg1)

isChecked

public boolean isChecked()

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

metaObject

public QMetaObject metaObject()

resizeEvent

protected void resizeEvent(QResizeEvent arg1)

setChecked

public void setChecked(boolean check)

sizeHint

public QSize sizeHint()

tr

public static String tr(String arg1, String arg2)

tr

public static String tr(String arg1)

updateMask

protected void updateMask()