]> SALOME platform Git repositories - modules/geom.git/blob - src/GEOMGUI/GeometryGUI_Operations.h
Salome HOME
Additional fix for the issue "20937: EDF 1399 GEOM: extend the properties of GEOM...
[modules/geom.git] / src / GEOMGUI / GeometryGUI_Operations.h
1 //  Copyright (C) 2007-2010  CEA/DEN, EDF R&D, OPEN CASCADE
2 //
3 //  This library is free software; you can redistribute it and/or
4 //  modify it under the terms of the GNU Lesser General Public
5 //  License as published by the Free Software Foundation; either
6 //  version 2.1 of the License.
7 //
8 //  This library is distributed in the hope that it will be useful,
9 //  but WITHOUT ANY WARRANTY; without even the implied warranty of
10 //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 //  Lesser General Public License for more details.
12 //
13 //  You should have received a copy of the GNU Lesser General Public
14 //  License along with this library; if not, write to the Free Software
15 //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 //
17 //  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 //
19 //  File   : GeometryGUI_Operations.h
20 //  Author : Vadim SANDLER, Open CASCADE S.A.S. (vadim.sandler@opencascade.com)
21
22 #ifndef GEOMETRYGUI_OPERATIONS_H
23 #define GEOMETRYGUI_OPERATIONS_H
24
25 namespace GEOMOp {
26   enum {
27     // ToolsGUI ------------------//--------------------------------
28     OpImport            = 1000,   // MENU FILE  - IMPORT
29     OpExport            = 1001,   // MENU FILE  - EXPORT
30     OpDelete            = 1020,   // MENU EDIT  - DELETE
31     OpCheckGeom         = 1030,   // MENU TOOLS - CHECK GEOMETRY
32     OpSelectVertex      = 1100,   // POPUP MENU - SELECT ONLY - VERTEX
33     OpSelectEdge        = 1101,   // POPUP MENU - SELECT ONLY - EDGE
34     OpSelectWire        = 1102,   // POPUP MENU - SELECT ONLY - WIRE
35     OpSelectFace        = 1103,   // POPUP MENU - SELECT ONLY - FACE
36     OpSelectShell       = 1104,   // POPUP MENU - SELECT ONLY - SHELL
37     OpSelectSolid       = 1105,   // POPUP MENU - SELECT ONLY - SOLID
38     OpSelectCompound    = 1106,   // POPUP MENU - SELECT ONLY - COMPOUND
39     OpSelectAll         = 1107,   // POPUP MENU - SELECT ONLY - SELECT ALL
40     OpDeflection        = 1200,   // POPUP MENU - DEFLECTION COEFFICIENT
41     OpColor             = 1201,   // POPUP MENU - COLOR
42     OpTransparency      = 1202,   // POPUP MENU - TRANSPARENCY
43     OpIncrTransparency  = 1203,   // SHORTCUT   - INCREASE TRANSPARENCY
44     OpDecrTransparency  = 1204,   // SHORTCUT   - DECREASE TRANSPARENCY
45     OpIsos              = 1205,   // POPUP MENU - ISOS
46     OpIncrNbIsos        = 1206,   // SHORTCUT   - INCREASE NB ISOS
47     OpDecrNbIsos        = 1207,   // SHORTCUT   - DECREASE NB ISOS
48     OpAutoColor         = 1208,   // POPUP MENU - AUTO COLOR
49     OpNoAutoColor       = 1209,   // POPUP MENU - DISABLE AUTO COLOR
50     OpPointMarker       = 1210,   // POPUP MENU - POINT MARKER
51     OpShowChildren      = 1250,   // POPUP MENU - SHOW CHILDREN
52     OpHideChildren      = 1251,   // POPUP MENU - HIDE CHILDREN
53     OpUnpublishObject   = 1253,   // POPUP MENU - UNPUBLISH
54     OpPublishObject     = 1254,   // GEOM ROOT OBJECT - POPUP MENU - PUBLISH
55
56     // DisplayGUI ----------------//--------------------------------
57     OpDisplayMode       = 2000,   // MENU VIEW  - DISPLAY MODE - WIREFRAME/SHADING
58     OpSwitchVectors     = 2001,   // MENU VIEW  - DISPLAY MODE - SHOW/HIDE EDGE DIRECTION
59     OpShowAll           = 2002,   // MENU VIEW  - SHOW ALL
60     OpHideAll           = 2003,   // MENU VIEW  - HIDE ALL
61     OpShow              = 2100,   // POPUP MENU - SHOW
62     OpShowOnly          = 2101,   // POPUP MENU - SHOW ONLY
63     OpHide              = 2102,   // POPUP MENU - HIDE
64     OpWireframe         = 2200,   // POPUP MENU - DISPLAY MODE - WIREFRAME
65     OpShading           = 2201,   // POPUP MENU - DISPLAY MODE - SHADING
66     OpVectors           = 2202,   // POPUP MENU - DISPLAY MODE - SHOW EDGE DIRECTION
67     // BasicGUI ------------------//--------------------------------
68     OpPoint             = 3000,   // MENU NEW ENTITY - BASIC - POINT
69     OpLine              = 3001,   // MENU NEW ENTITY - BASIC - LINE
70     OpCircle            = 3002,   // MENU NEW ENTITY - BASIC - CIRCLE
71     OpEllipse           = 3003,   // MENU NEW ENTITY - BASIC - ELLIPSE
72     OpArc               = 3004,   // MENU NEW ENTITY - BASIC - ARC
73     OpVector            = 3005,   // MENU NEW ENTITY - BASIC - VECTOR
74     OpPlane             = 3006,   // MENU NEW ENTITY - BASIC - PLANE
75     OpCurve             = 3007,   // MENU NEW ENTITY - BASIC - CURVE
76     OpLCS               = 3008,   // MENU NEW ENTITY - BASIC - LOCAL COORDINATE SYSTEM
77     OpOriginAndVectors  = 3009,   // MENU NEW ENTITY - BASIC - ORIGIN AND BASE VECTORS
78     // PrimitiveGUI --------------//--------------------------------
79     OpBox               = 3100,   // MENU NEW ENTITY - PRIMITIVES - BOX
80     OpCylinder          = 3101,   // MENU NEW ENTITY - PRIMITIVES - CYLINDER
81     OpSphere            = 3102,   // MENU NEW ENTITY - PRIMITIVES - SPHERE
82     OpTorus             = 3103,   // MENU NEW ENTITY - PRIMITIVES - TORUS
83     OpCone              = 3104,   // MENU NEW ENTITY - PRIMITIVES - CONE
84     OpRectangle         = 3105,   // MENU NEW ENTITY - PRIMITIVES - FACE
85     OpDisk              = 3106,   // MENU NEW ENTITY - PRIMITIVES - DISK
86     // GenerationGUI -------------//--------------------------------
87     OpPrism             = 3200,   // MENU NEW ENTITY - GENERATION - EXTRUSION
88     OpRevolution        = 3201,   // MENU NEW ENTITY - GENERATION - REVOLUTION
89     OpFilling           = 3202,   // MENU NEW ENTITY - GENERATION - FILLING
90     OpPipe              = 3203,   // MENU NEW ENTITY - GENERATION - EXTRUSION ALONG PATH
91     // EntityGUI -----------------//--------------------------------
92     Op2dSketcher        = 3300,   // MENU NEW ENTITY - SKETCHER
93     Op3dSketcher        = 3301,   // MENU NEW ENTITY - 3D SKETCHER
94     OpExplode           = 3302,   // MENU NEW ENTITY - EXPLODE
95     // BuildGUI ------------------//--------------------------------
96     OpEdge              = 3400,   // MENU NEW ENTITY - BUILD - EDGE
97     OpWire              = 3401,   // MENU NEW ENTITY - BUILD - WIRE
98     OpFace              = 3402,   // MENU NEW ENTITY - BUILD - FACE
99     OpShell             = 3403,   // MENU NEW ENTITY - BUILD - SHELL
100     OpSolid             = 3404,   // MENU NEW ENTITY - BUILD - SOLID
101     OpCompound          = 3405,   // MENU NEW ENTITY - BUILD - COMPOUND
102     // BooleanGUI ----------------//--------------------------------
103     OpFuse              = 3500,   // MENU OPERATIONS - BOOLEAN - FUSE
104     OpCommon            = 3501,   // MENU OPERATIONS - BOOLEAN - COMMON
105     OpCut               = 3502,   // MENU OPERATIONS - BOOLEAN - CUT
106     OpSection           = 3503,   // MENU OPERATIONS - BOOLEAN - SECTION
107     // TransformationGUI ---------//--------------------------------
108     OpTranslate         = 3600,   // MENU OPERATIONS - TRANSFORMATION - TRANSLATION
109     OpRotate            = 3601,   // MENU OPERATIONS - TRANSFORMATION - ROTATION
110     OpChangeLoc         = 3602,   // MENU OPERATIONS - TRANSFORMATION - LOCATION
111     OpMirror            = 3603,   // MENU OPERATIONS - TRANSFORMATION - MIRROR
112     OpScale             = 3604,   // MENU OPERATIONS - TRANSFORMATION - SCALE
113     OpOffset            = 3605,   // MENU OPERATIONS - TRANSFORMATION - OFFSET
114     OpMultiTranslate    = 3606,   // MENU OPERATIONS - TRANSFORMATION - MULTI-TRANSLATION
115     OpMultiRotate       = 3607,   // MENU OPERATIONS - TRANSFORMATION - MULTI-ROTATION
116     OpReimport          = 3608,   // POPUP MENU - RELOAD IMPORTED
117     // OperationGUI
118     OpPartition         = 3700,   // MENU OPERATION - PARTITION
119     OpArchimede         = 3701,   // MENU OPERATION - ARCHIMEDE
120     OpFillet3d          = 3702,   // MENU OPERATION - FILLET
121     OpChamfer           = 3703,   // MENU OPERATION - CHAMFER
122     OpShapesOnShape     = 3704,   // MENU OPERATION - GET SHAPES ON SHAPE
123     OpFillet2d          = 3705,   // MENU OPERATION - FILLET 2D
124     OpFillet1d          = 3706,   // MENU OPERATION - FILLET 1D
125     OpClipping          = 3707,   // MENU OPERATION - CLIPPING RANGE
126     OpSharedShapes      = 3708,   // MENU OPERATION - GET SHARED SHAPES
127     // RepairGUI -----------------//--------------------------------
128     OpSewing            = 4000,   // MENU REPAIR - SEWING
129     OpSuppressFaces     = 4001,   // MENU REPAIR - SUPPRESS FACES
130     OpSuppressHoles     = 4002,   // MENU REPAIR - SUPPRESS HOLES
131     OpShapeProcess      = 4003,   // MENU REPAIR - SHAPE PROCESSING
132     OpCloseContour      = 4004,   // MENU REPAIR - CLOSE CONTOUR
133     OpRemoveIntWires    = 4005,   // MENU REPAIR - REMOVE INTERNAL WIRES
134     OpAddPointOnEdge    = 4006,   // MENU REPAIR - ADD POINT ON EDGE
135     OpFreeBoundaries    = 4007,   // MENU MEASURES - FREE BOUNDARIES
136     OpFreeFaces         = 4008,   // MENU MEASURES - FREE FACES
137     OpOrientation       = 4009,   // MENU REPAIR - CHANGE ORIENTATION
138     OpGlueFaces         = 4010,   // MENU REPAIR - GLUE FACES
139     OpRemoveExtraEdges  = 4011,   // MENU REPAIR - REMOVE EXTRA EDGES
140     OpLimitTolerance    = 4012,   // MENU REPAIR - LIMIT TOLERANCE
141     // MeasureGUI ----------------//--------------------------------
142     OpProperties        = 5000,   // MENU MEASURES - PROPERTIES
143     OpCenterMass        = 5001,   // MENU MEASURES - CENTRE OF MASS
144     OpInertia           = 5002,   // MENU MEASURES - INERTIA
145     OpNormale           = 5003,   // MENU MEASURES - NORMALE
146     OpBoundingBox       = 5004,   // MENU MEASURES - BOUNDING BOX
147     OpMinDistance       = 5005,   // MENU MEASURES - MIN DISTANCE
148     OpAngle             = 5006,   // MENU MEASURES - ANGLE
149     OpTolerance         = 5007,   // MENU MEASURES - TOLERANCE
150     OpWhatIs            = 5008,   // MENU MEASURES - WHAT IS
151     OpCheckShape        = 5009,   // MENU MEASURES - CHECK
152     OpCheckCompound     = 5010,   // MENU MEASURES - CHECK COMPOUND OF BLOCKS
153     OpPointCoordinates  = 5011,   // MENU MEASURES - POINT COORDINATES
154     // GroupGUI ------------------//--------------------------------
155     OpGroupCreate       = 6000,   // MENU GROUP - CREATE
156     OpGroupEdit         = 6001,   // MENU GROUP - EDIT
157     OpGroupCreatePopup  = 6002,   // POPUP MENU - CREATE GROUP
158     // BlocksGUI -----------------//--------------------------------
159     OpHexaSolid         = 6100,   // MENU BLOCKS - HEXAHEDRAL SOLID
160     OpMultiTransform    = 6101,   // MENU BLOCKS - MULTI-TRANSFORMATION
161     OpQuadFace          = 6102,   // MENU BLOCKS - QUADRANGLE FACE
162     OpPropagate         = 6103,   // MENU BLOCKS - PROPAGATE
163     OpExplodeBlock      = 6104,   // MENU BLOCKS - EXPLODE ON BLOCKS
164     // AdvancedGUI ---------------//--------------------------------
165     OpAdvancedNoOp      = 10000,  // NO OPERATION (advanced operations base)
166     OpPipeTShape        = 10001,  // MENU NEW ENTITY - ADVANCED - PIPE TSHAPE
167 //     OpPipeTShapeGroups  = 10002,  // MENU NEW ENTITY - ADVANCED - PIPE TSHAPE GROUPS
168     //@@ insert new functions before this line @@ do not remove this line @@//
169   };
170 }
171
172 #endif // GEOMETRYGUI_OPERATIONS_H