Extending Qt Creator Manual
BaseTreeModel
Extending Qt Creator Manual 4.6.0
List of All Members for BaseTreeModel
This is the complete list of members for
Utils::BaseTreeModel
, including inherited members.
BaseTreeModel
(QObject *)
BaseTreeModel
(TreeItem *, QObject *)
~BaseTreeModel
()
canFetchMore
(const QModelIndex &) const : bool
clear
()
columnCount
(const QModelIndex &) const : int
data
(const QModelIndex &, int ) const : QVariant
destroyItem
(TreeItem *)
fetchMore
(const QModelIndex &)
flags
(const QModelIndex &) const : Qt::ItemFlags
hasChildren
(const QModelIndex &) const : bool
headerData
(int , Qt::Orientation , int ) const : QVariant
index
(
int
,
int
, const QModelIndex &) const : QModelIndex
indexForItem
(const TreeItem *) const : QModelIndex
itemForIndex
(
const QModelIndex &
) const : TreeItem *
m_columnCount
: int
m_header
: QStringList
m_headerToolTip
: QStringList
m_root
: TreeItem *
parent
(const QModelIndex &) const : QModelIndex
requestExpansion
(
QModelIndex
)
rootItem
() const : TreeItem *
rowCount
(const QModelIndex &) const : int
setData
(const QModelIndex &, const QVariant &, int ) : bool
setHeader
(const QStringList &)
setHeaderToolTip
(const QStringList &)
setRootItem
(TreeItem *)
sibling
(int , int , const QModelIndex &) const : QModelIndex
takeItem
(TreeItem *) : TreeItem *