Salome HOME
Fix for crash on multi-selection of group-vertices on imported body with Shift-key...
[modules/shaper.git] / src / ModuleBase / ModuleBase_ISelection.h
index a444e586713e2929c848feca2cc2342e2b5b050b..b2686be48496f03077af7524b2bb656e6d7e461c 100644 (file)
@@ -60,6 +60,9 @@ class ModuleBase_ISelection
   //! \param theList returning list of selected AIS objects
   virtual void selectedAISObjects(AIS_ListOfInteractive& theList) const = 0;
 
+  //! Returns list of currently selected QModelIndexes
+  virtual ObjectPtr getSelectableObject(const Handle_SelectMgr_EntityOwner& theOwner) const = 0;
+
   //! Returns list of currently selected shapes and their owners (objects).
   //! Both lists are synchronized
   //! \param theList returning list of selected AIS objects