Salome HOME
#refs 327 - Polyline is not shown during creation
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_StreamOp.h
index 9e8730c8127fb3deb32a73605c6ec04d2c77f3f7..cee48b2da7c0f86645155685a25cb2308ee756b2 100755 (executable)
@@ -27,7 +27,6 @@
 
 #include <HYDROData_Stream.h>
 
-class OCCViewer_ViewManager;
 class HYDROGUI_Shape;
 
 class HYDROGUI_StreamOp : public HYDROGUI_Operation
@@ -48,6 +47,8 @@ protected:
 
   virtual bool                 processApply( int& theUpdateFlags, QString& theErrorMsg );
 
+  virtual bool                 isToAbortOnApply() const { return false; }
+
 private slots:
   void                         onAddProfiles();
   void                         onRemoveProfiles( const QStringList& );
@@ -59,8 +60,6 @@ private:
   void                         updatePanelData();
 
 private:
-  OCCViewer_ViewManager*       myViewManager;
-
   bool                         myIsEdit;
   Handle(HYDROData_Stream)     myEditedObject;