13#ifndef ABSTRACTTREEMODEL_H
14#define ABSTRACTTREEMODEL_H
15#include "abstractitemmodel.h"
Extended QAbstractItemModel providing EntityMetadata-based item lookup and header management.
AbstractItemModel specialization for hierarchical (tree) models.
virtual void columnChangedAtRowIndex(const QModelIndex &rowIndex, int columnHeader)
Called when a specific column cell at rowIndex has changed.
AbstractTreeModel(const QString &loggingCategory, QObject *parent=nullptr)
Construct with a logging category and optional parent.
AbstractTreeModel(QObject *parent=nullptr)
Construct with an optional parent.