Salome HOME
Issue #3279: Incorrect result of 1D-Fillet with boundary value of radius
[modules/shaper.git] / src / ModuleBase / ModuleBase_ActionType.h
index 864c5e64acb38314756689195ca504aaddc7ec63..d1b1ee36050d0e565bf43b6ed645f4322d8065a2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2017  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2020  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 ModuleBase_ActionType_H_
 #define ModuleBase_ActionType_H_
 
-#include <ModuleBase.h>
-
 /*!
  * Structure to describe widget processed types of actions.
  */
-enum MODULEBASE_EXPORT ModuleBase_ActionType
+enum ModuleBase_ActionType
 {
   ActionEnter,
   ActionEscape,
   ActionDelete,
+  ActionSelection,
   ActionUndo,
   ActionRedo
 };