Salome HOME
Moved some functionality to VTKViewer_Utilities.h
[modules/kernel.git] / src / SALOMEGUI / SALOMEGUI_Swig.i
index bf7794169ed93233d28fcbe7398e6a36bf678f5b..1910dad02cb460353348900a89c08d3a44d6498b 100644 (file)
@@ -57,6 +57,8 @@ class SALOMEGUI_Swig
   SALOMEGUI_Swig();
   ~SALOMEGUI_Swig();
 
+  bool hasDesktop();
+
   void updateObjBrowser(bool);
   int getActiveStudyId();
   const char *getActiveStudyName();
@@ -79,4 +81,7 @@ class SALOMEGUI_Swig
 /* check */
   bool IsInCurrentView(const char *Entry);
 
+/* component name */
+  const char* getComponentName( const char* ComponentUserName );
+  const char* getComponentUserName( const char* ComponentName );
 };