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

Method OnBtnRemoveLevel

editor/TableFileFilter.cpp:315–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313}
314
315void TableFileFilter::OnBtnRemoveLevel() {
316 // TODO: Add your control notification handler code here
317 m_PageList.RemoveSelLevelFilename();
318
319 m_PageList.SetTitleString();
320}
321
322void TableFileFilter::OnBtnRemovePage() {
323 // TODO: Add your control notification handler code here

Callers

nothing calls this directly

Calls 2

SetTitleStringMethod · 0.45

Tested by

no test coverage detected