X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_Constants.h;h=8df2b7870b1548fc88569631d665117fea9aa2d2;hb=06e7f5859095193fc7f498bd89a7d28009794f53;hp=141e25bde2a638f290cf38444cfc64be8746c77d;hpb=ef6e5a59ba67fbebb839d491eab6345e5faf6c30;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_Constants.h b/src/PartSet/PartSet_Constants.h index 141e25bde..8df2b7870 100644 --- a/src/PartSet/PartSet_Constants.h +++ b/src/PartSet/PartSet_Constants.h @@ -1,6 +1,21 @@ -// File: PartSet_Tools.h -// Created: 04 Jun 2014 -// Author: Natalia ERMOLAEVA +// Copyright (C) 2014-2023 CEA, EDF +// +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; either +// version 2.1 of the License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// 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 +// +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +// #ifndef PartSet_Constants_H #define PartSet_Constants_H @@ -9,14 +24,7 @@ /// This file contains various constants used in the PartSet module -/// Types of viewer selection in an operation -enum PartSet_SelectionMode -{ - SM_FirstPoint, - SM_SecondPoint, - SM_ThirdPoint, - SM_DonePoint -}; - +////const int CONSTRAINT_TEXT_HEIGHT = 28; /// the text height of the constraint +////const int CONSTRAINT_TEXT_SELECTION_TOLERANCE = 20; /// the text selection tolerance #endif