Salome HOME
added the "Bring To Front" command for Groups
[modules/shaper.git] / src / XGUI / XGUI_ActiveControlSelector.h
index c0a3e1511532438d0636f976e9b0a4e525e9e5d4..7f8a52e52fa62b1362d0ade570fe5590fb620f4c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2017  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2022  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
 //
 // 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<mailto:webmaster.salome@opencascade.com>
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
 #ifndef XGUI_ActiveControlSelector_H
@@ -60,7 +59,7 @@ public:
 
   /// Returns whether the selector should be activated as soon as possible (by deactivatate other)
   /// \return boolean result
-  XGUI_EXPORT virtual bool needToBeActiated() const { return false; }
+  XGUI_EXPORT virtual bool needToBeActivated() const { return false; }
 
   /// Processes current selection of workshop. Reaction to selection change in workshop.
   XGUI_EXPORT virtual void processSelection() = 0;