MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / checkingStarted

Method checkingStarted

gui/resultsview.cpp:319–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317}
318
319void ResultsView::checkingStarted(int count)
320{
321 mUI->mProgress->setVisible(true);
322 mUI->mProgress->setMaximum(PROGRESS_MAX);
323 mUI->mProgress->setValue(0);
324 mUI->mProgress->setFormat(tr("%p% (%1 of %2 files checked)").arg(0).arg(count));
325}
326
327void ResultsView::checkingFinished()
328{

Callers 5

doAnalyzeProjectMethod · 0.80
doAnalyzeFilesMethod · 0.80
analyzeCodeMethod · 0.80
reAnalyzeSelectedMethod · 0.80
reAnalyzeMethod · 0.80

Calls 1

setValueMethod · 0.45

Tested by

no test coverage detected