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

Method OnFileNew

editor/TableFileFilter.cpp:166–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166void TableFileFilter::OnFileNew() {
167 // TODO: Add your command handler code here
168 if (m_PageList.ModifiedPrompt() == IDNO)
169 return;
170
171 CWaitCursor wc;
172 m_PageList.ClearList();
173 // m_PageList.AddAllGamefilePages();
174 m_PageList.SetTitleString();
175}
176
177void TableFileFilter::OnFileSave() {
178 // TODO: Add your command handler code here

Callers

nothing calls this directly

Calls 3

ModifiedPromptMethod · 0.45
ClearListMethod · 0.45
SetTitleStringMethod · 0.45

Tested by

no test coverage detected