Salome HOME
refs #569: fix remarks.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Module.h
index 3798c08d62a01fea7729a6b25c898e1291286927..ddd8faad4961d03d31b62222851a4c9a86c9de6a 100644 (file)
@@ -236,6 +236,12 @@ public:
    */
   bool                             isLandCoversScalarMapModeOn( const int theViewId ) const;
 
+  /**
+   * Set object as removed.
+   * @param theObject the removed object
+   */
+  void                            setObjectRemoved( const Handle(HYDROData_Entity)& theObject );
+
 protected:
   CAM_DataModel*                  createDataModel();