1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00

0028664: Documentation of Graphic3d_CView::Activate and Deactivate does not seem to be correct

This commit is contained in:
kgv 2017-05-02 10:22:59 +03:00 committed by bugmaster
parent a0b49de498
commit 46710942db

View File

@ -70,12 +70,11 @@ public:
//! Returns the identification number of the view.
Standard_Integer Identification() const { return myId; }
//! Activates the view. Map the associated window on the screen and post the view in this window.
//! Warning: Raises ViewDefinitionError if the associated window isn't defined.
//! Activates the view. Maps presentations defined within structure manager onto this view.
Standard_EXPORT virtual void Activate();
//! Deactivates the view. Unmap the associated window on the screen and unpost the view in this window.
//! Warning: Raises ViewDefinitionError if the associated window isn't defined.
//! Deactivates the view. Unmaps presentations defined within structure manager.
//! The view in deactivated state will ignore actions on structures such as Display().
Standard_EXPORT virtual void Deactivate();
//! Returns the activity flag of the view.