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

SIG_SimulationParameter.h

00001 #ifndef SIGEL_MASTERGUI_SIG_SIMULATIONPARAMETER_H
00002 #define SIGEL_MASTERGUI_SIG_SIMULATIONPARAMETER_H
00003 
00004 #include "SIGEL_MasterGUI/SIG_SimulationParameterBase.h"
00005 
00006 #include "SIGEL_GP/SIG_GPExperiment.h"
00007 
00008 namespace SIGEL_MasterGUI
00009 {
00016 class SIG_SimulationParameter : public SIG_SimulationParameterBase
00017 { 
00018     Q_OBJECT
00019 
00020 public:
00021     
00030     SIG_SimulationParameter( QWidget* parent, const char* name, WFlags fl, SIGEL_GP::SIG_GPExperiment &theExperiment );
00031 
00037     ~SIG_SimulationParameter();
00038 
00039  public slots:
00044     void putIntoExperiment();
00045  
00050     void getOutOfExperiment();
00051 
00052  private:
00056     SIGEL_GP::SIG_GPExperiment &theExperiment;
00057 };
00058 
00059 }
00060 
00061 #endif // SIGEL_MASTERGUI_SIG_SIMULATIONPARAMETER_H

Generated at Mon Sep 3 01:32:32 2001 for PG 368 - SIGEL by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000