Salome HOME
refs #618
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_DataModel.h
index caaa234d82b14a59dedb8f9d12a08168be34c674..33d6a07f4886c0a3847e13ec85dc08c5eeedf996 100644 (file)
@@ -376,6 +376,15 @@ protected:
 
   void updateDocument();
 
+  /**
+   * Set object visibility state.
+   * \param theModelObject the data model object
+   * \param theDataObject the GUI object
+   */
+  void setObjectVisibilityState( Handle(HYDROData_Entity) theModelObject,
+                                 HYDROGUI_DataObject* theObject );
+                                 
+
 protected:
   QString myStudyURL; ///< the saved/opened document URL
   QByteArray myStates;