source: PSPA/Interface_Web/trunk/pspaWT/include/GWt_drift.h @ 228

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

addConsoleMessge en static + bricoles

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