X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROCurveCreator%2FCurveCreator_Widget.h;h=cba56e0e018ae26fcc051f755283032ed345f5be;hb=65c66988575cb4fc8de7d838cde08b4731a6e54b;hp=f62b5929871be06485348e134312f06506228fb4;hpb=df7a511d3770b09ef476dd5f6a6261135f2fb5e1;p=modules%2Fhydro.git diff --git a/src/HYDROCurveCreator/CurveCreator_Widget.h b/src/HYDROCurveCreator/CurveCreator_Widget.h index f62b5929..cba56e0e 100644 --- a/src/HYDROCurveCreator/CurveCreator_Widget.h +++ b/src/HYDROCurveCreator/CurveCreator_Widget.h @@ -51,9 +51,18 @@ class CurveCreator_NewSectionDlg; class CURVECREATOR_EXPORT CurveCreator_Widget : public QWidget { Q_OBJECT + +public: + enum ActionFlags { + NoFlags = 0x00000000, + DisableDetectionMode = 0x00000001, + DisableNewSection = 0x00000002 + }; + public: explicit CurveCreator_Widget( QWidget* parent, CurveCreator_ICurve *theCurve, + const int theActionFlags = NoFlags, Qt::WindowFlags fl=0, int theLocalPointRowLimit = 20);