27 #ifndef __SALOMEDSImpl_STUDYBUILDER_H__
28 #define __SALOMEDSImpl_STUDYBUILDER_H__
68 virtual bool AddDirectory(
const std::string& thePath);
77 const std::string& aTypeOfAttribute);
80 const std::string& aTypeOfAttribute);
82 virtual bool RemoveAttribute(
const SALOMEDSImpl_SObject& anObject,
const std::string& aTypeOfAttribute);
92 virtual void NewCommand();
93 virtual void CommitCommand();
94 virtual bool HasOpenCommand();
95 virtual void AbortCommand();
98 bool GetAvailableUndos();
99 bool GetAvailableRedos();
102 virtual int UndoLimit();
103 virtual void UndoLimit(
const int);
117 virtual bool IsError() {
return _errorCode !=
""; }