]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
0022739: [CEA 812] Create source plug-in to display a GEOM object via CORBA
authorvsr <vsr@opencascade.com>
Thu, 5 Feb 2015 14:41:25 +0000 (17:41 +0300)
committervsr <vsr@opencascade.com>
Thu, 5 Feb 2015 14:41:25 +0000 (17:41 +0300)
0022740: [CEA 1250] Create source plug-in to display a SMESH object via CORBA

Alternative solution via Python macro:
- Add getSelection() method to the SALOME::Session CORBA interface

idl/SALOME_Session.idl

index 4fd729e545c2aa255932997d8330518669865530..d5ec5fbd399209fcd4a5d6a0e7a3b7d61ae0718d 100644 (file)
@@ -23,6 +23,7 @@
 //  Author : Paul RASCLE, EDF
 
 #include "SALOME_Component.idl"
+#include "SALOME_GenericObj.idl"
 
 /*! \file SALOME_Session.idl \brief file that contains interface of the session
  */
@@ -98,6 +99,9 @@ module SALOME
 //!  Restores a state of the study at theSavePoint
     boolean restoreVisualState(in long theSavePoint);
 
+//! Get list of selected entities
+    StringSeq getSelection();
+
  //! Send a message to the session GUI desktop that will emit a qt signal
 /*!
     This method can be used to send a message to the GUI from the standalone