source: PSPA/Interface_Web/trunk/pspaWT/sources/controler/include/GWt_globalParameters.h @ 257

Last change on this file since 257 was 257, checked in by garnier, 11 years ago

refactoring

File size: 1.1 KB
Line 
1#ifndef GWT_GLOBALPARAMETERS_SEEN
2#define GWT_GLOBALPARAMETERS_SEEN
3
4#include "GWt_pspaApplication.h"
5
6#include <Wt/WApplication>
7#include <Wt/WContainerWidget>
8#include <Wt/WPanel>
9
10
11using namespace Wt;
12using namespace std;
13
14class GWt_globalParameters : public WContainerWidget
15{
16
17  PspaApplication* pspa_;
18  //  dataManager* dtmanage_;
19  WLineEdit* frequencyEdit_;
20  WLineEdit* stepEdit_;
21  WLineEdit* nstepMAxEdit_;
22  WLineEdit* nscEdit_;
23
24  //  vector<WComboBox*> sectionSelection_;
25
26
27  /* WLineEdit* origineEdit1_; */
28  /* WLineEdit* origineEdit2_; */
29  /* WComboBox* selectionBox1_; */
30
31  /* WLineEdit* extremiteEdit1_; */
32  /* WLineEdit* extremiteEdit2_; */
33  /* WComboBox* selectionBox2_; */
34
35  //  WContainerWidget* contenuSections_;
36
37    GWt_globalParameters() {;}
38
39 public:
40
41  //  GWt_globalParameters(dataManager* dt);
42    GWt_globalParameters(PspaApplication* ps);
43
44    void updateGlobals();
45
46
47    void renew();
48
49    //    void addElem();
50
51    //    void addSection();
52
53    //   void getExecute(unsigned index, unsigned& first, unsigned& last, int& programm);
54
55    //  void lancerCalcul();
56
57};
58#endif
Note: See TracBrowser for help on using the repository browser.