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

Method OnViewViewprop

editor/MainFrm.cpp:3655–3663  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3653 DumpLevelGoals(dlg_open.GetPathName().GetBuffer(0), filename);
3654}
3655
3656void CMainFrame::OnViewViewprop() {
3657 if (theApp.m_ViewerPropDlgPtr == NULL) {
3658 theApp.m_ViewerPropDlgPtr = new CViewerPropDlg;
3659 theApp.m_ViewerPropDlgPtr->Create(IDD_VIEWER_DIALOG, this);
3660 theApp.m_ViewerPropDlgPtr->ShowWindow(SW_SHOW);
3661 } else {
3662 theApp.m_ViewerPropDlgPtr->DestroyWindow();
3663 }
3664}
3665
3666void CMainFrame::OnUpdateViewViewprop(CCmdUI *pCmdUI) {

Callers

nothing calls this directly

Calls 2

CreateMethod · 0.45
DestroyWindowMethod · 0.45

Tested by

no test coverage detected