00001 #ifndef SIGEL_MASTERGUI_SIG_LANGUAGEPARAMETERS_H 00002 #define SIGEL_MASTERGUI_SIG_LANGUAGEPARAMETERS_H 00003 00004 #include <qpixmap.h> 00005 00006 #include "SIGEL_MasterGUI/SIG_LanguageParametersBase.h" 00007 00008 #include "SIGEL_GP/SIG_GPExperiment.h" 00009 00010 namespace SIGEL_MasterGUI 00011 { 00012 00016 class SIG_LanguageParameters : public SIG_LanguageParametersBase 00017 { 00018 Q_OBJECT 00019 00020 public: 00029 SIG_LanguageParameters( QWidget* parent, const char* name, WFlags fl, SIGEL_GP::SIG_GPExperiment &theExperiment ); 00030 00036 ~SIG_LanguageParameters(); 00037 00042 void putIntoExperiment(); 00043 00048 void getOutOfExperiment(); 00049 00050 public slots: 00051 00052 void slotPushButtonEditClicked(); 00053 00054 void slotPushButtonAllowAllClicked(); 00055 00056 void slotPushButtonDisallowAllClicked(); 00057 00058 void slotCommandDoubleClicked( QListViewItem *theItem ); 00059 00060 private: 00061 00065 SIGEL_GP::SIG_GPExperiment &theExperiment; 00066 00067 QPixmap allow; 00068 QPixmap disallow; 00069 QString sigelRoot; 00070 }; 00071 00072 } 00073 00074 #endif // SIGEL_MASTERGUI_SIG_LANGUAGEPARAMETERS_H