]> OCCT Git - occt-copy.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)
committerkgv <kgv@opencascade.com>
Thu, 27 May 2021 14:21:02 +0000 (17:21 +0300)
commitc2af290edea8224d591d08edf8b3aa29717af00f
tree1b40b1fedc17840df0ff7ecbdcf5d395a0b7af8a
parentba382e61dbc100e3bf1d00eef7a1106a3ec57ea3
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