Salome HOME
refs #432: refactoring of the shape class
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_TranslateObstacleOp.h
index 2e63066a8519853ab73f744f47278ee6d7f63581..c005d78f936a7c081e00a96bb32ffa03096d171a 100644 (file)
@@ -46,7 +46,8 @@ 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; };
 
@@ -57,8 +58,6 @@ private:
   void                         createPreview();
   void                         erasePreview();
 
-  TopoDS_Shape                 getTranslatedShape() const;
-
 private:
   Handle(HYDROData_Obstacle)   myEditedObject;