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