]> SALOME platform Git repositories - modules/geom.git/blob - resources/GEOMActions.xml
Salome HOME
ILMAB project.
[modules/geom.git] / resources / GEOMActions.xml
1 <?xml version='1.0' encoding='us-ascii'?>
2 <!DOCTYPE meshers PUBLIC "" "desktop.dtd">
3 <!--
4   Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
5
6   Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
7   CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
8
9   This library is free software; you can redistribute it and/or
10   modify it under the terms of the GNU Lesser General Public
11   License as published by the Free Software Foundation; either
12   version 2.1 of the License.
13
14   This library is distributed in the hope that it will be useful,
15   but WITHOUT ANY WARRANTY; without even the implied warranty of
16   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17   Lesser General Public License for more details.
18
19   You should have received a copy of the GNU Lesser General Public
20   License along with this library; if not, write to the Free Software
21   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
22
23   See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
24
25 -->
26
27 <!--  GUI customization for GEOM component  -->
28
29 <geom-plugins>
30
31   <geom-plugin name="AdvancedGUI"
32                server-lib="AdvancedEngine"
33                gui-lib="AdvancedGUI">
34     <actions>
35       <action label="TShape_Basic"
36               icon="pipetshape.png"
37               menu="NEW_ENTITY/PRIMITIVES/PIPETSHAPE"
38               tooltip="PRIMITIVES/PIPETSHAPE"
39               status-bar="PIPETSHAPE">
40       </action>
41       <action label="DividedDisk"
42               icon="divided_disk.png"
43               menu="NEW_ENTITY/BLOCKS/DIVIDEDDISK"
44               tooltip="BLOCKS/DIVIDEDDISK"
45               status-bar="DIVIDEDDISK">
46       </action>
47       <action label="DividedCylinder"
48               icon="dividedcylinder.png"
49               menu="NEW_ENTITY/BLOCKS/DIVIDEDCYLINDER"
50               tooltip="BLOCKS/DIVIDEDCYLINDER"
51               status-bar="DIVIDEDCYLINDER">
52       </action>
53       <action label="SmoothingSurface"
54               icon="smoothingsurface.png"
55               menu="NEW_ENTITY/ADVANCED/SMOOTHINGSURFACE"
56               tooltip="ADVANCED/SMOOTHINGSURFACE"
57               status-bar="SMOOTHINGSURFACE">
58       </action>
59     </actions>
60   </geom-plugin>
61
62 </geom-plugins>