1 #ifndef PROCESSPARMS_HPP
2 #define PROCESSPARMS_HPP
6 #include <QAbstractTableModel>
7 #include <QStyledItemDelegate>
37 QVariant headerData(
int section, Qt::Orientation orientation,
int role = Qt::DisplayRole)
const;
38 Qt::ItemFlags flags(
const QModelIndex& index)
const;
index(int row, int column, const QModelIndex &parent=QModelIndex()
QAbstractTableModel(QObject *parent=0)
Definition of a process, without the process factory.
Definition: Process.hpp:1229
Definition: ProcessParms.hpp:19
File containing the definition of a Process.
Definition: ProcessParms.hpp:9