Salome HOME
refs #430: incorrect coordinates in dump polyline
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_TranslateObstacleOp.h
index 5d21e04742ebd74fc061faacd397e5c173045dd7..c005d78f936a7c081e00a96bb32ffa03096d171a 100644 (file)
@@ -46,7 +46,10 @@ protected:
 
   virtual HYDROGUI_InputPanel* createInputPanel() const;
 
-  virtual bool                 processApply( int& theUpdateFlags, QString& theErrorMsg );
+  virtual bool                 processApply( int& theUpdateFlags, QString& theErrorMsg,
+                                             QStringList& theBrowseObjectsEntries );
+
+  virtual HYDROGUI_Shape*   getPreviewShape() const { return myPreviewPrs; };
 
 private slots:
   void                         onArgumentsChanged();
@@ -55,8 +58,6 @@ private:
   void                         createPreview();
   void                         erasePreview();
 
-  TopoDS_Shape                 getTranslatedShape() const;
-
 private:
   Handle(HYDROData_Obstacle)   myEditedObject;