Salome HOME
NRI : Add Loader.
[modules/kernel.git] / idl / SALOME_ModuleCatalog.idl
index d7e079c39420aeeb53aec9d189a8733980037617..789722be47efa598bb89cab4242ca024f160c574 100644 (file)
@@ -87,6 +87,7 @@ This struct contains GUI elements used for representation of the module in %IAPP
   struct IAPP_Affich
   {
     string modulename; /*!<Name of the module.*/
+    string moduleusername; /*!<UserName of the module.*/
     string moduleicone; /*!<Icone representing the module.*/
   };
 /*!
@@ -179,6 +180,11 @@ Sets/gets the name of the component
 */
     readonly attribute string componentname;
 
+/*! 
+Sets/gets the user name of the component
+*/
+    readonly attribute string componentusername;
+
 /*! 
 Defines whether the component can be multistudy or not
 */