Salome HOME
SketchShapePlugin: checked group box/multi editor controls, which highlight the paren...
[modules/shaper.git] / src / SketchShapePlugin / plugin-SketchShape.xml
index 6f51667ca1c1f793eb77c668e18af605fd435077..ace539bf61857b5ed924877ba0cf11a5372080cc 100755 (executable)
           <validator id="PartSet_SketchEntityValidator" parameters="Sketch"/>
         </shape_selector>
         <sketchshape_groupbox title="Direction">
-          <boolvalue id="VertexChoice" label="VERTICES" default="true" tooltip="Vertices selection on sketch"/>
-          <sketch_multi_selector id="VertexList"
-            label=""
-            tooltip="Select list of vertices"
-            type_choice="Vertices Edges Faces"
-            use_external="false"
-            use_choice="false">
-            <validator id="SketchShapePlugin_FeatureValidator" />
-          </sketch_multi_selector>
-
-          <boolvalue id="EdgeChoice" label="EDGES" default="true" tooltip="Edges selection on sketch"/>
-          <sketch_multi_selector id="EdgeList"
-            label=""
-            tooltip="Select list of edges"
-            type_choice="Vertices Edges Faces"
-            use_external="false"
-            use_choice="false">
-            <validator id="SketchShapePlugin_FeatureValidator" />
-          </sketch_multi_selector>
-
-          <boolvalue id="FaceChoice" label="FACES" default="true" tooltip="Faces selection on sketch"/>
-          <sketch_multi_selector id="FaceList"
-            label=""
-            tooltip="Select list of faces"
-            type_choice="Vertices Edges Faces"
-            use_external="false"
-            use_choice="false">
-            <validator id="SketchShapePlugin_FeatureValidator" />
-          </sketch_multi_selector>
+          <sketchshape_check_groupbox id="VertexChoice" title="VERTICES" default="true" tooltip="Vertices selection on sketch">
+            <sketchshape_multi_selector id="VertexList"
+              label=""
+              tooltip="Select list of vertices"
+              type_choice="Vertices Edges Faces"
+              use_external="false"
+              use_choice="false">
+              <validator id="SketchShapePlugin_FeatureValidator" />
+            </sketchshape_multi_selector>
+          </sketchshape_check_groupbox>
+          <sketchshape_check_groupbox id="EdgeChoice" title="EDGES" default="true" tooltip="Edges selection on sketch">
+            <sketchshape_multi_selector id="EdgeList"
+              label=""
+              tooltip="Select list of edges"
+              type_choice="Vertices Edges Faces"
+              use_external="false"
+              use_choice="false">
+              <validator id="SketchShapePlugin_FeatureValidator" />
+            </sketchshape_multi_selector>
+          </sketchshape_check_groupbox>
+          <sketchshape_check_groupbox id="FaceChoice" title="FACES" default="true" tooltip="Faces selection on sketch">
+            <sketchshape_multi_selector id="FaceList"
+              label=""
+              tooltip="Select list of faces"
+              type_choice="Vertices Edges Faces"
+              use_external="false"
+              use_choice="false">
+              <validator id="SketchShapePlugin_FeatureValidator" />
+            </sketchshape_multi_selector>
+          </sketchshape_check_groupbox>
         </sketchshape_groupbox>
       </feature>
     </group>