X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_ObjectsBrowser.h;fp=src%2FXGUI%2FXGUI_ObjectsBrowser.h;h=9981232d786ea22916a59aca8f41a5c7126446b8;hb=d1573bd4d5c0872086f042e66fee3efdee501d45;hp=cd9901c0a7aaad687a775228680de036423a0ae7;hpb=201d7fcc43757524169d48e44bbfe1f4e459e2ae;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_ObjectsBrowser.h b/src/XGUI/XGUI_ObjectsBrowser.h index cd9901c0a..9981232d7 100644 --- a/src/XGUI/XGUI_ObjectsBrowser.h +++ b/src/XGUI/XGUI_ObjectsBrowser.h @@ -136,6 +136,11 @@ private: /// \param theIndex a clicked data index void processHistoryChange(const QModelIndex& theIndex); + /// Highlight parent feature for chosen result or highlight + /// result for chosen feature + /// \param theIndex a clicked data index + void highlightDependencies(const QModelIndex& theIndex); + /// Process a visibility change request /// \param theIndex a clicked data index void processEyeClick(const QModelIndex& theIndex);