From 10b1a04e465f10fa1f6459e3ccc5a1d8bc9e1045 Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 5 Feb 2015 17:41:25 +0300 Subject: [PATCH] 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 --- idl/SALOME_Session.idl | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.2