Salome HOME
Join modifications from branch OCC_development_for_3_2_0a2
[modules/visu.git] / src / VISUGUI / VisuGUI_ActionsDef.h
1 // Copyright (C) 2005  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
2 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
3 // 
4 // This library is free software; you can redistribute it and/or
5 // modify it under the terms of the GNU Lesser General Public
6 // License as published by the Free Software Foundation; either 
7 // version 2.1 of the License.
8 // 
9 // This library is distributed in the hope that it will be useful 
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of 
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
12 // Lesser General Public License for more details.
13 //
14 // You should have received a copy of the GNU Lesser General Public  
15 // License along with this library; if not, write to the Free Software 
16 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
17 //
18 // See http://www.salome-platform.org/
19 //
20 #ifndef VISUGUI_ACTIONSDEF
21 #define VISUGUI_ACTIONSDEF
22
23 //#define VISU_IMPORT_FROM_FILE       112
24 //#define VISU_IMPORT_MED             114
25 //#define VISU_IMPORT_TABLE           199
26 #define VISU_IMPORT_FROM_FILE       4002
27 #define VISU_IMPORT_TABLE           4003
28 #define VISU_IMPORT_MED_STRUCTURE   4004
29 #define VISU_IMPORT_MED_TIMESTAMP   4005
30 #define VISU_IMPORT_MED_FIELD       4006
31
32 #define VISU_SCALAR_MAP             4011
33 #define VISU_DEFORMED_SHAPE         4012
34 #define VISU_VECTORS                4013
35 #define VISU_ISO_SURFACES           4014
36 #define VISU_CUT_PLANES             4015
37 #define VISU_STREAM_LINES           4016
38 #define VISU_CUT_LINES              4017
39 #define VISU_PLOT2D                 4018
40 #define VISU_PLOT_3D                4019
41 #define VISU_SCALAR_MAP_ON_DEFORMED_SHAPE 40110
42
43 //#define VISU_DELETE                 4021
44 #define VISU_DELETE_OBJS            4022
45
46 #define VISU_SHOW_TABLE             4023
47 #define VISU_CREATE_CURVES          4024
48 #define VISU_EXPORT_TABLE           4025
49
50 #define VISU_CREATE_PRS             4026
51 #define VISU_CREATE_MANY_PRS        4027
52 #define VISU_ERASE                  4030
53 #define VISU_DISPLAY                4031
54 #define VISU_DISPLAY_ONLY           4032
55 //#define VISU_DELETE_PRS             4033
56
57 #define VISU_COPY_PRS               4037
58 #define VISU_CURVE_PROPS            4040
59 #define VISU_RENAME                 4041
60 #define VISU_EDIT_CONTAINER         4042
61 #define VISU_CLEAR_CONTAINER        4043
62
63 #define VISU_SAVE_VIEW_PARAMS_1     4045
64 #define VISU_SAVE_VIEW_PARAMS       4046
65 #define VISU_RESTORE_VIEW_PARAMS    4047
66 #define VISU_DELETE_VIEW_PARAMS     4048
67
68 #define VISU_POINTS                 4050
69 #define VISU_WIREFRAME              4051
70 #define VISU_SURFACE                4052
71 #define VISU_INSIDEFRAME            4053
72 #define VISU_SURFACEFRAME           4054
73 #define VISU_SHRINK                 4055
74 #define VISU_UNSHRINK               4056
75
76 #define VISU_SHADING                4083
77 #define VISU_NOSHADING              4084
78
79 #define VISU_CELL_COLOR             4057
80 #define VISU_COLOR                  4058
81 #define VISU_EDGE_COLOR             4059
82 #define VISU_OPACITY                4060
83 #define VISU_LINE_WIDTH             4061
84
85 #define VISU_EDIT_SCALARMAP         40620
86 #define VISU_EDIT_DEFORMEDSHAPE     40621
87 #define VISU_EDIT_CUTPLANES         40622
88 #define VISU_EDIT_CUTLINES          40623
89 #define VISU_EDIT_ISOSURFACE        40624
90 #define VISU_EDIT_VECTORS           40625
91 #define VISU_EDIT_STREAMLINES       40626
92 #define VISU_EDIT_PLOT3D            40627
93 #define VISU_EDIT_SCALARMAPONDEFORMEDSHAPE     40628
94
95 #define VISU_EDIT_PRS               4062
96 #define VISU_CREATE_TABLE           4063
97 #define VISU_SWEEP                  4064
98 #define VISU_SELECTION_INFO         4065
99 #define VISU_ANIMATION              4066
100
101 #define VISU_ERASE_ALL              4070
102 #define VISU_GLOBAL_SELECTION       4071
103 #define VISU_PARTIAL_SELECTION      4072
104 #define VISU_SCALING                4073
105
106 #define VISU_CUBE_AXES              4075
107 #define VISU_CLIPPING               4077
108 #define VISU_ARRANGE_ACTORS         4078
109
110 #define VISU_TRANSLATE_PRS          4079
111 #define VISU_MERGE_SCALAR_BARS      4080
112 #define VISU_FREE_SCALAR_BARS       4081
113 #define VISU_SHOW_ANIMATION         4082
114
115 #endif