Salome HOME
Make automatic/manual rebuild property and connect the "Rebuild" button
[modules/shaper.git] / src / Model / Model_Document.h
index e67556cc966d41a3d46a3cfd19b92056bdb322d3..443d00c1036626f95e0fb2cf1437ac6b8ff84bab 100644 (file)
@@ -172,6 +172,9 @@ class Model_Document : public ModelAPI_Document
   //! Removes information that there is a reference to this object
   void objectIsNotReferenced(const ObjectPtr& theObject);
 
+  //! Returns all sub documents
+  const std::set<std::string>& subDocuments() const {return mySubs;}
+
   friend class Model_Application;
   friend class Model_Session;
   friend class Model_AttributeReference;