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