]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
*** empty log message ***
authorasl <asl@opencascade.com>
Tue, 8 Dec 2009 13:27:39 +0000 (13:27 +0000)
committerasl <asl@opencascade.com>
Tue, 8 Dec 2009 13:27:39 +0000 (13:27 +0000)
idl/SALOME_Notebook.idl

index 5b254e72053e9826aeba4a269dacc1ac40edab87..efc1bc1f763df3c2081b2ac8d4118ec597ea4900 100644 (file)
@@ -228,11 +228,11 @@ module SALOME
     //! Dump of Notebook internal data structure for debug purposes
     string Dump();
 
-    //! Return string containing information about parameters used by object with given component and entry
-    string GetParameters( in string theComponent, in string theEntry );
+    //! Return string array containing information about parameters used by object with given component and entry
+    StringArray GetObjectParameters( in string theComponent, in string theEntry );
 
-    //! Return names of all parameters depending on given parameter
-    StringArray GetParametersDependingOn( in string theParamName );
+    //! Return string array containing information about parameters used by given parameter
+    StringArray GetParameters( in string theParamName );
   };
 };