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

Method DestroyProgress

editor/StatusDlg.cpp:139–144  ·  view source on GitHub ↗

YOU MUST call this after you are done with the progress indicator. This frees up some allocated memory

Source from the content-addressed store, hash-verified

137
138// YOU MUST call this after you are done with the progress indicator. This frees up some allocated memory
139void CProgress::DestroyProgress() {
140 ASSERT(m_StatusDlg != NULL);
141 m_StatusDlg->DestroyWindow();
142 if (m_StatusDlg)
143 delete m_StatusDlg;
144}
145
146// By default the progress indicator says "Please wait...", here you can change that text...make sure you call
147// this after InitProgress()

Callers

nothing calls this directly

Calls 1

DestroyWindowMethod · 0.45

Tested by

no test coverage detected