1 #ifndef NPARAMVECSETD_H
2 #define NPARAMVECSETD_H
12 #include "marlin/MarlinSteerCheck.h"
13 #include "marlin/CCProcessor.h"
15 #include <QItemDelegate>
20 using namespace marlin;
33 QTableWidget* paramTable,
37 QWidget *createEditor(QWidget *parent)
const;
38 void setEditorData(QWidget *editor,
const QModelIndex &index)
const;
39 void setModelData(QWidget *editor, QAbstractItemModel *model,
const QModelIndex &index)
const;
44 QTableWidget* _paramTable;
this class is a Marlin Steering File consistency check Tool.
Definition: MarlinSteerCheck.h:72
handles information about marlin processors and their collections needed by MarlinSteerCheck ...
Definition: CCProcessor.h:39
Definition: nparamvecsetd.h:22