org.kde.qt
public class QCheckTableItem extends QTableItem
Constructor Summary | |
---|---|
protected | QCheckTableItem(Class dummy) |
QCheckTableItem(QTable table, String txt) |
Method Summary | |
---|---|
QWidget | createEditor() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | finalize() Deletes the wrapped C++ instance |
boolean | isChecked() |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
void | paint(QPainter p, QColorGroup cg, QRect cr, boolean selected) |
int | rtti() |
void | setChecked(boolean b) |
void | setContentFromEditor(QWidget w) |
void | setText(String t) |
QSize | sizeHint() |