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

Method moveStep

src/progresswin.cpp:28–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28void ProgressWin::moveStep(bool isRest)
29{
30 ++m_curStep;
31 ui.progressBar->setValue(m_curStep);
32 ui.progressBar->update();
33
34 if (isRest)
35 {
36 QCoreApplication::processEvents();
37}
38}
39
40int ProgressWin::getTotalStep()
41{

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