Salome HOME
0022739: [CEA 812] Create source plug-in to display a GEOM object via CORBA
[modules/gui.git] / src / Session / Session_Session_i.hxx
index 0bdab8ab6530948ec9ae76befa717514f4006272..61e94cd2cb3e4f8ecdf212b7a33fa9d9ec8ee6e3 100755 (executable)
@@ -77,6 +77,9 @@ public:
   //! Restors a visual state of the study at theSavePoint
   bool restoreVisualState(CORBA::Long theSavePoint);
 
+  //! Get list of selected entities
+  SALOME::StringSeq* getSelection();
+
   //! Emit a qt signal from the session GUI desktop window.
   void emitMessage(const char* theMessage);
   void emitMessageOneWay(const char* theMessage);