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

Function UpdateTotalFiles

legacy/hogedit/HogEdit.cpp:282–288  ·  view source on GitHub ↗

Updates the total files indicator

Source from the content-addressed store, hash-verified

280
281// Updates the total files indicator
282void UpdateTotalFiles(int num_files) {
283 char msg[256];
284
285 sprintf(msg, "Total Files: %d", num_files);
286 MainStatusBar->SetPaneText(1, msg, TRUE);
287 ProcessMessages();
288}
289
290// Updates the status bar with the given message
291CWaitCursor *WaitCursor;

Callers 9

OnFileNewMethod · 0.85
OnActionInsertMethod · 0.85
OnFileOpenMethod · 0.85
OnFileSaveMethod · 0.85
OnFileSaveAsMethod · 0.85
OnActionDeleteMethod · 0.85
OnActionCreateMethod · 0.85
OnActionUpdateMethod · 0.85
OnActionImportMethod · 0.85

Calls 1

ProcessMessagesFunction · 0.85

Tested by

no test coverage detected