#ifndef GWTSOLENO_SEEN #define GWTSOLENO_SEEN #include #include "GWt_abstractElement.h" #include "abstractElement.h" #include #include #include using namespace Wt; using namespace std; class GWt_soleno : public GWt_abstractElement { WLineEdit* xlengthEdit_; WLineEdit* apertureEdit_; WLineEdit* B0Edit_; WCheckBox* varyB0Edit_; void updateB(); public : GWt_soleno() {;} GWt_soleno(GWt_elementLigneFaisceau* ); ~GWt_soleno() {;} virtual void dialogDone(WDialog::DialogCode code); WImage* getImage(); inline string getMimeType() {return "htdocs/soleno.jpg"; } inline string getSmallImageURL() {return "htdocs/soleno.jpg"; } inline string getBigImageURL() {return "htdocs/soleno.jpg"; } inline string getName() {return "soleno"; } private : void initilializeDialog(); }; #endif