Salome HOME
updated copyright message
[modules/gui.git] / src / TreeData / TreeGuiManager.cxx
index 380c451bb3f024eac18bb506b4046cefe9db2e1c..7f0a3a71b3181f86bf24cde6ea50a06480ef971c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2023  CEA, EDF, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -113,6 +113,12 @@ TreeView * TreeGuiManager::getDataTreeView() {
   return _dataTreeView;
 }
 
+/*!
+ * This returns the dock widgets manager
+ */
+DockWidgets * TreeGuiManager::getDockWidgets() {
+  return _dockWidgets;
+}
 
 /*!
  * This function specifies the data model to be used by the
@@ -137,7 +143,7 @@ DataModel * TreeGuiManager::getDataModel() {
  */
 
 void TreeGuiManager::processItemList(QStringList itemNameIdList,
-                                    int actionId)
+                                    int /*actionId*/)
 {
   // WARN: THIS IS A DEFAULT IMPLEMENTATION GIVEN FOR DEMONSTRATION
   // OF WHAT TO DO WITH THE PARAMETERS