Salome HOME
Hide command icon added
[modules/shaper.git] / src / XGUI / XGUI_Displayer.h
index fdb8c76008ad2f23909fbb2f39df8e35fc6d569c..7ca8150aeb27139ed71149b2432163a61a514e27 100644 (file)
@@ -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