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;
31 QTableWidget* paramTable,
35 QWidget *createEditor(QWidget *parent)
const;
36 void setEditorData(QWidget *editor,
const QModelIndex &index)
const;
37 void setModelData(QWidget *editor, QAbstractItemModel *model,
const QModelIndex &index)
const;
42 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