OGS
|
This is the complete list of members for TreeModel, including all inherited members.
_rootItem | TreeModel | protected |
columnCount(const QModelIndex &parent=QModelIndex()) const override | TreeModel | |
data(const QModelIndex &index, int role) const override | TreeModel | |
flags(const QModelIndex &index) const override | TreeModel | |
getItem(const QModelIndex &index) const | TreeModel | |
headerData(int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const override | TreeModel | |
index(int row, int column, const QModelIndex &parent=QModelIndex()) const override | TreeModel | |
parent(const QModelIndex &index) const override | TreeModel | |
removeRows(int position, int count, const QModelIndex &parent) override | TreeModel | |
rootItem() const | TreeModel | |
rowCount(const QModelIndex &parent=QModelIndex()) const override | TreeModel | |
setData(const QModelIndex &index, const QVariant &value, int role) override | TreeModel | |
setupModelData(const QStringList &lines, TreeItem *parent) | TreeModel | private |
TreeModel(QObject *parent=nullptr) | TreeModel | explicit |
updateData() | TreeModel | slot |
~TreeModel() override | TreeModel |