X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_Constants.h;h=325b2a5a969441983ae3130c6a26afe60c608d23;hb=77ce6d35ac8d2f0fdaecb4f23e0870bf74e36103;hp=f55b58048ac9a6cf20b3f6a946ded91eebd2e631;hpb=29dc792755900920f8d355a87dd0c31fd26bfe50;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_Constants.h b/src/PartSet/PartSet_Constants.h index f55b58048..325b2a5a9 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-2024 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,16 +24,6 @@ /// 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_LastPoint, - 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