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

Class InstallParam

pluginManager/src/PluginList.cpp:1481–1489  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1479
1480
1481struct InstallParam
1482{
1483 PluginList* pluginList;
1484 PluginListView* pluginListView;
1485 ProgressDialog* progressDialog;
1486 HWND hMessageBoxParent;
1487 BOOL isUpdate;
1488 CancelToken cancelToken;
1489};
1490
1491void PluginList::startInstall(HWND hMessageBoxParent,
1492 ProgressDialog* progressDialog,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected