]> SALOME platform Git repositories - modules/geom.git/blobdiff - idl/GEOM_Gen.idl
Salome HOME
1) Set more correct method name. 2) remove references to deleted objects.
[modules/geom.git] / idl / GEOM_Gen.idl
index a0f2020de211224951677bef3a29c13f56f7ded8..bbaafca6b54fd00f8758ad997505abe4ccae0e1f 100644 (file)
@@ -5101,7 +5101,7 @@ module GEOM
                                        in string_array theListOfEntries);
 
     /*!
-     * \brief Fills 3 lists that is used to clean study of redundant objects:
+     * \brief Fills 3 lists that is used to reduce study of redundant objects:
      *  - dependencies of the given objects from other ones;
      *  - children of the given objects;
      *  - all other objects in study.
@@ -5112,11 +5112,11 @@ module GEOM
      * \param theOtherEntries List of GEOM object entries which are in the study, but not in parents and children lists
      * \note This method is supposed to be used by GUI only.
      */
-    void GetEntriesToCleanStudy(in SALOMEDS::Study theStudy,
-                               inout string_array theSelectedEntries,
-                               inout string_array theParentEntries,
-                               inout string_array theSubEntries,
-                               inout string_array theOtherEntries);
+    void GetEntriesToReduceStudy(in SALOMEDS::Study theStudy,
+                                inout string_array theSelectedEntries,
+                                inout string_array theParentEntries,
+                                inout string_array theSubEntries,
+                                inout string_array theOtherEntries);
 
   };
 };