Salome HOME
Issue #1305: Make different gray color for selectable and non-selectable items
[modules/shaper.git] / src / FeaturesPlugin / pipe_widget.xml
1 <!-- Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
2
3 <source>
4   <toolbox id="creation_method">
5     <box id="simple" title="Simple pipe by objects and path" icon=":icons/pipe_simple_32x32.png">
6       <multi_selector id="base_objects"
7                       label="Base objects:"
8                       tooltip="Select a base objects"
9                       type_choice="face objects"
10                       use_choice="false">
11         <validator id="GeomValidators_BaseForGeneration"/>
12       </multi_selector>
13       <shape_selector id="path_object"
14                       label="Path object:"
15                       tooltip="Select an edge or wire for path"
16                       shape_types="edge wire">
17       </shape_selector>
18     </box>
19     <box id="binormal" title="Pipe by objects, path and Bi-Normal" icon=":icons/pipe_binormal_32x32.png">
20       <multi_selector id="base_objects"
21                       label="Base objects:"
22                       tooltip="Select a base objects"
23                       type_choice="face objects"
24                       use_choice="false">
25         <validator id="GeomValidators_BaseForGeneration"/>
26       </multi_selector>
27       <shape_selector id="path_object"
28                       label="Path object:"
29                       tooltip="Select an edge or wire for path"
30                       shape_types="edge wire">
31       </shape_selector>
32       <shape_selector id="binormal"
33                       label="Bi-Normal:"
34                       tooltip="Select an edge for Bi-Normal"
35                       shape_types="edge">
36         <validator id="GeomValidators_ShapeType" parameters="line"/>
37       </shape_selector>
38     </box>
39     <box id="locations" title="Pipe by objects, path and locations" icon=":icons/pipe_locations_32x32.png">
40       <multi_selector id="base_objects"
41                       label="Base objects:"
42                       tooltip="Select a base objects"
43                       type_choice="face objects"
44                       use_choice="false">
45         <validator id="GeomValidators_BaseForGeneration"/>
46       </multi_selector>
47       <multi_selector id="locations_objects"
48                       label="Locations:"
49                       tooltip="Select one or more vertices to specify the locations"
50                       type_choice="vertex">
51       </multi_selector>
52       <shape_selector id="path_object"
53                       label="Path object:"
54                       tooltip="Select an edge or wire for path"
55                       shape_types="edge wire">
56       </shape_selector>
57     </box>
58   </toolbox>
59   <validator id="FeaturesPlugin_PipeLocationsValidator"/>
60 </source>