Definition at line 57 of file qlistview.h.
Public Types
|
| enum |
Movement
{
Static,
Free,
Snap } |
| enum |
Flow
{
LeftToRight,
TopToBottom } |
| enum |
ResizeMode
{
Fixed,
Adjust } |
| enum |
LayoutMode
{
SinglePass,
Batched } |
| enum |
ViewMode
{
ListMode,
IconMode } |
Signals
|
| void |
indexesMoved
(const QModelIndexList
&indexes) |
Public Member Functions
|
| |
QListView
(QWidget
*parent=0) |
| |
~QListView
() |
| void |
setMovement
(Movement
movement) |
| Movement |
movement
() const |
| void |
setFlow
(Flow
flow) |
| Flow |
flow
() const |
| void |
setWrapping
(bool enable) |
| bool |
isWrapping
() const |
| void |
setResizeMode
(ResizeMode
mode) |
| ResizeMode |
resizeMode
() const |
| void |
setLayoutMode
(LayoutMode
mode) |
| LayoutMode |
layoutMode
() const |
| void |
setSpacing
(int space) |
| int |
spacing
() const |
| void |
setBatchSize
(int batchSize) |
| int |
batchSize
() const |
| void |
setGridSize
(const QSize
&size) |
| QSize |
gridSize
() const |
| void |
setViewMode
(ViewMode
mode) |
| ViewMode |
viewMode
() const |
| void |
clearPropertyFlags
() |
| bool |
isRowHidden
(int row) const |
| void |
setRowHidden
(int row, bool hide) |
| void |
setModelColumn
(int column) |
| int |
modelColumn
() const |
| void |
setUniformItemSizes
(bool enable) |
| bool |
uniformItemSizes
() const |
| void |
setWordWrap
(bool on) |
| bool |
wordWrap
() const |
| void |
setSelectionRectVisible
(bool show) |
| bool |
isSelectionRectVisible
() const |
| QRect |
visualRect
(const QModelIndex &index) const |
| void |
scrollTo
(const QModelIndex &index,
ScrollHint hint=EnsureVisible) |
| QModelIndex |
indexAt
(const QPoint &p)
const |
| void |
doItemsLayout
() |
| void |
reset
() |
| void |
setRootIndex
(const QModelIndex &index) |
Protected Member Functions
|
| |
QListView
(QListViewPrivate &, QWidget *parent=0) |
| bool |
event
(QEvent *e) |
| void |
scrollContentsBy
(int dx, int dy) |
| void |
resizeContents
(int width, int height) |
| QSize |
contentsSize
() const |
| void |
dataChanged
(const QModelIndex &topLeft, const
QModelIndex
&bottomRight) |
| void |
rowsInserted
(const QModelIndex &parent, int start,
int end) |
| void |
rowsAboutToBeRemoved
(const QModelIndex &parent, int start,
int end) |
| void |
mouseMoveEvent
(QMouseEvent
*e) |
| void |
mouseReleaseEvent
(QMouseEvent
*e) |
| void |
timerEvent
(QTimerEvent
*e) |
| void |
resizeEvent
(QResizeEvent
*e) |
| void |
dragMoveEvent
(QDragMoveEvent *e) |
| void |
dragLeaveEvent
(QDragLeaveEvent *e) |
| void |
dropEvent
(QDropEvent
*e) |
| void |
startDrag
(Qt::DropActions supportedActions) |
| void |
internalDrop
(QDropEvent
*e) |
| void |
internalDrag
(Qt::DropActions supportedActions) |
| QStyleOptionViewItem |
viewOptions
() const |
| void |
paintEvent
(QPaintEvent
*e) |
| int |
horizontalOffset
() const |
| int |
verticalOffset
() const |
| QModelIndex |
moveCursor
(CursorAction
cursorAction, Qt::KeyboardModifiers modifiers) |
| QRect |
rectForIndex
(const QModelIndex &index) const |
| void |
setPositionForIndex
(const QPoint
&position, const QModelIndex &index) |
| void |
setSelection
(const QRect &rect,
QItemSelectionModel::SelectionFlags command) |
| QRegion |
visualRegionForSelection
(const QItemSelection &selection)
const |
| QModelIndexList |
selectedIndexes
() const |
| void |
updateGeometries
() |
| bool |
isIndexHidden
(const QModelIndex &index) const |
| void |
selectionChanged
(const QItemSelection &selected,
const QItemSelection
&deselected) |
| void |
currentChanged
(const QModelIndex ¤t, const
QModelIndex
&previous) |
Properties
|
| Movement |
movement |
| Flow |
flow |
| bool |
isWrapping |
| ResizeMode |
resizeMode |
| LayoutMode |
layoutMode |
| int |
spacing |
| QSize |
gridSize |
| ViewMode |
viewMode |
| int |
modelColumn |
| bool |
uniformItemSizes |
| int |
batchSize |
| bool |
wordWrap |
| bool |
selectionRectVisible |
Friends
|
| class |
QAccessibleItemView |