MCPcopy Create free account
hub / github.com/bruderstein/nppPluginManager / stepComplete

Method stepComplete

pluginManager/src/ProgressDialog.cpp:122–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120
121
122void ProgressDialog::stepComplete()
123{
124 _completedSteps++;
125 ::SendMessage(_hProgressOverall, PBM_SETPOS, _completedSteps, 0);
126}
127
128void ProgressDialog::setStepProgress(int percentageComplete)
129{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected