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

Method setStepCount

pluginManager/src/ProgressDialog.cpp:114–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112
113
114void ProgressDialog::setStepCount(int stepCount)
115{
116 _numberOfSteps = stepCount;
117 if (_hSelf != NULL)
118 ::SendMessage(_hProgressOverall, PBM_SETRANGE, 0, MAKELPARAM(0, stepCount));
119}
120
121
122void ProgressDialog::stepComplete()

Callers 2

installPluginsMethod · 0.45
removePluginsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected