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

Method OnInitialUpdate

editor/editorView.cpp:527–538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

525// CEditorView message handlers
526
527void CEditorView::OnInitialUpdate() {
528 CView::OnInitialUpdate();
529
530 // TODO: Add your specialized code here and/or call the base class
531 theApp.main_view = this;
532
533 CWnd *wnd = GetParent();
534
535 wnd->Invalidate(FALSE);
536
537 mprintf(0, "CEditorView::OnInitialUpdate.\n");
538}
539
540void CEditorView::OnSize(UINT nType, int cx, int cy) {
541 CView::OnSize(nType, cx, cy);

Callers

nothing calls this directly

Calls 1

InvalidateMethod · 0.80

Tested by

no test coverage detected