MCPcopy Create free account
hub / github.com/cxasm/notepad-- / setTotalSteps

Method setTotalSteps

src/progresswin.cpp:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21void ProgressWin::setTotalSteps(int step)
22{
23 ui.progressBar->setValue(0);
24 ui.progressBar->setMaximum(step);
25 m_curStep = 0;
26}
27
28void ProgressWin::moveStep(bool isRest)
29{

Callers 7

changeFileNameMethod · 0.80
changeFileExtMethod · 0.80
findAtBackMethod · 0.80
replaceAtBackMethod · 0.80
markAtBackMethod · 0.80
walkDirfileMethod · 0.80
createBlockIndexMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected