X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=inline;f=idl%2FSALOME_Session.idl;h=90509c0bb7a1426e2e1888c6afd4bac536a72ffa;hb=dc440ee6296657e05317713c6f7a920ecaef442b;hp=4fd729e545c2aa255932997d8330518669865530;hpb=f876c49e5d46d086f1d741abada5ae86494bb5bb;p=modules%2Fkernel.git diff --git a/idl/SALOME_Session.idl b/idl/SALOME_Session.idl index 4fd729e54..90509c0bb 100644 --- a/idl/SALOME_Session.idl +++ b/idl/SALOME_Session.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -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