org.kde.qt
public class QComboBox extends QWidget
| Field Summary | |
|---|---|
| static int | AfterCurrent |
| static int | AtBottom |
| static int | AtCurrent |
| static int | AtTop |
| static int | BeforeCurrent |
| static int | NoInsertion |
| Constructor Summary | |
|---|---|
| protected | QComboBox(Class dummy) |
| QComboBox(QWidget parent, String name) | |
| QComboBox(QWidget parent) | |
| QComboBox() | |
| QComboBox(boolean rw, QWidget parent, String name) | |
| QComboBox(boolean rw, QWidget parent) | |
| QComboBox(boolean rw) | |
| Method Summary | |
|---|---|
| boolean | autoCompletion() |
| boolean | autoResize() |
| void | changeItem(String text, int index) |
| void | changeItem(QPixmap pixmap, int index) |
| void | changeItem(QPixmap pixmap, String text, int index) |
| String | className() |
| void | clear() |
| void | clearEdit() |
| void | clearValidator() |
| int | count() |
| int | currentItem() |
| String | currentText() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| boolean | duplicatesEnabled() |
| boolean | editable() |
| boolean | eventFilter(QObject object, QEvent event) |
| protected void | finalize() Deletes the wrapped C++ instance |
| protected void | focusInEvent(QFocusEvent e) |
| protected void | focusOutEvent(QFocusEvent e) |
| void | hide() |
| int | insertionPolicy() |
| void | insertItem(String text, int index) |
| void | insertItem(String text) |
| void | insertItem(QPixmap pixmap, int index) |
| void | insertItem(QPixmap pixmap) |
| void | insertItem(QPixmap pixmap, String text, int index) |
| void | insertItem(QPixmap pixmap, String text) |
| void | insertStringList(String[] arg1, int index) |
| void | insertStringList(String[] arg1) |
| void | insertStrList(String[] arg1, int index) |
| void | insertStrList(String[] arg1) |
| void | insertStrList(String[] arg1, int numStrings, int index) |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| protected void | keyPressEvent(QKeyEvent e) |
| QLineEdit | lineEdit() |
| QListBox | listBox() |
| int | maxCount() |
| QMetaObject | metaObject() |
| protected void | mouseDoubleClickEvent(QMouseEvent arg1) |
| protected void | mouseMoveEvent(QMouseEvent arg1) |
| protected void | mousePressEvent(QMouseEvent arg1) |
| protected void | mouseReleaseEvent(QMouseEvent arg1) |
| protected void | paintEvent(QPaintEvent arg1) |
| QPixmap | pixmap(int index) |
| void | popup() |
| void | removeItem(int index) |
| protected void | resizeEvent(QResizeEvent arg1) |
| void | setAutoCompletion(boolean arg1) |
| void | setAutoResize(boolean arg1) |
| void | setCurrentItem(int index) |
| void | setCurrentText(String arg1) |
| void | setDuplicatesEnabled(boolean enable) |
| void | setEditable(boolean arg1) |
| void | setEditText(String arg1) |
| void | setEnabled(boolean arg1) |
| void | setFont(QFont arg1) |
| void | setInsertionPolicy(int policy) |
| void | setLineEdit(QLineEdit edit) |
| void | setListBox(QListBox arg1) |
| void | setMaxCount(int arg1) |
| void | setPalette(QPalette arg1) |
| void | setSizeLimit(int arg1) |
| void | setValidator(QValidator arg1) |
| QSize | sizeHint() |
| int | sizeLimit() |
| void | styleChange(QStyle arg1) |
| String | text(int index) |
| static String | tr(String arg1, String arg2) |
| static String | tr(String arg1) |
| protected void | updateMask() |
| QValidator | validator() |
| protected void | wheelEvent(QWheelEvent e) |