MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / DeactivateView

Method DeactivateView

editor/editorView.cpp:560–563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

558}
559
560void CEditorView::DeactivateView() {
561 KillChildViews();
562 m_grwndActive = FALSE; // Tell system that this view should not function
563}
564
565void CEditorView::ActivateView() {
566 CreateChildViews();

Callers 2

OnFilePlayin640x480Method · 0.80
OnFileLeaveEditorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected