Marlin
01.17.01
|
#include <nparamvecsetd.h>
Public Member Functions | |
NParamVecSetD (const NParamVecSetD &)=default | |
NParamVecSetD & | operator= (const NParamVecSetD &)=default |
NParamVecSetD (MarlinSteerCheck *msc, CCProcessor *p, QTableWidget *paramTable, QObject *parent=0) | |
QWidget * | createEditor (QWidget *parent) const |
void | setEditorData (QWidget *editor, const QModelIndex &index) const |
void | setModelData (QWidget *editor, QAbstractItemModel *model, const QModelIndex &index) const |
Private Attributes | |
MarlinSteerCheck * | _msc |
CCProcessor * | _p |
QTableWidget * | _paramTable |
Definition at line 22 of file nparamvecsetd.h.
|
default |
NParamVecSetD::NParamVecSetD | ( | MarlinSteerCheck * | msc, |
CCProcessor * | p, | ||
QTableWidget * | paramTable, | ||
QObject * | parent = 0 |
||
) |
Definition at line 6 of file nparamvecsetd.cpp.
Definition at line 19 of file nparamvecsetd.cpp.
|
default |
void NParamVecSetD::setEditorData | ( | QWidget * | editor, |
const QModelIndex & | index | ||
) | const |
Definition at line 26 of file nparamvecsetd.cpp.
void NParamVecSetD::setModelData | ( | QWidget * | editor, |
QAbstractItemModel * | model, | ||
const QModelIndex & | index | ||
) | const |
Definition at line 37 of file nparamvecsetd.cpp.
References _msc, _p, _paramTable, marlin::MarlinSteerCheck::getMProcs(), marlin::CCProcessor::getParameters(), marlin::CMProcessor::getParamSetSize(), marlin::CCProcessor::getType(), and std::vector< T >::size().
|
private |
Definition at line 42 of file nparamvecsetd.h.
Referenced by setModelData().
|
private |
Definition at line 43 of file nparamvecsetd.h.
Referenced by setModelData().
|
private |
Definition at line 44 of file nparamvecsetd.h.
Referenced by setModelData().