1#ifndef ABSTRACTLISTMODEL_H
2#define ABSTRACTLISTMODEL_H
3#include "abstractitemmodel.h"
34 virtual QVariant
data(
const QModelIndex &index,
int role)
const override;
Extended QAbstractItemModel providing EntityMetadata-based item lookup and header management.
AbstractItemModel specialization for flat list models.
void deleteRowAtIndex(const QModelIndex &index)
Remove the row at the given index from the model.
AbstractListModel(const QString &loggingCategory, QObject *parent=nullptr)
Construct with a logging category and optional parent.
virtual QVariant data(const QModelIndex &index, int role) const override
Return the data for the given index and role.
AbstractListModel(QObject *parent=nullptr)
Construct with an optional parent.