Salome HOME
add method NameChanged to update title name
[modules/kernel.git] / src / KernelHelpers / SALOME_StudyEditor.hxx
index 4f3ec598df5071f29c20a3d74826ccd76dfc95a6..52b98fc5ad891ec75e5f264f1d99315ed1804d13 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -32,7 +32,6 @@
 class KERNELHELPERS_EXPORT SALOME_StudyEditor {
 
 public:
-  SALOME_StudyEditor(int studyId);
   SALOME_StudyEditor(SALOMEDS::Study_ptr study);
 
   typedef std::vector<SALOMEDS::SObject_ptr> SObjectList;
@@ -58,8 +57,6 @@ public:
 protected:
   SALOME_StudyEditor();
   void setStudy(SALOMEDS::Study_ptr study);
-  void setStudyById(int studyId);
-  int getStudyId();
 
   SALOMEDS::Study_var _study;