Salome HOME
rnc : Added some missing french traductions
[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     OpRename            = 1252,   // POPUP MENU - RENAME
54     // DisplayGUI ----------------//--------------------------------
55     OpDisplayMode       = 2000,   // MENU VIEW  - DISPLAY MODE - WIREFRAME/SHADING
56     OpSwitchVectors     = 2001,   // MENU VIEW  - DISPLAY MODE - SHOW/HIDE EDGE DIRECTION
57     OpShowAll           = 2002,   // MENU VIEW  - SHOW ALL
58     OpHideAll           = 2003,   // MENU VIEW  - HIDE ALL
59     OpShow              = 2100,   // POPUP MENU - SHOW
60     OpShowOnly          = 2101,   // POPUP MENU - SHOW ONLY
61     OpHide              = 2102,   // POPUP MENU - HIDE
62     OpWireframe         = 2200,   // POPUP MENU - DISPLAY MODE - WIREFRAME
63     OpShading           = 2201,   // POPUP MENU - DISPLAY MODE - SHADING
64     OpVectors           = 2202,   // POPUP MENU - DISPLAY MODE - SHOW EDGE DIRECTION
65     // BasicGUI ------------------//--------------------------------
66     OpPoint             = 3000,   // MENU NEW ENTITY - BASIC - POINT
67     OpLine              = 3001,   // MENU NEW ENTITY - BASIC - LINE
68     OpCircle            = 3002,   // MENU NEW ENTITY - BASIC - CIRCLE
69     OpEllipse           = 3003,   // MENU NEW ENTITY - BASIC - ELLIPSE
70     OpArc               = 3004,   // MENU NEW ENTITY - BASIC - ARC
71     OpVector            = 3005,   // MENU NEW ENTITY - BASIC - VECTOR
72     OpPlane             = 3006,   // MENU NEW ENTITY - BASIC - PLANE
73     OpCurve             = 3007,   // MENU NEW ENTITY - BASIC - CURVE
74     OpLCS               = 3008,   // MENU NEW ENTITY - BASIC - LOCAL COORDINATE SYSTEM
75     OpOriginAndVectors  = 3009,   // MENU NEW ENTITY - BASIC - ORIGIN AND BASE VECTORS
76     // PrimitiveGUI --------------//--------------------------------
77     OpBox               = 3100,   // MENU NEW ENTITY - PRIMITIVES - BOX
78     OpCylinder          = 3101,   // MENU NEW ENTITY - PRIMITIVES - CYLINDER
79     OpSphere            = 3102,   // MENU NEW ENTITY - PRIMITIVES - SPHERE
80     OpTorus             = 3103,   // MENU NEW ENTITY - PRIMITIVES - TORUS
81     OpCone              = 3104,   // MENU NEW ENTITY - PRIMITIVES - CONE
82     OpRectangle         = 3105,   // MENU NEW ENTITY - PRIMITIVES - FACE
83     OpDisk              = 3106,   // MENU NEW ENTITY - PRIMITIVES - DISK
84     // GenerationGUI -------------//--------------------------------
85     OpPrism             = 3200,   // MENU NEW ENTITY - GENERATION - EXTRUSION
86     OpRevolution        = 3201,   // MENU NEW ENTITY - GENERATION - REVOLUTION
87     OpFilling           = 3202,   // MENU NEW ENTITY - GENERATION - FILLING
88     OpPipe              = 3203,   // MENU NEW ENTITY - GENERATION - EXTRUSION ALONG PATH
89     // EntityGUI -----------------//--------------------------------
90     Op2dSketcher        = 3300,   // MENU NEW ENTITY - SKETCHER
91     Op3dSketcher        = 3301,   // MENU NEW ENTITY - 3D SKETCHER
92     OpExplode           = 3302,   // MENU NEW ENTITY - EXPLODE
93     // BuildGUI ------------------//--------------------------------
94     OpEdge              = 3400,   // MENU NEW ENTITY - BUILD - EDGE
95     OpWire              = 3401,   // MENU NEW ENTITY - BUILD - WIRE
96     OpFace              = 3402,   // MENU NEW ENTITY - BUILD - FACE
97     OpShell             = 3403,   // MENU NEW ENTITY - BUILD - SHELL
98     OpSolid             = 3404,   // MENU NEW ENTITY - BUILD - SOLID
99     OpCompound          = 3405,   // MENU NEW ENTITY - BUILD - COMPOUND
100     // BooleanGUI ----------------//--------------------------------
101     OpFuse              = 3500,   // MENU OPERATIONS - BOOLEAN - FUSE
102     OpCommon            = 3501,   // MENU OPERATIONS - BOOLEAN - COMMON
103     OpCut               = 3502,   // MENU OPERATIONS - BOOLEAN - CUT
104     OpSection           = 3503,   // MENU OPERATIONS - BOOLEAN - SECTION
105     // TransformationGUI ---------//--------------------------------
106     OpTranslate         = 3600,   // MENU OPERATIONS - TRANSFORMATION - TRANSLATION
107     OpRotate            = 3601,   // MENU OPERATIONS - TRANSFORMATION - ROTATION
108     OpChangeLoc         = 3602,   // MENU OPERATIONS - TRANSFORMATION - LOCATION
109     OpMirror            = 3603,   // MENU OPERATIONS - TRANSFORMATION - MIRROR
110     OpScale             = 3604,   // MENU OPERATIONS - TRANSFORMATION - SCALE
111     OpOffset            = 3605,   // MENU OPERATIONS - TRANSFORMATION - OFFSET
112     OpMultiTranslate    = 3606,   // MENU OPERATIONS - TRANSFORMATION - MULTI-TRANSLATION
113     OpMultiRotate       = 3607,   // MENU OPERATIONS - TRANSFORMATION - MULTI-ROTATION
114     OpReimport          = 3608,   // POPUP MENU - RELOAD IMPORTED
115     // OperationGUI
116     OpPartition         = 3700,   // MENU OPERATION - PARTITION
117     OpArchimede         = 3701,   // MENU OPERATION - ARCHIMEDE
118     OpFillet3d          = 3702,   // MENU OPERATION - FILLET
119     OpChamfer           = 3703,   // MENU OPERATION - CHAMFER
120     OpShapesOnShape     = 3704,   // MENU OPERATION - GET SHAPES ON SHAPE
121     OpFillet2d          = 3705,   // MENU OPERATION - FILLET 2D
122     OpFillet1d          = 3706,   // MENU OPERATION - FILLET 1D
123     OpClipping          = 3707,   // MENU OPERATION - CLIPPING RANGE
124     OpSharedShapes      = 3708,   // MENU OPERATION - GET SHARED SHAPES
125     // RepairGUI -----------------//--------------------------------
126     OpSewing            = 4000,   // MENU REPAIR - SEWING
127     OpSuppressFaces     = 4001,   // MENU REPAIR - SUPPRESS FACES
128     OpSuppressHoles     = 4002,   // MENU REPAIR - SUPPRESS HOLES
129     OpShapeProcess      = 4003,   // MENU REPAIR - SHAPE PROCESSING
130     OpCloseContour      = 4004,   // MENU REPAIR - CLOSE CONTOUR
131     OpRemoveIntWires    = 4005,   // MENU REPAIR - REMOVE INTERNAL WIRES
132     OpAddPointOnEdge    = 4006,   // MENU REPAIR - ADD POINT ON EDGE
133     OpFreeBoundaries    = 4007,   // MENU MEASURES - FREE BOUNDARIES
134     OpFreeFaces         = 4008,   // MENU MEASURES - FREE FACES
135     OpOrientation       = 4009,   // MENU REPAIR - CHANGE ORIENTATION
136     OpGlueFaces         = 4010,   // MENU REPAIR - GLUE FACES
137     OpRemoveExtraEdges  = 4011,   // MENU REPAIR - REMOVE EXTRA EDGES
138     OpLimitTolerance    = 4012,   // MENU REPAIR - LIMIT TOLERANCE
139     // MeasureGUI ----------------//--------------------------------
140     OpProperties        = 5000,   // MENU MEASURES - PROPERTIES
141     OpCenterMass        = 5001,   // MENU MEASURES - CENTRE OF MASS
142     OpInertia           = 5002,   // MENU MEASURES - INERTIA
143     OpNormale           = 5003,   // MENU MEASURES - NORMALE
144     OpBoundingBox       = 5004,   // MENU MEASURES - BOUNDING BOX
145     OpMinDistance       = 5005,   // MENU MEASURES - MIN DISTANCE
146     OpAngle             = 5006,   // MENU MEASURES - ANGLE
147     OpTolerance         = 5007,   // MENU MEASURES - TOLERANCE
148     OpWhatIs            = 5008,   // MENU MEASURES - WHAT IS
149     OpCheckShape        = 5009,   // MENU MEASURES - CHECK
150     OpCheckCompound     = 5010,   // MENU MEASURES - CHECK COMPOUND OF BLOCKS
151     OpPointCoordinates  = 5011,   // MENU MEASURES - POINT COORDINATES
152     // GroupGUI ------------------//--------------------------------
153     OpGroupCreate       = 6000,   // MENU GROUP - CREATE
154     OpGroupEdit         = 6001,   // MENU GROUP - EDIT
155     OpGroupCreatePopup  = 6002,   // POPUP MENU - CREATE GROUP
156     // BlocksGUI -----------------//--------------------------------
157     OpHexaSolid         = 6100,   // MENU BLOCKS - HEXAHEDRAL SOLID
158     OpMultiTransform    = 6101,   // MENU BLOCKS - MULTI-TRANSFORMATION
159     OpQuadFace          = 6102,   // MENU BLOCKS - QUADRANGLE FACE
160     OpPropagate         = 6103,   // MENU BLOCKS - PROPAGATE
161     OpExplodeBlock      = 6104,   // MENU BLOCKS - EXPLODE ON BLOCKS
162     // AdvancedGUI ---------------//--------------------------------
163     OpAdvancedNoOp      = 10000,  // NO OPERATION (advanced operations base)
164     OpPipeTShape        = 10001,  // MENU NEW ENTITY - ADVANCED - PIPE TSHAPE
165 //     OpPipeTShapeGroups  = 10002,  // MENU NEW ENTITY - ADVANCED - PIPE TSHAPE GROUPS
166     //@@ insert new functions before this line @@ do not remove this line @@//
167   };
168 }
169
170 #endif // GEOMETRYGUI_OPERATIONS_H