X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_ViewerProxy.h;h=19e23ac3bff3a7d737d150fc29f7a158adb3338d;hb=6a23207a9154dac27c710190281aa5bfcf2bd498;hp=b1cbec119a6dfcfd7fd6e40ae16f0c77842b3175;hpb=be50c0a41def4063277aff4eddac4a8667250f8b;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_ViewerProxy.h b/src/XGUI/XGUI_ViewerProxy.h index b1cbec119..19e23ac3b 100644 --- a/src/XGUI/XGUI_ViewerProxy.h +++ b/src/XGUI/XGUI_ViewerProxy.h @@ -171,14 +171,12 @@ Q_OBJECT #ifdef HAVE_SALOME virtual void setFitter(OCCViewer_Fitter* theFitter); - virtual OCCViewer_Fitter* currentFitter() const; + virtual OCCViewer_Fitter* fitter() const; #else virtual void setFitter(AppElements_Fitter* theFitter); - virtual AppElements_Fitter* currentFitter() const; + virtual AppElements_Fitter* fitter() const; #endif - virtual void unsetFitter(); - signals: /// Emits by mouse entering the view port void enterViewPort(); @@ -218,7 +216,7 @@ private slots: private: void displayHighlight(FeaturePtr theFeature, const TopoDS_Shape& theIgnoreShape); - void eraseHighlight(); + bool eraseHighlight(); XGUI_Workshop* myWorkshop;