Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members  

SIGEL_MasterGUI::SIG_SimulationParameter Class Reference

The class of the window, where the simulation parameters can be altered. More...

#include <SIG_SimulationParameter.h>

Inheritance diagram for SIGEL_MasterGUI::SIG_SimulationParameter:

List of all members.

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_GPExperimenttheExperiment
 A reference to the gp experiment. More...


Detailed Description

The class of the window, where the simulation parameters can be altered.

This class inherits from SIG_SimulationParameterBase which was designed with the Qt designer.

Definition at line 16 of file SIG_SimulationParameter.h.


Constructor & Destructor Documentation

SIGEL_MasterGUI::SIG_SimulationParameter::SIG_SimulationParameter ( QWidget * parent,
const char * name,
WFlags fl,
SIGEL_GP::SIG_GPExperiment & theExperiment )
 

The constructor of SIG_SimulationParameter.

Receives the SIG_GPExperiment it belongs to.

Parameters:
parent   The parent widget of SIG_AllIndividualsView
name   Internal name for Qt.
theExperiment   A reference to the experiment this view belongs to.

Definition at line 14 of file SIG_SimulationParameter.cpp.

SIGEL_MasterGUI::SIG_SimulationParameter::~SIG_SimulationParameter ( )
 

The destructor.

Will be erased if unused.

Definition at line 24 of file SIG_SimulationParameter.cpp.


Member Function Documentation

void SIGEL_MasterGUI::SIG_SimulationParameter::getOutOfExperiment ( ) [slot]
 

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.

void SIGEL_MasterGUI::SIG_SimulationParameter::putIntoExperiment ( ) [slot]
 

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.


Member Data Documentation

SIGEL_GP::SIG_GPExperiment & SIGEL_MasterGUI::SIG_SimulationParameter::theExperiment [private]
 

A reference to the gp experiment.

Definition at line 56 of file SIG_SimulationParameter.h.


The documentation for this class was generated from the following files:
Generated at Mon Sep 3 01:32:56 2001 for PG 368 - SIGEL by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000