Marlin  01.17.01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Slots | Public Member Functions | Private Slots | Private Attributes | List of all members
NParamVecSet Class Reference

#include <nparamvecset.h>

+ Inheritance diagram for NParamVecSet:

Public Slots

void updateTable ()
 

Public Member Functions

 NParamVecSet (const NParamVecSet &)=default
 
NParamVecSetoperator= (const NParamVecSet &)=default
 
 NParamVecSet (MarlinSteerCheck *msc, CCProcessor *p, QTableWidget *parent, QDialog *dialog)
 

Private Slots

void addValSet ()
 
void remValSet ()
 

Private Attributes

MarlinSteerCheck_msc {}
 
CCProcessor_p {}
 
QTableWidget * _parent {}
 
QTableWidget * valTable {}
 
QDialog_dialog {}
 
QVBoxLayout * mainLayout {}
 

Detailed Description

Definition at line 24 of file nparamvecset.h.

Constructor & Destructor Documentation

NParamVecSet::NParamVecSet ( const NParamVecSet )
default
NParamVecSet::NParamVecSet ( MarlinSteerCheck msc,
CCProcessor p,
QTableWidget *  parent,
QDialog dialog 
)

Definition at line 9 of file nparamvecset.cpp.

References addValSet(), mainLayout, remValSet(), and valTable.

Member Function Documentation

void NParamVecSet::addValSet ( )
privateslot
NParamVecSet& NParamVecSet::operator= ( const NParamVecSet )
default
void NParamVecSet::remValSet ( )
privateslot
void NParamVecSet::updateTable ( )
slot

Member Data Documentation

QDialog* NParamVecSet::_dialog {}
private

Definition at line 52 of file nparamvecset.h.

MarlinSteerCheck* NParamVecSet::_msc {}
private

Definition at line 48 of file nparamvecset.h.

Referenced by addValSet(), remValSet(), and updateTable().

CCProcessor* NParamVecSet::_p {}
private

Definition at line 49 of file nparamvecset.h.

Referenced by addValSet(), remValSet(), and updateTable().

QTableWidget* NParamVecSet::_parent {}
private

Definition at line 50 of file nparamvecset.h.

Referenced by addValSet(), remValSet(), and updateTable().

QVBoxLayout* NParamVecSet::mainLayout {}
private

Definition at line 54 of file nparamvecset.h.

Referenced by NParamVecSet().

QTableWidget* NParamVecSet::valTable {}
private

Definition at line 51 of file nparamvecset.h.

Referenced by addValSet(), NParamVecSet(), remValSet(), and updateTable().


The documentation for this class was generated from the following files: