X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_SelectionMgr.h;h=441b52d6436d825cf512964cee732a08db3dea67;hb=220bd2b37119be1c65abf88a88792445cb9d99f8;hp=a38546fa0d88a36ff03d6f9b75cf0715abab1b2e;hpb=ea32a5952f237961b758e4cc34968902b8629d95;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_SelectionMgr.h b/src/XGUI/XGUI_SelectionMgr.h index a38546fa0..441b52d64 100644 --- a/src/XGUI/XGUI_SelectionMgr.h +++ b/src/XGUI/XGUI_SelectionMgr.h @@ -5,6 +5,7 @@ #include "XGUI.h" #include +#include #include #include @@ -53,6 +54,10 @@ Q_OBJECT //! Clears selection in Viewer and object Browser void clearSelection(); + /// Updates selection, which are depend on the selection in the given place + /// \thePlace a widget where selection has happened. + void updateSelectionBy(const ModuleBase_ISelection::SelectionPlace& thePlace); + signals: //! Emited when selection in a one of viewers was changed void selectionChanged();