]> SALOME platform Git repositories - modules/visu.git/blob - src/VISUGUI/VisuGUI_ActionsDef.h
Salome HOME
Porting to med 3.0.6 / Win32 compatibility / Replace dependency on libmed (fortran...
[modules/visu.git] / src / VISUGUI / VisuGUI_ActionsDef.h
1 // Copyright (C) 2007-2012  CEA/DEN, EDF R&D, 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.
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 #ifndef VISUGUI_ACTIONSDEF
24 #define VISUGUI_ACTIONSDEF
25
26 //#define VISU_IMPORT_FROM_FILE       112
27 //#define VISU_IMPORT_MED             114
28 //#define VISU_IMPORT_TABLE           199
29 #define VISU_IMPORT_FROM_FILE       4002
30 #define VISU_IMPORT_TABLE           4003
31 #define VISU_IMPORT_MED_STRUCTURE   4004
32 #define VISU_IMPORT_MED_TIMESTAMP   4005
33 #define VISU_IMPORT_MED_FIELD       4006
34 #define VISU_LOAD_COMPONENT_DATA    4007
35 #define VISU_IMPORT_SAUV            4008
36
37 #define VISU_SCALAR_MAP             4011
38 #define VISU_DEFORMED_SHAPE         4012
39 #define VISU_VECTORS                4013
40 #define VISU_ISO_SURFACES           4014
41 #define VISU_CUT_PLANES             4015
42 #define VISU_STREAM_LINES           4016
43 #define VISU_CUT_LINES              4017
44 #define VISU_CUT_SEGMENT            40181 // like in VISU_en.xml
45 #define VISU_PLOT2D                 4018
46 #define VISU_PLOT_3D                4019
47 #define VISU_DEFORMED_SHAPE_AND_SCALAR_MAP 40110
48
49 //#define VISU_DELETE                 4021
50 #define VISU_DELETE_OBJS            4022
51
52 #define VISU_SHOW_TABLE             4023
53 #define VISU_EDIT_POINTMAP3D        4029
54 #define VISU_CREATE_CURVES          4024
55 #define VISU_EXPORT_TABLE           4025
56
57 #define VISU_CREATE_PRS             4026
58 #define VISU_CREATE_MANY_PRS        4027
59 #define VISU_ERASE                  4030
60 #define VISU_DISPLAY                4031
61 #define VISU_DISPLAY_ONLY           4032
62 //#define VISU_DELETE_PRS             4033
63
64 #define VISU_SHOW_SCALAR_BAR        4034
65 #define VISU_HIDE_SCALAR_BAR        4035
66
67 #define VISU_COPY_PRS               4037
68 #define VISU_CURVE_PROPS            4040
69 #define VISU_CURVE_SCALE            4041
70 #define VISU_EDIT_CONTAINER         4042
71 #define VISU_CLEAR_CONTAINER        4043
72
73 #define VISU_SAVE_VIEW_PARAMS_1     4045
74 #define VISU_SAVE_VIEW_PARAMS       4046
75 #define VISU_RESTORE_VIEW_PARAMS    4047
76 #define VISU_DELETE_VIEW_PARAMS     4048
77
78 #define VISU_POINTS                 4050
79 #define VISU_WIREFRAME              4051
80 #define VISU_SURFACE                4052
81 #define VISU_INSIDEFRAME            4053
82 #define VISU_SURFACEFRAME           4054
83 #define VISU_SHRINK                 4055
84 #define VISU_UNSHRINK               4056
85
86 #define VISU_FEATURE_EDGES          4091
87 #define VISU_FEATURE_EDGES_DISABLE  4092
88
89 #define VISU_SHADING                4083
90 #define VISU_NOSHADING              4084
91
92 #define VISU_CELL_COLOR             4057
93 #define VISU_COLOR                  4058
94 #define VISU_EDGE_COLOR             4059
95 #define VISU_OPACITY                4060
96 #define VISU_LINE_WIDTH             4061
97 #define VISU_POINT_MARKER           40611
98 #define VISU_SHRINK_FACTOR          40629
99
100 #define VISU_EDIT_SCALARMAP         40620
101 #define VISU_EDIT_DEFORMEDSHAPE     40621
102 #define VISU_EDIT_CUTPLANES         40622
103 #define VISU_EDIT_CUTLINES          40623
104 #define VISU_EDIT_CUTSEGMENT        406231
105 #define VISU_EDIT_ISOSURFACES       40624
106 #define VISU_EDIT_VECTORS           40625
107 #define VISU_EDIT_STREAMLINES       40626
108 #define VISU_EDIT_PLOT3D            40627
109 #define VISU_EDIT_DEFORMEDSHAPEANDSCALARMAP     40628
110
111 #define VISU_EDIT_PRS               4062
112 #define VISU_CREATE_TABLE           4063
113 #define VISU_SWEEP                  4064
114 #define VISU_SELECTION_INFO         4065
115 #define VISU_PARALLELANIMATION      4066
116 #define VISU_SUCCCESSIVEANIMATION   4067
117 #define VISU_POINT_EVOLUTION        4068
118
119 #define VISU_ERASE_ALL              4070
120 #define VISU_GLOBAL_SELECTION       4071
121 #define VISU_PARTIAL_SELECTION      4072
122 #define VISU_SCALING                4073
123
124 #define VISU_CUBE_AXES              4075
125 #define VISU_CLIPPING               4077
126 #define VISU_ARRANGE_ACTORS         4078
127
128 #define VISU_TRANSLATE_PRS          4079
129 #define VISU_MERGE_SCALAR_BARS      4080
130 #define VISU_FREE_SCALAR_BARS       4081
131 #define VISU_SHOW_ANIMATION         4082
132 #define VISU_SHOW_EVOLUTION         4086
133
134 #define VISU_PLOT3D_FROM_CUTPLANE   4085
135
136 #define VISU_MANAGE_CACHE           4090
137
138 // MULTIPR
139 #define VISU_MULTIPR_FULL_RES       4095
140 #define VISU_MULTIPR_MED_RES        4096
141 #define VISU_MULTIPR_LOW_RES        4097
142 #define VISU_MULTIPR_HIDE           4098
143
144 #define VISU_FILE_INFO              4100
145 #define VISU_EXPORT_MED             4101
146
147 #define VISU_SELECTION_PANEL        4102
148 #define VISU_ACTOR_SELECTION        4103
149 #define VISU_CELL_SELECTION         4104
150 #define VISU_POINT_SELECTION        4105
151 #define VISU_GAUSS_POINT_SELECTION  4106
152
153 #define VISU_SLIDER_PANEL           4200
154 #define VISU_SWEEP_PANEL            4300
155 #define VISU_FILTERSCALARS          4301
156
157 #define VISU_VALUES_LABELING        4302
158 #define VISU_VALUES_LABELING_PARAMS 4303
159
160 #define VISU_ARCQUAD_MODE           4401
161 #define VISU_LINEQUAD_MODE          4402
162
163 #define VISU_SHOW_DEVIATION         4501
164
165 #endif