#ifndef GWT_SECTORPARAMETERS_SEEN #define GWT_SECTORPARAMETERS_SEEN #include #include #include #include #include #include #include using namespace Wt; using namespace std; class dataManager; typedef pair > statements; class GWt_sectorParameters : public WContainerWidget { vector sectors_; vector cnt_; WLineEdit* sLabel_; WLineEdit* firstElement_; WLineEdit* lastElement_; WLineEdit* repeat_; WCheckBox* reflection_; WText *status_; WDialog *dialog_; WGroupBox *gb_; void createSector_deprecated(); WContainerWidget* buttons_deprecated(int); void dialogDone(WDialog::DialogCode code); void add(); void cancel(int); void setStatus(const WString&); void setAttributes(); public : GWt_sectorParameters() {;}; virtual ~GWt_sectorParameters() {;} void execDialog_deprecated(); void setText(WText*); }; #endif