Salome HOME
Issue #3047: Rollback modifications dedicated to property panel performance
[modules/shaper.git] / src / XGUI / XGUI_ModuleConnector.h
index 6080c893ea4e1cf5353838d890c4b4838b9607c8..41415fdf39be9daf4c70fd9d6eed77cd5c516dfb 100644 (file)
@@ -131,6 +131,11 @@ Q_OBJECT
   //! Returns workshop
   XGUI_Workshop* workshop() const { return myWorkshop; }
 
+  //! The methods applys current defined selection modes to given AIS presentation.
+  //! The AIS presentation has to be already displayed. After activation viewer has to be updated
+  //! \param theAIS the object which has to be activated
+  virtual void applyCurrentSelectionModes(const AISObjectPtr& theAIS);
+
 private:
   QObjectPtrList activeObjects(const QObjectPtrList& theObjList) const;