X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_ActiveControlMgr.h;h=31862571fcfd8e5562d2fc84bd76fbfb2235c2a8;hb=2cb4458b35ae6c9561a35b3b18dbdb673d0c12c9;hp=7b0703a5d598d2e1fa31bb7ac648301a8f8d3a54;hpb=9b6f6cc1aa25604283a872d0252b6f36c20402bc;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_ActiveControlMgr.h b/src/XGUI/XGUI_ActiveControlMgr.h index 7b0703a5d..31862571f 100644 --- a/src/XGUI/XGUI_ActiveControlMgr.h +++ b/src/XGUI/XGUI_ActiveControlMgr.h @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2017 CEA/DEN, EDF R&D +// Copyright (C) 2014-2019 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -12,10 +12,9 @@ // // You should have received a copy of the GNU Lesser General Public // License along with this library; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // -// See http://www.salome-platform.org/ or -// email : webmaster.salome@opencascade.com +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // #ifndef XGUI_ActiveControlMgr_H @@ -57,6 +56,8 @@ public: /// \return selector instance XGUI_ActiveControlSelector* activeSelector() const { return myActiveSelector; } + void deactivateSelector(XGUI_ActiveControlSelector* theSelector); + protected slots: /// Deactivates active selector and set the sender selector as active void onSelectorActivated();