Salome HOME
updated copyright message
[modules/yacs.git] / src / salomewrap / SalomeWrap_Module.hxx
index 43420afba00297d8568b59842cafa911210d9f25..378875ad50a4d618f045c5865c92d254b8a3fc05 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2006-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2006-2023  CEA, EDF
 //
 // 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
@@ -45,11 +45,9 @@ public:
 
   QxScene_ViewWindow* getNewWindow(QGraphicsScene *scene);
 
-  int AssociateViewToWindow(QGraphicsView* gView,
+  void AssociateViewToWindow(QGraphicsView* gView,
                             QxScene_ViewWindow* viewWindow);
 
-  int activeStudyId();
-
   QDockWidget* objectBrowser();
 
   QAction* wCreateAction(const int id,
@@ -97,7 +95,8 @@ public:
                   const int groupId = -1,
                   const int index = -1);
 
-  int wCreateTool(const QString& name);
+  int wCreateTool(const QString& title,
+                 const QString& name = QString());
 
   int wCreateTool(const int actionId,
                   const int toolbarId,