27#include <QAbstractItemModel>
43 int rowCount(
const QModelIndex& parent = QModelIndex())
const override;
44 int columnCount(
const QModelIndex& parent = QModelIndex())
const override;
45 QVariant
data(
const QModelIndex&
index,
int role)
const override;
46 QVariant
headerData(
int section, Qt::Orientation orientation,
int role)
const override;
56 PeriodicTaskList periodicTaskList;
57 mutable std::mutex taskListsMutex;
QVariant headerData(int section, Qt::Orientation orientation, int role) const override
int rowCount(const QModelIndex &parent=QModelIndex()) const override
~ThreadViewerModel() override
ThreadViewerModel(QObject *parent=0)
int columnCount(const QModelIndex &parent=QModelIndex()) const override
void setPeriodicTaskListData(const PeriodicTaskList &periodicTaskList)
QVariant data(const QModelIndex &index, int role) const override
This file offers overloads of toIce() and fromIce() functions for STL container types.