|
| | KLFLibDefTreeView (KLFLibDefaultView *parent) |
| |
| virtual bool | eventFilter (QObject *object, QEvent *event) |
| |
| virtual void | setModel (QAbstractItemModel *model) |
| |
| | 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) |
| |
| | 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) |
| |
| | indexBelow (const QModelIndex &index) |
| |
| | indexRowSizeHint (const QModelIndex &index) |
| |
| | isColumnHidden (int column) |
| |
| | isExpanded (const QModelIndex &index) |
| |
| | isFirstColumnSpanned (int row, const QModelIndex &parent) |
| |
| | isRowHidden (int row, const QModelIndex &parent) |
| |
| | moveCursor (CursorAction cursorAction, Qt::KeyboardModifiers modifiers) |
| |
| | 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 () |
| |
| | 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) |
| |
| | setRowHidden (int row, const QModelIndex &parent, bool hide) |
| |
| | setSelection (const QRect &rect, QItemSelectionModel::SelectionFlags command) |
| |
| | showColumn (int column) |
| |
| | sizeHintForColumn (int column) |
| |
| | sortByColumn (int column, Qt::SortOrder order) |
| |
| | verticalOffset () |
| |
| | 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) |
| |
| | KLFLibDefViewCommon (KLFLibDefaultView *dview) |
| |
| virtual | ~KLFLibDefViewCommon () |
| |
| virtual bool | evDragEnter (QDragEnterEvent *de, const QPoint &pos) |
| |
| virtual bool | evDragMove (QDragMoveEvent *de, const QPoint &pos) |
| |
| virtual bool | evDrop (QDropEvent *de, const QPoint &pos) |
| |
| virtual void | commonStartDrag (Qt::DropActions supportedActions) |
| |
| QModelIndex | curVisibleIndex (bool firstOrLast) const |
| |
| virtual void | modelInitialized () |
| |
Definition at line 631 of file klflibview_p.h.