X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSALOMEDS%2FSALOMEDS_Study.hxx;fp=src%2FSALOMEDS%2FSALOMEDS_Study.hxx;h=d7231e139ebe4fdb0bc4d6e72bfc61c85448d5ea;hb=ed19d8bc0100ac6f91024fe88d22e3cbc0b2cc18;hp=8d84ab6c299b3d30d1d9b438e962d0caaefc590e;hpb=6fcebbb5046b69547c6e8cefd980efdc655cebad;p=modules%2Fkernel.git diff --git a/src/SALOMEDS/SALOMEDS_Study.hxx b/src/SALOMEDS/SALOMEDS_Study.hxx index 8d84ab6c2..d7231e139 100644 --- a/src/SALOMEDS/SALOMEDS_Study.hxx +++ b/src/SALOMEDS/SALOMEDS_Study.hxx @@ -57,10 +57,8 @@ public: virtual bool Open(const std::string& theStudyUrl); - virtual bool Save(bool theMultiFile); - virtual bool SaveASCII(bool theMultiFile); - virtual bool SaveAs(const std::string& theUrl, bool theMultiFile); - virtual bool SaveAsASCII(const std::string& theUrl, bool theMultiFile); + virtual bool Save(bool theMultiFile, bool theASCII); + virtual bool SaveAs(const std::string& theUrl, bool theMultiFile, bool theASCII); virtual bool CanCopy(const _PTR(SObject)& theSO); virtual bool Copy(const _PTR(SObject)& theSO); @@ -79,12 +77,6 @@ public: virtual _PTR(SObject) FindObjectIOR(const std::string& anObjectIOR); virtual _PTR(SObject) FindObjectByPath(const std::string& thePath); virtual std::string GetObjectPath(const _PTR(SObject)& theSO); - virtual void SetContext(const std::string& thePath); - virtual std::string GetContext(); - virtual std::vector GetObjectNames(const std::string& theContext); - virtual std::vector GetDirectoryNames(const std::string& theContext); - virtual std::vector GetFileNames(const std::string& theContext); - virtual std::vector GetComponentNames(const std::string& theContext); virtual _PTR(ChildIterator) NewChildIterator(const _PTR(SObject)& theSO); virtual _PTR(SComponentIterator) NewComponentIterator(); virtual _PTR(StudyBuilder) NewBuilder();