]> 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)
committerabv <abv@opencascade.com>
Fri, 11 Sep 2015 12:21:39 +0000 (15:21 +0300)
commitd833925587cce97912651657d5dc7e60d0110330
tree6f30f275828243368eb6a86760cd6e208377ea7d
parent81c75bf30d2fed568c4f8189e71dd8465580baec
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]