#ifndef GWT_GLOBALPARAMETERS_SEEN #define GWT_GLOBALPARAMETERS_SEEN #include "GWt_pspaApplication.h" #include #include #include using namespace Wt; using namespace std; class GWt_globalParameters : public WContainerWidget { PspaApplication* pspa_; // dataManager* dtmanage_; WLineEdit* frequencyEdit_; WLineEdit* stepEdit_; WLineEdit* nstepMAxEdit_; WLineEdit* nscEdit_; // vector sectionSelection_; /* WLineEdit* origineEdit1_; */ /* WLineEdit* origineEdit2_; */ /* WComboBox* selectionBox1_; */ /* WLineEdit* extremiteEdit1_; */ /* WLineEdit* extremiteEdit2_; */ /* WComboBox* selectionBox2_; */ // WContainerWidget* contenuSections_; GWt_globalParameters() {;} public: // GWt_globalParameters(dataManager* dt); GWt_globalParameters(PspaApplication* ps); void updateGlobals(); void renew(); // void addElem(); // void addSection(); // void getExecute(unsigned index, unsigned& first, unsigned& last, int& programm); // void lancerCalcul(); }; #endif