From: vsr Date: Thu, 5 Feb 2015 14:41:25 +0000 (+0300) Subject: 0022739: [CEA 812] Create source plug-in to display a GEOM object via CORBA X-Git-Tag: V7_6_0a1~31 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=10b1a04e465f10fa1f6459e3ccc5a1d8bc9e1045;p=modules%2Fkernel.git 0022739: [CEA 812] Create source plug-in to display a GEOM object via CORBA 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 --- diff --git a/idl/SALOME_Session.idl b/idl/SALOME_Session.idl index 4fd729e54..d5ec5fbd3 100644 --- a/idl/SALOME_Session.idl +++ b/idl/SALOME_Session.idl @@ -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