X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_Application.h;h=aa25bcb4e161c9b6bfa1a389a12dff6942618463;hb=2f89053146098946372bae4d1a3fe2e5272ab9e2;hp=364a394d0e3f5238f70a27b2ae15ce0c751026be;hpb=38afbd899a8645c83e17f2c24a17a2b7414911b4;p=modules%2Fshaper.git diff --git a/src/Model/Model_Application.h b/src/Model/Model_Application.h index 364a394d0..aa25bcb4e 100644 --- a/src/Model/Model_Application.h +++ b/src/Model/Model_Application.h @@ -43,6 +43,8 @@ class Model_Application : public TDocStd_Application //! Set path for the loaded by demand documents void setLoadPath(std::string thePath); + //! Returns the path for the loaded by demand documents + const std::string& loadPath() const; //! Defines that specified document must be loaded by demand void setLoadByDemand(std::string theID); //! Returns true if specified document must be loaded by demand