source: PSPA/Interface_Web/trunk/pspaWT/include/GWt_soleno.h @ 233

Last change on this file since 233 was 233, checked in by lemeur, 11 years ago

fenetrage

File size: 573 bytes
Line 
1#ifndef GWTSOLENO_SEEN
2#define GWTSOLENO_SEEN
3
4#include <Wt/WCheckBox>
5
6//#include "GWt_pspaApplication.h"
7#include "GWt_abstractElement.h"
8#include "abstractElement.h"
9
10#include <iostream>
11#include <string>
12#include <sstream>
13
14using namespace Wt;
15using namespace std;
16
17class GWt_soleno : public  GWt_abstractElement
18{
19  WLineEdit* xlengthEdit_;
20  WLineEdit* apertureEdit_;
21  WLineEdit* B0Edit_;
22  WCheckBox* varyB0Edit_;
23
24  GWt_soleno() {;}
25 
26  void updateB();
27
28 public :
29
30  GWt_soleno( abstractElement* elem);
31  ~GWt_soleno() {;}
32  virtual  void dialogDone();
33};
34#endif
Note: See TracBrowser for help on using the repository browser.