]> OCCT Git - occt-copy.git/commit
0026462: Visualization - selection does not adapt to line width change
authorvpa <vpa@opencascade.com>
Mon, 31 Aug 2015 07:32:00 +0000 (10:32 +0300)
committervpa <vpa@opencascade.com>
Mon, 31 Aug 2015 12:46:41 +0000 (15:46 +0300)
commit09e3484fc046c4d9241644662552ed17990be228
tree40a3692fbb0e49ee2aad3ee946454490115e1fab
parent1372b56bc24defcdffef8e6754f07143cbae22a5
0026462: Visualization - selection does not adapt to line width change

- added interface for changing sensitivity of a particular selection through both local and interactive context;
- added corresponding methods for changing sensitivity to SelectMgr_SelectionManager, SelectMgr_Selection and SelectBasics_SensitiveEntity;
- option -setSensitivity was implemented in vaspects Draw command;
- test case for issue #26462
15 files changed:
src/AIS/AIS_InteractiveContext.cdl
src/AIS/AIS_InteractiveContext.cxx
src/AIS/AIS_LocalContext.cdl
src/AIS/AIS_LocalContext.cxx
src/QABugs/QABugs_19.cxx
src/SelectBasics/SelectBasics_SensitiveEntity.cdl
src/SelectBasics/SelectBasics_SensitiveEntity.cxx
src/SelectBasics/SelectBasics_SensitiveEntity.lxx
src/SelectMgr/SelectMgr_Selection.cxx
src/SelectMgr/SelectMgr_Selection.hxx
src/SelectMgr/SelectMgr_SelectionManager.cdl
src/SelectMgr/SelectMgr_SelectionManager.cxx
src/ViewerTest/ViewerTest.cxx
tests/bugs/vis/bug26462_1 [new file with mode: 0644]
tests/bugs/vis/bug26462_2 [new file with mode: 0644]