org.kde.qt

Class QCheckBox

public class QCheckBox extends QButton

Constructor Summary
protected QCheckBox(Class dummy)
QCheckBox(QWidget parent, String name)
QCheckBox(QWidget parent)
QCheckBox(String text, QWidget parent, String name)
QCheckBox(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 pos)
booleanisChecked()
booleanisDisposed()
Has the wrapped C++ instance been deleted?
booleanisTristate()
QMetaObjectmetaObject()
protected voidresizeEvent(QResizeEvent arg1)
voidsetChecked(boolean check)
voidsetNoChange()
voidsetTristate(boolean y)
voidsetTristate()
QSizesizeHint()
static Stringtr(String arg1, String arg2)
static Stringtr(String arg1)
protected voidupdateMask()

Constructor Detail

QCheckBox

protected QCheckBox(Class dummy)

QCheckBox

public QCheckBox(QWidget parent, String name)

QCheckBox

public QCheckBox(QWidget parent)

QCheckBox

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

QCheckBox

public QCheckBox(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 pos)

isChecked

public boolean isChecked()

isDisposed

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

isTristate

public boolean isTristate()

metaObject

public QMetaObject metaObject()

resizeEvent

protected void resizeEvent(QResizeEvent arg1)

setChecked

public void setChecked(boolean check)

setNoChange

public void setNoChange()

setTristate

public void setTristate(boolean y)

setTristate

public void setTristate()

sizeHint

public QSize sizeHint()

tr

public static String tr(String arg1, String arg2)

tr

public static String tr(String arg1)

updateMask

protected void updateMask()