Version: 9.16.0
GEOM_Constants.h
Go to the documentation of this file.
1// Copyright (C) 2007-2026 CEA, EDF, OPEN CASCADE
2//
3// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
5//
6// This library is free software; you can redistribute it and/or
7// modify it under the terms of the GNU Lesser General Public
8// License as published by the Free Software Foundation; either
9// version 2.1 of the License, or (at your option) any later version.
10//
11// This library is distributed in the hope that it will be useful,
12// but WITHOUT ANY WARRANTY; without even the implied warranty of
13// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14// Lesser General Public License for more details.
15//
16// You should have received a copy of the GNU Lesser General Public
17// License along with this library; if not, write to the Free Software
18// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19//
20// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21//
22
23// File : GEOM_Constants.h
24// Author : Vadim SANDLER, Open CASCADE S.A.S. (vadim.sandler@opencascade.com)
25
26#ifndef GEOM_CONSTANTS_H
27#define GEOM_CONSTANTS_H
28
29#include <QString>
30
31#include "GEOM_OBJECT_defs.hxx"
32
33namespace GEOM
34{
35 enum Property {
63 };
64
66
69
71
73}
74
75
76#endif //GEOM_CONSTANTS_H
#define GEOM_OBJECT_EXPORT
Definition: GEOM_OBJECT_defs.hxx:37
Definition: GEOM_PythonDump.cxx:33
Property
Definition: GEOM_Constants.h:35
@ EdgesDirection
Definition: GEOM_Constants.h:41
@ WireframeColor
Definition: GEOM_Constants.h:53
@ LineColor
Definition: GEOM_Constants.h:54
@ IsosWidth
Definition: GEOM_Constants.h:48
@ TopLevel
Definition: GEOM_Constants.h:49
@ Material
Definition: GEOM_Constants.h:46
@ Dimensions
Definition: GEOM_Constants.h:60
@ Deflection
Definition: GEOM_Constants.h:44
@ OutlineColor
Definition: GEOM_Constants.h:58
@ Opacity
Definition: GEOM_Constants.h:51
@ LineWidth
Definition: GEOM_Constants.h:47
@ Transparency
Definition: GEOM_Constants.h:37
@ Visibility
Definition: GEOM_Constants.h:36
@ ShapeAnnotations
Definition: GEOM_Constants.h:61
@ PointColor
Definition: GEOM_Constants.h:56
@ ShadingColor
Definition: GEOM_Constants.h:52
@ Texture
Definition: GEOM_Constants.h:59
@ Vertices
Definition: GEOM_Constants.h:42
@ LastStudyProperty
Definition: GEOM_Constants.h:50
@ ShowName
Definition: GEOM_Constants.h:43
@ Color
Definition: GEOM_Constants.h:40
@ DisplayMode
Definition: GEOM_Constants.h:38
@ IsosColor
Definition: GEOM_Constants.h:57
@ PointMarker
Definition: GEOM_Constants.h:45
@ NbIsos
Definition: GEOM_Constants.h:39
@ LastProperty
Definition: GEOM_Constants.h:62
@ FreeBndColor
Definition: GEOM_Constants.h:55
QString subSectionSeparator()
Get character used to separate numeric parameter values (color = r:g:b)
Definition: GEOM_Constants.cxx:52
QString propertyName(Property type)
Definition: GEOM_Constants.cxx:57
int sharedPropertiesId()
Id used for storing properties of objects in study shared between viewers.
Definition: GEOM_Constants.cxx:117
double minDeflection()
Get minimal allowed value for deflection coefficient.
Definition: GEOM_Constants.cxx:36
QString sectionSeparator()
Get character used to separate parameter names.
Definition: GEOM_Constants.cxx:44