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

Method OnTableEditFileExit

editor/TableFileEdit.cpp:94–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94void CTableFileEdit::OnTableEditFileExit() {
95 // TODO: Add your command handler code here
96 if (m_PageList.ModifiedPrompt(this) == IDYES)
97 EndDialog(0);
98}
99
100void CTableFileEdit::OnSelChangeTableEditNameList() {
101 // TODO: Add your control notification handler code here

Callers

nothing calls this directly

Calls 1

ModifiedPromptMethod · 0.45

Tested by

no test coverage detected