#include <SIG_SimulationParameter.h>
Inheritance diagram for SIGEL_MasterGUI::SIG_SimulationParameter:
Public Methods | |
SIG_SimulationParameter ( QWidget* parent, const char* name, WFlags fl, SIGEL_GP::SIG_GPExperiment &theExperiment ) | |
The constructor of SIG_SimulationParameter. More... | |
~SIG_SimulationParameter () | |
The destructor. More... | |
Public Slots | |
void | putIntoExperiment () |
This slot is called whenever the values of the widgets shall be put into the simulation parameters of the experiment. More... | |
void | getOutOfExperiment () |
This slot is called whenever the values of the simulation parameters shall be put into the widgets. More... | |
Private Attributes | |
SIGEL_GP::SIG_GPExperiment& | theExperiment |
A reference to the gp experiment. More... |
This class inherits from SIG_SimulationParameterBase which was designed with the Qt designer.
Definition at line 16 of file SIG_SimulationParameter.h.
|
The constructor of SIG_SimulationParameter. Receives the SIG_GPExperiment it belongs to.
Definition at line 14 of file SIG_SimulationParameter.cpp. |
|
The destructor. Will be erased if unused. Definition at line 24 of file SIG_SimulationParameter.cpp. |
|
This slot is called whenever the values of the simulation parameters shall be put into the widgets.
Definition at line 132 of file SIG_SimulationParameter.cpp. |
|
This slot is called whenever the values of the widgets shall be put into the simulation parameters of the experiment.
Definition at line 29 of file SIG_SimulationParameter.cpp. |
|
A reference to the gp experiment.
Definition at line 56 of file SIG_SimulationParameter.h. |