X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FTreeData%2FTreeGuiManager.cxx;h=7f0a3a71b3181f86bf24cde6ea50a06480ef971c;hb=refs%2Ftags%2FV9_11_0;hp=380c451bb3f024eac18bb506b4046cefe9db2e1c;hpb=d26f738c9c427a45409bacf3848fd8c224edf6ed;p=modules%2Fgui.git diff --git a/src/TreeData/TreeGuiManager.cxx b/src/TreeData/TreeGuiManager.cxx index 380c451bb..7f0a3a71b 100644 --- a/src/TreeData/TreeGuiManager.cxx +++ b/src/TreeData/TreeGuiManager.cxx @@ -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