]> OCCT Git - occt.git/commit
0032162: Visualization - move AIS_DisplayStatus from AIS_GlobalStatus to PrsMgr_Prese...
authorkgv <kgv@opencascade.com>
Wed, 24 Feb 2021 12:37:57 +0000 (15:37 +0300)
committerbugmaster <bugmaster@opencascade.com>
Thu, 25 Feb 2021 15:58:49 +0000 (18:58 +0300)
commit39e6123e3b3bb2fd0b71d6e540ecbcc5019d1632
tree592c93460e7f460f7a1b00a9d58c7ebca0164b3a
parent79d49683d6c02e9c7d3c92bb2ad7918757c00f93
0032162: Visualization - move AIS_DisplayStatus from AIS_GlobalStatus to PrsMgr_PresentableObject

AIS_DisplayStatus has been renamed to PrsMgr_DisplayStatus
and moved from AIS_GlobalStatus class field to PrsMgr_PresentableObject.

0032167: Visualization, AIS_InteractiveContext - setObjectStatus sets wrong status when AIS_DS_Erased

AIS_InteractiveContext::setObjectStatus() Fixed setting unexpected Displayed status to Erased objects.
14 files changed:
src/AIS/AIS_DisplayStatus.hxx
src/AIS/AIS_GlobalStatus.cxx
src/AIS/AIS_GlobalStatus.hxx
src/AIS/AIS_InteractiveContext.cxx
src/AIS/AIS_InteractiveContext.hxx
src/AIS/AIS_InteractiveContext_1.cxx
src/AIS/AIS_InteractiveContext_2.cxx
src/AIS/AIS_InteractiveContext_3.cxx
src/AIS/AIS_InteractiveObject.cxx
src/AIS/AIS_InteractiveObject.hxx
src/PrsMgr/FILES
src/PrsMgr/PrsMgr_DisplayStatus.hxx [new file with mode: 0644]
src/PrsMgr/PrsMgr_PresentableObject.cxx
src/PrsMgr/PrsMgr_PresentableObject.hxx