Salome HOME
Make automatic/manual rebuild property and connect the "Rebuild" button
[modules/shaper.git] / src / Model / Model_Application.h
index 09a1694c3871b9d8818cee69fd33f5bd0319d0d6..ae68024eec9443ce54dd8f0d12ccf87887f4752e 100644 (file)
@@ -41,6 +41,8 @@ class Model_Application : public TDocStd_Application
   void setLoadPath(std::string thePath);
   //! Defines that specified document must be loaded by demand
   void setLoadByDemand(std::string theID);
+  //! Returns true if specified document must be loaded by demand
+  bool isLoadByDemand(std::string theID);
 
  public:
   // Redefined OCAF methods