X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_Displayer.h;h=7ca8150aeb27139ed71149b2432163a61a514e27;hb=a21978de92f434702a3215df667f22e720cf107f;hp=fdb8c76008ad2f23909fbb2f39df8e35fc6d569c;hpb=fd30229f7f40d6cc60670a4d9367324431964961;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_Displayer.h b/src/XGUI/XGUI_Displayer.h index fdb8c7600..7ca8150ae 100644 --- a/src/XGUI/XGUI_Displayer.h +++ b/src/XGUI/XGUI_Displayer.h @@ -84,6 +84,12 @@ public: Handle(AIS_InteractiveObject) theAIS, const int theSelectionMode, const bool isUpdateViewer = true); + /** Redisplay the shape if it was displayed + * \param theFeature a feature instance + * \param isUpdateViewer the parameter whether the viewer should be update immediatelly + */ + void redisplay(FeaturePtr theFeature, bool isUpdateViewer = true); + /// Redisplay the shape and activate selection of sub-shapes /// \param theFeature a feature instance /// \param isUpdateViewer the parameter whether the viewer should be update immediatelly