|
| TasksView (QWidget *parent=0) |
|
| QTreeView (QWidget *parent=0) |
|
| collapse (const QModelIndex &index) |
|
| collapseAll () |
|
| collapsed (const QModelIndex &index) |
|
| columnAt (int x) |
|
| columnCountChanged (int oldCount, int newCount) |
|
| columnMoved () |
|
| columnResized (int column, int oldSize, int newSize) |
|
| columnViewportPosition (int column) |
|
| columnWidth (int column) |
|
| currentChanged (const QModelIndex ¤t, const QModelIndex &previous) |
|
| dataChanged (const QModelIndex &topLeft, const QModelIndex &bottomRight) |
|
| dragMoveEvent (QDragMoveEvent *event) |
|
| drawBranches (QPainter *painter, const QRect &rect, const QModelIndex &index) |
|
| drawRow (QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) |
|
| drawTree (QPainter *painter, const QRegion ®ion) |
|
| expand (const QModelIndex &index) |
|
| expandAll () |
|
| expandToDepth (int depth) |
|
| expanded (const QModelIndex &index) |
|
| hideColumn (int column) |
|
| horizontalOffset () |
|
| indexAbove (const QModelIndex &index) |
|
| indexAt (const QPoint &point) |
|
| indexBelow (const QModelIndex &index) |
|
| indexRowSizeHint (const QModelIndex &index) |
|
| isColumnHidden (int column) |
|
| isExpanded (const QModelIndex &index) |
|
| isFirstColumnSpanned (int row, const QModelIndex &parent) |
|
| isIndexHidden (const QModelIndex &index) |
|
| isRowHidden (int row, const QModelIndex &parent) |
|
| keyPressEvent (QKeyEvent *event) |
|
| keyboardSearch (const QString &search) |
|
| mouseDoubleClickEvent (QMouseEvent *event) |
|
| mouseMoveEvent (QMouseEvent *event) |
|
| mousePressEvent (QMouseEvent *event) |
|
| mouseReleaseEvent (QMouseEvent *event) |
|
| moveCursor (CursorAction cursorAction, Qt::KeyboardModifiers modifiers) |
|
| paintEvent (QPaintEvent *event) |
|
| reset () |
|
| resizeColumnToContents (int column) |
|
| rowHeight (const QModelIndex &index) |
|
| rowsAboutToBeRemoved (const QModelIndex &parent, int start, int end) |
|
| rowsInserted (const QModelIndex &parent, int start, int end) |
|
| rowsRemoved (const QModelIndex &parent, int start, int end) |
|
| scrollContentsBy (int dx, int dy) |
|
| scrollTo (const QModelIndex &index, ScrollHint hint=EnsureVisible) |
|
| selectAll () |
|
| selectedIndexes () |
|
| selectionChanged (const QItemSelection &selected, const QItemSelection &deselected) |
|
| setColumnHidden (int column, bool hide) |
|
| setColumnWidth (int column, int width) |
|
| setExpanded (const QModelIndex &index, bool expanded) |
|
| setFirstColumnSpanned (int row, const QModelIndex &parent, bool span) |
|
| setModel (QAbstractItemModel *model) |
|
| setRootIndex (const QModelIndex &index) |
|
| setRowHidden (int row, const QModelIndex &parent, bool hide) |
|
| setSelection (const QRect &rect, QItemSelectionModel::SelectionFlags command) |
|
| setSelectionModel (QItemSelectionModel *selectionModel) |
|
| showColumn (int column) |
|
| sizeHintForColumn (int column) |
|
| sortByColumn (int column, Qt::SortOrder order) |
|
| timerEvent (QTimerEvent *event) |
|
| updateGeometries () |
|
| verticalOffset () |
|
| viewportEvent (QEvent *event) |
|
| visualRect (const QModelIndex &index) |
|
| visualRegionForSelection (const QItemSelection &selection) |
|
| isItemExpanded (const QTreeWidgetItem *item) |
|
| isItemHidden (const QTreeWidgetItem *item) |
|
| isItemSelected (const QTreeWidgetItem *item) |
|
| items (const QMimeData *data) |
|
| setItemExpanded (const QTreeWidgetItem *item, bool expand) |
|
| setItemHidden (const QTreeWidgetItem *item, bool hide) |
|
| setItemSelected (const QTreeWidgetItem *item, bool select) |
|