|
KanoopGuiQt 1.3.0
Qt GUI utility library
|
|
This is the complete list of members for TreeViewBase, including all inherited members.
| addHeaderContextMenuItems(QMenu *menu, const QPoint &globalPos) | TreeViewBase | inlineprotectedvirtual |
| clear() | TreeViewBase | virtualslot |
| collapseRecursively(const QModelIndex &index, int depth=-1) | TreeViewBase | |
| columnForHeaderType(int headerType) const | TreeViewBase | |
| currentIndexChanged(const QModelIndex &index) | TreeViewBase | signal |
| currentMetadata() const | TreeViewBase | virtual |
| currentSelectionChanged() | TreeViewBase | signal |
| currentSourceIndex() const | TreeViewBase | |
| entityAdded(const EntityMetadata &metadata) | TreeViewBase | signal |
| entityDeleted(const EntityMetadata &metadata) | TreeViewBase | signal |
| entityTypeAtPos(const QPoint &pos) | TreeViewBase | |
| entityUpdated(const EntityMetadata &metadata) | TreeViewBase | signal |
| finalChildIndex(const QModelIndex &from) const | TreeViewBase | virtual |
| findCurrentParent(int entityMetadataType) const | TreeViewBase | protected |
| findFirstParent(const QModelIndex &index, int entityMetadataType) const | TreeViewBase | protected |
| findNextMatch(const QString &text, const QModelIndex &fromIndex) const | TreeViewBase | virtual |
| findParents(const QModelIndex &index) const | TreeViewBase | protected |
| findPreviousMatch(const QString &text, const QModelIndex &fromIndex) const | TreeViewBase | virtual |
| firstIndexOfEntityUuid(const QUuid &uuid) const | TreeViewBase | virtual |
| headerChanged() | TreeViewBase | signal |
| indexesOfUuid(const QUuid &uuid) const | TreeViewBase | virtual |
| isIndexVisible(const QModelIndex &index) const | TreeViewBase | |
| isLeafExpanded(const QModelIndex &index, bool recursive=true) const | TreeViewBase | |
| itemProgramaticallySelected(const QModelIndex &index) | TreeViewBase | signal |
| logIndex(const char *file, int lineNumber, Log::LogLevel level, const QModelIndex &index, const QString &text) | TreeViewBase | protectedstatic |
| mapToSource(const QModelIndexList &indexes) const | TreeViewBase | protected |
| matchBackwards(const QModelIndex &start, int role, const QVariant &value, int hits=1, Qt::MatchFlags flags=Qt::MatchFlags(Qt::MatchStartsWith|Qt::MatchWrap)) const | TreeViewBase | virtual |
| metadataAtPos(const QPoint &pos) const | TreeViewBase | virtual |
| nextIndex(const QModelIndex &from) const | TreeViewBase | virtual |
| previousIndex(const QModelIndex &from) const | TreeViewBase | virtual |
| proxyModel() const | TreeViewBase | inline |
| refreshIndex(const QModelIndex &sourceIndex) | TreeViewBase | virtualslot |
| refreshVisibleColumns(const QList< int > &columns) | TreeViewBase | virtualslot |
| refreshVisibleIndexes(const QModelIndexList &indexes) | TreeViewBase | virtualslot |
| restoreHeaderStates() | TreeViewBase | |
| restoreState(const QByteArray &state) | TreeViewBase | |
| saveState() const | TreeViewBase | |
| setColumnDelegate(int type, QStyledItemDelegate *delegate) | TreeViewBase | |
| setColumnsVisible(const QList< int > &columns, bool visible, bool exclusive=false) | TreeViewBase | |
| setColumnTypesVisible(const QList< int > &headerTypes, bool visible, bool exclusive=false) | TreeViewBase | |
| setCurrentIndex(const QModelIndex &index, ScrollHint scrollHint=EnsureVisible) | TreeViewBase | virtual |
| setCurrentUuid(const QUuid &uuid, ScrollHint scrollHint=EnsureVisible) | TreeViewBase | virtual |
| setModel(QAbstractItemModel *model) override | TreeViewBase | virtual |
| setSelectionModel(QItemSelectionModel *selectionModel) override | TreeViewBase | virtual |
| sourceModel() const | TreeViewBase | inline |
| testMatch(const QModelIndex &index, int role, const QVariant &value, Qt::MatchFlags flags, QModelIndexList &foundIndexes) | TreeViewBase | protectedstatic |
| TreeViewBase(QWidget *parent=nullptr) | TreeViewBase |