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

Method ProgressDialog

pluginManager/src/ProgressDialog.cpp:27–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26
27ProgressDialog::ProgressDialog(HINSTANCE hInst, CancelToken cancelToken, std::function<void(ProgressDialog*)> startFunction)
28 : _hInst(hInst),
29 _startFunction(startFunction),
30 _hSelf(0),
31 _numberOfSteps(0),
32 _completedSteps(0),
33 _hProgressOverall(0),
34 _hProgressCurrent(0),
35 _hStatus(0),
36 _cancelToken(cancelToken)
37{
38}
39
40
41

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected