Definition at line 57 of file qcolumnview.h.
#include <qcolumnview.h>

Signals |
|
| void | updatePreviewWidget (const QModelIndex &index) |
Public Member Functions |
|
| QColumnView (QWidget *parent=0) | |
| ~QColumnView () | |
| QModelIndex | indexAt (const QPoint &point) const |
| void | scrollTo (const QModelIndex &index, ScrollHint hint=EnsureVisible) |
| QSize | sizeHint () const |
| QRect | visualRect (const QModelIndex &index) const |
| void | setModel (QAbstractItemModel *model) |
| void | setSelectionModel (QItemSelectionModel *selectionModel) |
| void | setRootIndex (const QModelIndex &index) |
| void | selectAll () |
| void | setResizeGripsVisible (bool visible) |
| bool | resizeGripsVisible () const |
| QWidget * | previewWidget () const |
| void | setPreviewWidget (QWidget *widget) |
| void | setColumnWidths (const QList< int > &list) |
| QList< int > | columnWidths () const |
Protected Member Functions |
|
| QColumnView (QColumnViewPrivate &dd, QWidget *parent=0) | |
| bool | isIndexHidden (const QModelIndex &index) const |
| QModelIndex | moveCursor (CursorAction cursorAction, Qt::KeyboardModifiers modifiers) |
| void | resizeEvent (QResizeEvent *event) |
| void | setSelection (const QRect &rect, QItemSelectionModel::SelectionFlags command) |
| QRegion | visualRegionForSelection (const QItemSelection &selection) const |
| int | horizontalOffset () const |
| int | verticalOffset () const |
| void | rowsInserted (const QModelIndex &parent, int start, int end) |
| void | currentChanged (const QModelIndex ¤t, const QModelIndex &previous) |
| void | scrollContentsBy (int dx, int dy) |
| virtual QAbstractItemView * | createColumn (const QModelIndex &rootIndex) |
| void | initializeColumn (QAbstractItemView *column) const |
Properties |
|
| bool | resizeGripsVisible |
| QColumnView | ( | QWidget * | parent = 0 |
) | [explicit] |
| ~QColumnView | ( | ) |
| QColumnView | ( | QColumnViewPrivate & | dd, |
| QWidget * | parent = 0 |
||
| ) | [protected] |
| void updatePreviewWidget | ( | const QModelIndex & | index | ) | [signal] |
| QModelIndex indexAt | ( | const QPoint & | point | ) | const [virtual] |
Implements QAbstractItemView.
| void scrollTo | ( | const QModelIndex & | index, |
| ScrollHint | hint =
EnsureVisible |
||
| ) | [virtual] |
Implements QAbstractItemView.
| QSize sizeHint | ( | ) | const [virtual] |
Reimplemented from QAbstractScrollArea.
| QRect visualRect | ( | const QModelIndex & | index | ) | const [virtual] |
Implements QAbstractItemView.
| void setModel | ( | QAbstractItemModel * | model | ) | [virtual] |
Reimplemented from QAbstractItemView.
| void setSelectionModel | ( | QItemSelectionModel * | selectionModel | ) | [virtual] |
Reimplemented from QAbstractItemView.
| void setRootIndex | ( | const QModelIndex & | index | ) | [virtual] |
Reimplemented from QAbstractItemView.
| void selectAll | ( | ) | [virtual] |
Reimplemented from QAbstractItemView.
| void setResizeGripsVisible | ( | bool | visible | ) |
| bool resizeGripsVisible | ( | ) | const |
| QWidget* previewWidget | ( | ) | const |
| void setPreviewWidget | ( | QWidget * | widget | ) |
| void setColumnWidths | ( | const QList< int > & | list | ) |
| QList<int> columnWidths | ( | ) | const |
| bool isIndexHidden | ( | const QModelIndex & | index | ) | const [protected, virtual] |
Implements QAbstractItemView.
| QModelIndex moveCursor | ( | CursorAction | cursorAction, |
| Qt::KeyboardModifiers | modifiers | ||
| ) | [protected, virtual] |
Implements QAbstractItemView.
| void resizeEvent | ( | QResizeEvent * | event | ) | [protected, virtual] |
Reimplemented from QAbstractItemView.
| void setSelection | ( | const QRect & | rect, |
| QItemSelectionModel::SelectionFlags | command | ||
| ) | [protected, virtual] |
Implements QAbstractItemView.
| QRegion visualRegionForSelection | ( | const QItemSelection & | selection | ) | const [protected, virtual] |
Implements QAbstractItemView.
| int horizontalOffset | ( | ) | const [protected, virtual] |
Implements QAbstractItemView.
| int verticalOffset | ( | ) | const [protected, virtual] |
Implements QAbstractItemView.
| void rowsInserted | ( | const QModelIndex & | parent, |
| int | start, | ||
| int | end | ||
| ) | [protected, virtual] |
Reimplemented from QAbstractItemView.
| void currentChanged | ( | const QModelIndex & | current, |
| const QModelIndex & | previous | ||
| ) | [protected, virtual] |
Reimplemented from QAbstractItemView.
| void scrollContentsBy | ( | int | dx, |
| int | dy | ||
| ) | [protected, virtual] |
Reimplemented from QAbstractScrollArea.
| virtual QAbstractItemView* createColumn | ( | const QModelIndex & | rootIndex | ) | [protected, virtual] |
| void initializeColumn | ( | QAbstractItemView * | column | ) | const [protected] |
bool resizeGripsVisible [read,
write] |
Definition at line 60 of file qcolumnview.h.