X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_Application.h;h=b91f69a81f98d1c2ed73dcfab282c502c9bd207f;hb=b0196aeefbaa53754b1052fab904386707caad87;hp=8f5526c0de45c2fb7c904253dcba98591a746247;hpb=a94fc319f2aa64b43c9a73b5ff7063923648faec;p=modules%2Fshaper.git diff --git a/src/Model/Model_Application.h b/src/Model/Model_Application.h index 8f5526c0d..b91f69a81 100644 --- a/src/Model/Model_Application.h +++ b/src/Model/Model_Application.h @@ -46,7 +46,7 @@ public: DEFINE_STANDARD_RTTIEXT(Model_Application, TDocStd_Application) //! Retuns the application: one per process - MODEL_EXPORT static Handle_Model_Application getApplication(); + MODEL_EXPORT static Handle(Model_Application) getApplication(); //! Returns the document by the identifier //! \returns false of document is not yet created/not loaded MODEL_EXPORT std::shared_ptr document(const int theDocID); @@ -76,7 +76,7 @@ public: //! Defines that specified document must be loaded by demand void setLoadByDemand(std::string theID, const int theDocID); //! Returns true if specified document must be loaded by demand - bool isLoadByDemand(std::string theID); + bool isLoadByDemand(std::string theID, const int theDocIndex); //! Closes and removes the documents that are not loaded by demand and //! not in the given list void removeUselessDocuments(std::list > theUsedDocs);