Salome HOME
This commit was generated by cvs2git to create tag 'V1_4_0b1'.
[modules/kernel.git] / src / SALOMEGUI / SALOMEGUI_Swig.hxx
index 5c0875d66d2980b2b213c82a015f503da4ba19ed..0af5330a197e01a326078d4902d740e071661aa3 100644 (file)
@@ -68,6 +68,14 @@ public:
 
 /* check */
   bool IsInCurrentView(const char *Entry);
+
+/* component name */
+  const char* getComponentName( const char* ComponentUserName );
+  const char* getComponentUserName( const char* ComponentName );
+
+protected:
+  int _studyId;
+  QString _name;
 };