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

Method OnClose

editor/TableFileFilter.cpp:97–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95/////////////////////////////////////////////////////////////////////////////
96// TableFileFilter message handlers
97void TableFileFilter::OnClose() {
98 // TODO: Add your message handler code here and/or call default
99 if (m_PageList.ModifiedPrompt() == IDYES)
100 CDialog::OnClose();
101}
102
103BOOL TableFileFilter::OnInitDialog() {
104 CDialog::OnInitDialog();

Callers

nothing calls this directly

Calls 1

ModifiedPromptMethod · 0.45

Tested by

no test coverage detected