org.kde.qt

Class QCheckTableItem

public class QCheckTableItem extends QTableItem

Constructor Summary
protected QCheckTableItem(Class dummy)
QCheckTableItem(QTable table, String txt)
Method Summary
QWidgetcreateEditor()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
booleanisChecked()
booleanisDisposed()
Has the wrapped C++ instance been deleted?
voidpaint(QPainter p, QColorGroup cg, QRect cr, boolean selected)
intrtti()
voidsetChecked(boolean b)
voidsetContentFromEditor(QWidget w)
voidsetText(String t)
QSizesizeHint()

Constructor Detail

QCheckTableItem

protected QCheckTableItem(Class dummy)

QCheckTableItem

public QCheckTableItem(QTable table, String txt)

Method Detail

createEditor

public QWidget createEditor()

dispose

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

finalize

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

isChecked

public boolean isChecked()

isDisposed

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

paint

public void paint(QPainter p, QColorGroup cg, QRect cr, boolean selected)

rtti

public int rtti()

setChecked

public void setChecked(boolean b)

setContentFromEditor

public void setContentFromEditor(QWidget w)

setText

public void setText(String t)

sizeHint

public QSize sizeHint()