org.kde.qt
public class QCheckListItem extends QListViewItem
Field Summary | |
---|---|
static int | CheckBox |
static int | CheckBoxController |
static int | Controller |
static int | NoChange |
static int | Off |
static int | On |
static int | RadioButton |
static int | RadioButtonController |
Constructor Summary | |
---|---|
protected | QCheckListItem(Class dummy) |
QCheckListItem(QCheckListItem parent, String text, int arg3) | |
QCheckListItem(QCheckListItem parent, String text) | |
QCheckListItem(QCheckListItem parent, QListViewItem after, String text, int arg4) | |
QCheckListItem(QCheckListItem parent, QListViewItem after, String text) | |
QCheckListItem(QListViewItem parent, String text, int arg3) | |
QCheckListItem(QListViewItem parent, String text) | |
QCheckListItem(QListViewItem parent, QListViewItem after, String text, int arg4) | |
QCheckListItem(QListViewItem parent, QListViewItem after, String text) | |
QCheckListItem(QListView parent, String text, int arg3) | |
QCheckListItem(QListView parent, String text) | |
QCheckListItem(QListView parent, QListViewItem after, String text, int arg4) | |
QCheckListItem(QListView parent, QListViewItem after, String text) | |
QCheckListItem(QListViewItem parent, String text, QPixmap arg3) | |
QCheckListItem(QListView parent, String text, QPixmap arg3) |
Method Summary | |
---|---|
protected void | activate() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | finalize() Deletes the wrapped C++ instance |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
boolean | isOn() |
boolean | isTristate() |
void | paintCell(QPainter arg1, QColorGroup cg, int column, int width, int alignment) |
void | paintFocus(QPainter arg1, QColorGroup cg, QRect r) |
int | rtti() |
void | setOn(boolean arg1) |
void | setState(int s) |
void | setTristate(boolean arg1) |
void | setup() |
int | state() |
protected void | stateChange(boolean arg1) |
String | text() |
String | text(int n) |
protected void | turnOffChild() |
int | type() |
int | width(QFontMetrics arg1, QListView arg2, int column) |