]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Renaming Fill in Split : IHM and HDF
authorClarisse GENRAULT - DEN/DANS/DM2S/STMF/LGLS - 2012/10/01 <cg246364@is231796.intra.cea.fr>
Thu, 7 Mar 2019 07:20:43 +0000 (08:20 +0100)
committerClarisse GENRAULT - DEN/DANS/DM2S/STMF/LGLS - 2012/10/01 <cg246364@is231796.intra.cea.fr>
Thu, 7 Mar 2019 07:20:43 +0000 (08:20 +0100)
src/FeaturesPlugin/CMakeLists.txt
src/FeaturesPlugin/FeaturesPlugin_BooleanFill.h
src/FeaturesPlugin/boolean_fill_widget.xml [deleted file]
src/FeaturesPlugin/boolean_split_widget.xml [new file with mode: 0644]
src/FeaturesPlugin/icons/bool_fill.png [deleted file]
src/FeaturesPlugin/icons/bool_split.png [new file with mode: 0644]
src/FeaturesPlugin/plugin-Features.xml

index d1b4bfbeadba11bb08d17041aad1814fa9d2aaf7..27115310a4dbfe0d8582e1c00c4fa265761309de 100644 (file)
@@ -112,7 +112,7 @@ SET(XML_RESOURCES
   boolean_widget.xml
   boolean_fuse_widget.xml
   boolean_common_widget.xml
-  boolean_fill_widget.xml
+  boolean_split_widget.xml
   boolean_smash_widget.xml
   recover_widget.xml
   partition_widget.xml
index 2eb1c02d3eb5b60f484ab206ad1df309e40ef6ca..8e26cfa984e026d9befa78949c7d4dbe2dc5b527 100644 (file)
@@ -32,7 +32,7 @@ public:
   /// Feature kind.
   inline static const std::string& ID()
   {
-    static const std::string MY_ID("Fill");
+    static const std::string MY_ID("Split");
     return MY_ID;
   }
 
diff --git a/src/FeaturesPlugin/boolean_fill_widget.xml b/src/FeaturesPlugin/boolean_fill_widget.xml
deleted file mode 100644 (file)
index 0b02810..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<source>
-  <multi_selector id="main_objects"
-    label="Main objects"
-    icon=""
-    tooltip="Select objects"
-    type_choice="vertices edges wires faces shells solids compsolids compounds"
-    use_choice="false"
-    concealment="true">
-    <validator id="PartSet_DifferentObjects"/>
-    <validator id="FeaturesPlugin_ValidatorBooleanSelection"/>
-  </multi_selector>
-  <multi_selector id="tool_objects"
-    label="Tool objects"
-    icon=""
-    tooltip="Select tools"
-    type_choice="vertices edges wires faces shells solids compsolids compounds"
-    use_choice="false"
-    concealment="true" >
-    <validator id="PartSet_DifferentObjects"/>
-    <validator id="FeaturesPlugin_ValidatorBooleanSelection"/>
-  </multi_selector>
-  <validator id="FeaturesPlugin_ValidatorBooleanArguments" parameters="main_objects,tool_objects"/>
-</source>
diff --git a/src/FeaturesPlugin/boolean_split_widget.xml b/src/FeaturesPlugin/boolean_split_widget.xml
new file mode 100644 (file)
index 0000000..0b02810
--- /dev/null
@@ -0,0 +1,23 @@
+<source>
+  <multi_selector id="main_objects"
+    label="Main objects"
+    icon=""
+    tooltip="Select objects"
+    type_choice="vertices edges wires faces shells solids compsolids compounds"
+    use_choice="false"
+    concealment="true">
+    <validator id="PartSet_DifferentObjects"/>
+    <validator id="FeaturesPlugin_ValidatorBooleanSelection"/>
+  </multi_selector>
+  <multi_selector id="tool_objects"
+    label="Tool objects"
+    icon=""
+    tooltip="Select tools"
+    type_choice="vertices edges wires faces shells solids compsolids compounds"
+    use_choice="false"
+    concealment="true" >
+    <validator id="PartSet_DifferentObjects"/>
+    <validator id="FeaturesPlugin_ValidatorBooleanSelection"/>
+  </multi_selector>
+  <validator id="FeaturesPlugin_ValidatorBooleanArguments" parameters="main_objects,tool_objects"/>
+</source>
diff --git a/src/FeaturesPlugin/icons/bool_fill.png b/src/FeaturesPlugin/icons/bool_fill.png
deleted file mode 100644 (file)
index 5d5bf04..0000000
Binary files a/src/FeaturesPlugin/icons/bool_fill.png and /dev/null differ
diff --git a/src/FeaturesPlugin/icons/bool_split.png b/src/FeaturesPlugin/icons/bool_split.png
new file mode 100644 (file)
index 0000000..5d5bf04
Binary files /dev/null and b/src/FeaturesPlugin/icons/bool_split.png differ
index e5c1574856de1c8c7214f9c0db6d9ee94350e8b1..e3756b502b45d8ea099926c4dbd2f1bef503e8c0 100644 (file)
                auto_preview="false">
           <source path="partition_widget.xml"/>
       </feature>
-      <feature id="Fill" title="Fill" tooltip="Perform boolean fill operation with objects"
-               icon="icons/Features/bool_fill.png" helpfile="fillFeature.html"
+      <feature id="Split" title="Split" tooltip="Perform boolean split operation with objects"
+               icon="icons/Features/bool_split.png" helpfile="fillFeature.html"
                auto_preview="false">
-          <source path="boolean_fill_widget.xml"/>
+          <source path="boolean_split_widget.xml"/>
       </feature>
       <feature id="Union" title="Union" tooltip="Perform union operations with shapes"
                icon="icons/Features/union.png" helpfile="unionFeature.html">