org.kde.qt
public class QListBox extends QScrollView
| Field Summary | |
|---|---|
| static int | Extended |
| static int | FitToHeight |
| static int | FitToWidth |
| static int | FixedNumber |
| static int | Multi |
| static int | NoSelection |
| static int | Single |
| static int | Variable |
| Constructor Summary | |
|---|---|
| protected | QListBox(Class dummy) |
| QListBox(QWidget parent, String name, int f) | |
| QListBox(QWidget parent, String name) | |
| QListBox(QWidget parent) | |
| QListBox() | |
| Method Summary | |
|---|---|
| boolean | autoBottomScrollBar() |
| boolean | autoScroll() |
| boolean | autoScrollBar() |
| boolean | autoUpdate() |
| boolean | bottomScrollBar() |
| int | cellHeight(int i) |
| int | cellHeight() |
| int | cellWidth() |
| int | cellWidth(int i) |
| void | centerCurrentItem() |
| void | changeItem(QListBoxItem arg1, int index) |
| void | changeItem(String text, int index) |
| void | changeItem(QPixmap pixmap, int index) |
| void | changeItem(QPixmap pixmap, String text, int index) |
| String | className() |
| void | clear() |
| protected void | clearInputString() |
| void | clearSelection() |
| int | columnMode() |
| protected void | contentsContextMenuEvent(QContextMenuEvent arg1) |
| int | count() |
| int | currentItem() |
| String | currentText() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | doLayout() |
| boolean | dragSelect() |
| void | ensureCurrentVisible() |
| boolean | eventFilter(QObject o, QEvent e) |
| protected void | finalize() Deletes the wrapped C++ instance |
| QListBoxItem | findItem(String text, int compare) |
| QListBoxItem | findItem(String text) |
| protected int | findItem(int yPos) |
| QListBoxItem | firstItem() |
| protected void | focusInEvent(QFocusEvent e) |
| protected void | focusOutEvent(QFocusEvent e) |
| int | index(QListBoxItem arg1) |
| void | insertItem(QListBoxItem arg1, int index) |
| void | insertItem(QListBoxItem arg1) |
| void | insertItem(QListBoxItem arg1, QListBoxItem after) |
| 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) |
| int | inSort(QListBoxItem arg1) |
| int | inSort(String text) |
| void | invertSelection() |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| boolean | isMultiSelection() |
| protected boolean | isRubberSelecting() |
| boolean | isSelected(int arg1) |
| boolean | isSelected(QListBoxItem arg1) |
| QListBoxItem | item(int index) |
| QListBoxItem | itemAt(QPoint arg1) |
| int | itemHeight(int index) |
| int | itemHeight() |
| QRect | itemRect(QListBoxItem item) |
| boolean | itemVisible(int index) |
| boolean | itemVisible(QListBoxItem arg1) |
| protected boolean | itemYPos(int index, int[] yPos) |
| protected void | keyPressEvent(QKeyEvent e) |
| long | maxItemWidth() |
| QMetaObject | metaObject() |
| QSize | minimumSizeHint() |
| protected void | mouseDoubleClickEvent(QMouseEvent arg1) |
| protected void | mouseMoveEvent(QMouseEvent arg1) |
| protected void | mousePressEvent(QMouseEvent arg1) |
| protected void | mouseReleaseEvent(QMouseEvent arg1) |
| int | numCols() |
| int | numColumns() |
| int | numItemsVisible() |
| int | numRows() |
| void | paintCell(QPainter arg1, int row, int col) |
| QPixmap | pixmap(int index) |
| void | removeItem(int index) |
| protected void | resizeEvent(QResizeEvent arg1) |
| int | rowMode() |
| boolean | scrollBar() |
| void | selectAll(boolean select) |
| QListBoxItem | selectedItem() |
| int | selectionMode() |
| void | setAutoBottomScrollBar(boolean enable) |
| void | setAutoScroll(boolean arg1) |
| void | setAutoScrollBar(boolean enable) |
| void | setAutoUpdate(boolean arg1) |
| void | setBottomItem(int index) |
| void | setBottomScrollBar(boolean enable) |
| void | setColumnMode(int arg1) |
| void | setCurrentItem(int index) |
| void | setCurrentItem(QListBoxItem arg1) |
| void | setDragSelect(boolean arg1) |
| void | setFixedVisibleLines(int lines) |
| void | setFont(QFont arg1) |
| void | setMultiSelection(boolean multi) |
| void | setRowMode(int arg1) |
| void | setScrollBar(boolean enable) |
| void | setSelected(QListBoxItem arg1, boolean arg2) |
| void | setSelected(int arg1, boolean arg2) |
| void | setSelectionMode(int arg1) |
| void | setSmoothScrolling(boolean arg1) |
| void | setTopItem(int index) |
| void | setVariableHeight(boolean arg1) |
| void | setVariableWidth(boolean arg1) |
| void | showEvent(QShowEvent arg1) |
| QSize | sizeHint() |
| boolean | smoothScrolling() |
| void | sort(boolean ascending) |
| void | sort() |
| void | takeItem(QListBoxItem arg1) |
| String | text(int index) |
| protected void | toggleCurrentItem() |
| int | topItem() |
| protected int | totalHeight() |
| protected int | totalWidth() |
| static String | tr(String arg1, String arg2) |
| static String | tr(String arg1) |
| void | triggerUpdate(boolean doLayout) |
| protected void | updateCellWidth() |
| protected void | updateItem(int index) |
| protected void | updateItem(QListBoxItem arg1) |
| boolean | variableHeight() |
| boolean | variableWidth() |
| void | viewportPaintEvent(QPaintEvent arg1) |
| protected void | windowActivationChange(boolean arg1) |