source: PSPA/Interface_Web/trunk/pspaWT/include/GWt_globalParameters.h @ 54

Last change on this file since 54 was 54, checked in by lemeur, 12 years ago

reorganisation des widgets et essai dessin

File size: 687 bytes
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  WPanel* panneau_;
18  PspaApplication* pspa_;
19  //  dataManager* dtmanage_;
20  WLineEdit* frequencyEdit_;
21  WLineEdit* stepEdit_;
22  WLineEdit* nstepMAxEdit_;
23  WLineEdit* nscEdit_;
24
25
26
27    GWt_globalParameters() {;}
28
29 public:
30
31  //  GWt_globalParameters(dataManager* dt);
32    GWt_globalParameters(PspaApplication* ps);
33
34    void updateGlobals();
35
36
37    void renew();
38
39    //  void lancerCalcul();
40
41};
42#endif
Note: See TracBrowser for help on using the repository browser.