Salome HOME
allow to set Name field
authormbs <martin.bernhard@opencascade.com>
Thu, 21 Dec 2023 12:10:11 +0000 (12:10 +0000)
committermbs <martin.bernhard@opencascade.com>
Mon, 19 Feb 2024 17:16:25 +0000 (17:16 +0000)
src/SALOMEDSClient/SALOMEDSClient_Study.hxx

index 287afc622f6cd3c6ce2c5f443634c2ac581b697d..d42344008d6855e01ca3f68d9f38951ec853f9bd 100644 (file)
@@ -70,6 +70,7 @@ public:
   virtual _PTR(SComponentIterator) NewComponentIterator() = 0;
   virtual _PTR(StudyBuilder) NewBuilder() = 0;
   virtual std::string Name() = 0;
+  virtual void  Name(const std::string& aName) = 0;
   virtual bool IsSaved() = 0;
   virtual void  IsSaved(bool save) = 0;
   virtual bool IsModified() = 0;