Salome HOME
HYDRO Feature 1: Import images (T 1.3)
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_PolylineOp.h
index d337760364507648d58021db0ba39a454e69aeb9..6ff93f05139866a7678a0bdde73329aef9263f3d 100755 (executable)
@@ -27,6 +27,8 @@
 
 #include <HYDROData_Polyline.h>
 
+class CurveCreator_Curve;
+
 class HYDROGUI_PolylineOp : public HYDROGUI_Operation
 {
   Q_OBJECT
@@ -38,13 +40,14 @@ public:
 protected:
   virtual HYDROGUI_InputPanel* createInputPanel() const;
 
-  virtual bool processApply( int& theUpdateFlags );
+  virtual bool processApply( int& theUpdateFlags, QString& theErrorMsg );
 
   virtual void startOperation();
 
 private:
   bool                       myIsEdit;
   Handle(HYDROData_Polyline) myEditedObject;
+  CurveCreator_Curve*        myCurve;
 };
 
 #endif