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

Method OnFileExit

editor/TableFileFilter.cpp:160–164  ·  view source on GitHub ↗

//////////////////////////////////////////////// Menu Command Handlers

Source from the content-addressed store, hash-verified

158/////////////////////////////////////////////////////
159// Menu Command Handlers
160void TableFileFilter::OnFileExit() {
161 // TODO: Add your command handler code here
162 if (m_PageList.ModifiedPrompt() == IDYES)
163 EndDialog(0);
164}
165
166void TableFileFilter::OnFileNew() {
167 // TODO: Add your command handler code here

Callers

nothing calls this directly

Calls 1

ModifiedPromptMethod · 0.45

Tested by

no test coverage detected