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

Method SetStatus

editor/OrphanRemoveDlg.cpp:309–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307}
308
309void COrphanRemoveDlg::SetStatus(char *status) {
310 CWnd *stat = (CWnd *)GetDlgItem(IDC_STATUS);
311 stat->SetWindowText(status);
312 Descent->defer();
313}
314
315void COrphanRemoveDlg::OnOK() {
316 if (HasFilesCheckedOut()) {

Callers 4

OnMatRandomRadioMethod · 0.45
OnMatOrderedRadioMethod · 0.45
OnMatEnabledCheckMethod · 0.45
OnMatNhpCheckMethod · 0.45

Calls 1

deferMethod · 0.45

Tested by

no test coverage detected