X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_ModuleConnector.h;h=41415fdf39be9daf4c70fd9d6eed77cd5c516dfb;hb=8d04b5f4360b23cf376beff9c5e7c12d0e6a5f1e;hp=6080c893ea4e1cf5353838d890c4b4838b9607c8;hpb=d111914dc87c2cbc0fdfe643b41d195473b8d1c8;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_ModuleConnector.h b/src/XGUI/XGUI_ModuleConnector.h index 6080c893e..41415fdf3 100644 --- a/src/XGUI/XGUI_ModuleConnector.h +++ b/src/XGUI/XGUI_ModuleConnector.h @@ -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;