X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_TranslateObstacleOp.h;h=c005d78f936a7c081e00a96bb32ffa03096d171a;hb=81c9f5cdf82909d0aebd2c491c50fa7516cc80b7;hp=2e63066a8519853ab73f744f47278ee6d7f63581;hpb=ccd047bf3bf7ae3e7459efbf2f81f0314357a5d1;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_TranslateObstacleOp.h b/src/HYDROGUI/HYDROGUI_TranslateObstacleOp.h index 2e63066a..c005d78f 100644 --- a/src/HYDROGUI/HYDROGUI_TranslateObstacleOp.h +++ b/src/HYDROGUI/HYDROGUI_TranslateObstacleOp.h @@ -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;