1 #ifndef ICOLTDELEGATE_H
2 #define ICOLTDELEGATE_H
11 #include <QItemDelegate>
13 #include "marlin/CCProcessor.h"
14 #include "marlin/MarlinSteerCheck.h"
18 using namespace marlin;
29 QWidget *createEditor(QWidget *parent,
const QStyleOptionViewItem &option,
const QModelIndex &index)
const;
30 void setEditorData(QWidget *editor,
const QModelIndex &index)
const;
31 void setModelData(QWidget *editor, QAbstractItemModel *model,
const QModelIndex &index)
const;
36 QTableWidget* _parent{};
this class is a Marlin Steering File consistency check Tool.
Definition: MarlinSteerCheck.h:72
Definition: icoltdelegate.h:20
handles information about marlin processors and their collections needed by MarlinSteerCheck ...
Definition: CCProcessor.h:39