Salome HOME
Cut long line
[modules/shaper.git] / src / XGUI / XGUI_SelectionMgr.h
index 1a4e519b3a2ad1a5e2a6323c724ba169b993a34b..6b7adae6b5361f65459c60fa0193211346d51628 100644 (file)
@@ -57,6 +57,10 @@ Q_OBJECT
     return mySelection;
   }
 
+  ModuleBase_ISelection::SelectionPlace placeOfSelection() const {
+    return myLastSelectionPlace;
+  }
+
   //! Connects the manager to all viewers accessible by Workshop
   void connectViewers();
 
@@ -111,6 +115,8 @@ private:
 
   /// Current selection object
   XGUI_Selection* mySelection;
+
+  ModuleBase_ISelection::SelectionPlace myLastSelectionPlace;
 };
 
 #endif