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

#include <dialog.h>

+ Inheritance diagram for Dialog:

Public Slots

void updateParam ()
 

Public Member Functions

 Dialog (const Dialog &)=default
 
Dialogoperator= (const Dialog &)=default
 
 Dialog (CCProcessor *p, MarlinSteerCheck *msc, QWidget *parent=0, Qt::WFlags f=0)
 

Private Slots

void help ()
 
void optParamChanged ()
 

Private Member Functions

void setupViews ()
 

Private Attributes

QVBoxLayout * mainLayout {}
 
QTableWidget * paramTable {}
 
QTableWidget * optParamTable {}
 
CCProcessor_p {}
 
MarlinSteerCheck_msc {}
 

Detailed Description

Definition at line 21 of file dialog.h.

Constructor & Destructor Documentation

Dialog::Dialog ( const Dialog )
default
Dialog::Dialog ( CCProcessor p,
MarlinSteerCheck msc,
QWidget parent = 0,
Qt::WFlags  f = 0 
)

Member Function Documentation

void Dialog::help ( )
privateslot

Definition at line 38 of file dialog.cpp.

Referenced by Dialog().

Dialog& Dialog::operator= ( const Dialog )
default
void Dialog::optParamChanged ( )
privateslot

Definition at line 539 of file dialog.cpp.

References _p, optParamTable, and marlin::CCProcessor::setOptionalParam().

Referenced by setupViews().

void Dialog::setupViews ( )
private
void Dialog::updateParam ( )
slot

Member Data Documentation

MarlinSteerCheck* Dialog::_msc {}
private

Definition at line 47 of file dialog.h.

Referenced by setupViews(), and updateParam().

CCProcessor* Dialog::_p {}
private

Definition at line 46 of file dialog.h.

Referenced by optParamChanged(), setupViews(), and updateParam().

QVBoxLayout* Dialog::mainLayout {}
private

Definition at line 42 of file dialog.h.

Referenced by Dialog(), and setupViews().

QTableWidget* Dialog::optParamTable {}
private

Definition at line 44 of file dialog.h.

Referenced by optParamChanged(), and setupViews().

QTableWidget* Dialog::paramTable {}
private

Definition at line 43 of file dialog.h.

Referenced by setupViews(), and updateParam().


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