KanoopGuiQt 1.3.0
Qt GUI utility library
Loading...
Searching...
No Matches
TreeViewBase Member List

This is the complete list of members for TreeViewBase, including all inherited members.

addHeaderContextMenuItems(QMenu *menu, const QPoint &globalPos)TreeViewBaseinlineprotectedvirtual
clear()TreeViewBasevirtualslot
collapseRecursively(const QModelIndex &index, int depth=-1)TreeViewBase
columnForHeaderType(int headerType) constTreeViewBase
currentIndexChanged(const QModelIndex &index)TreeViewBasesignal
currentMetadata() constTreeViewBasevirtual
currentSelectionChanged()TreeViewBasesignal
currentSourceIndex() constTreeViewBase
entityAdded(const EntityMetadata &metadata)TreeViewBasesignal
entityDeleted(const EntityMetadata &metadata)TreeViewBasesignal
entityTypeAtPos(const QPoint &pos)TreeViewBase
entityUpdated(const EntityMetadata &metadata)TreeViewBasesignal
finalChildIndex(const QModelIndex &from) constTreeViewBasevirtual
findCurrentParent(int entityMetadataType) constTreeViewBaseprotected
findFirstParent(const QModelIndex &index, int entityMetadataType) constTreeViewBaseprotected
findNextMatch(const QString &text, const QModelIndex &fromIndex) constTreeViewBasevirtual
findParents(const QModelIndex &index) constTreeViewBaseprotected
findPreviousMatch(const QString &text, const QModelIndex &fromIndex) constTreeViewBasevirtual
firstIndexOfEntityUuid(const QUuid &uuid) constTreeViewBasevirtual
headerChanged()TreeViewBasesignal
indexesOfUuid(const QUuid &uuid) constTreeViewBasevirtual
isIndexVisible(const QModelIndex &index) constTreeViewBase
isLeafExpanded(const QModelIndex &index, bool recursive=true) constTreeViewBase
itemProgramaticallySelected(const QModelIndex &index)TreeViewBasesignal
logIndex(const char *file, int lineNumber, Log::LogLevel level, const QModelIndex &index, const QString &text)TreeViewBaseprotectedstatic
mapToSource(const QModelIndexList &indexes) constTreeViewBaseprotected
matchBackwards(const QModelIndex &start, int role, const QVariant &value, int hits=1, Qt::MatchFlags flags=Qt::MatchFlags(Qt::MatchStartsWith|Qt::MatchWrap)) constTreeViewBasevirtual
metadataAtPos(const QPoint &pos) constTreeViewBasevirtual
nextIndex(const QModelIndex &from) constTreeViewBasevirtual
previousIndex(const QModelIndex &from) constTreeViewBasevirtual
proxyModel() constTreeViewBaseinline
refreshIndex(const QModelIndex &sourceIndex)TreeViewBasevirtualslot
refreshVisibleColumns(const QList< int > &columns)TreeViewBasevirtualslot
refreshVisibleIndexes(const QModelIndexList &indexes)TreeViewBasevirtualslot
restoreHeaderStates()TreeViewBase
restoreState(const QByteArray &state)TreeViewBase
saveState() constTreeViewBase
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)TreeViewBasevirtual
setCurrentUuid(const QUuid &uuid, ScrollHint scrollHint=EnsureVisible)TreeViewBasevirtual
setModel(QAbstractItemModel *model) overrideTreeViewBasevirtual
setSelectionModel(QItemSelectionModel *selectionModel) overrideTreeViewBasevirtual
sourceModel() constTreeViewBaseinline
testMatch(const QModelIndex &index, int role, const QVariant &value, Qt::MatchFlags flags, QModelIndexList &foundIndexes)TreeViewBaseprotectedstatic
TreeViewBase(QWidget *parent=nullptr)TreeViewBase