#include <SALOMEDSClient_StudyManager.hxx>
Public Member Functions | |
virtual | ~SALOMEDSClient_StudyManager () |
virtual clt_shared_ptr < SALOMEDSClient_Study > | NewStudy (const std::string &study_name)=0 |
virtual clt_shared_ptr < SALOMEDSClient_Study > | Open (const std::string &theStudyUrl)=0 |
virtual void | Close (const clt_shared_ptr< SALOMEDSClient_Study > &theStudy)=0 |
virtual bool | Save (const clt_shared_ptr< SALOMEDSClient_Study > &theStudy, bool theMultiFile)=0 |
virtual bool | SaveASCII (const clt_shared_ptr< SALOMEDSClient_Study > &theStudy, bool theMultiFile)=0 |
virtual bool | SaveAs (const std::string &theUrl, const clt_shared_ptr< SALOMEDSClient_Study > &theStudy, bool theMultiFile)=0 |
virtual bool | SaveAsASCII (const std::string &theUrl, const clt_shared_ptr< SALOMEDSClient_Study > &theStudy, bool theMultiFile)=0 |
virtual std::vector< std::string > | GetOpenStudies ()=0 |
virtual clt_shared_ptr < SALOMEDSClient_Study > | GetStudyByName (const std::string &theStudyName)=0 |
virtual clt_shared_ptr < SALOMEDSClient_Study > | GetStudyByID (int theStudyID)=0 |
virtual bool | CanCopy (const clt_shared_ptr< SALOMEDSClient_SObject > &theSO)=0 |
virtual bool | Copy (const clt_shared_ptr< SALOMEDSClient_SObject > &theSO)=0 |
virtual bool | CanPaste (const clt_shared_ptr< SALOMEDSClient_SObject > &theSO)=0 |
virtual clt_shared_ptr < SALOMEDSClient_SObject > | Paste (const clt_shared_ptr< SALOMEDSClient_SObject > &theSO)=0 |
|
virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
Implemented in SALOMEDS_StudyManager.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |