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

Method PluginManagerDialog

pluginManager/src/pluginmanagerdialog.cpp:43–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42
43PluginManagerDialog::PluginManagerDialog()
44 : _HSource(nullptr),
45 _hCloseButton(nullptr),
46 _hSettingsButton(nullptr),
47 _hNbcLogo(nullptr),
48 _pluginList(nullptr),
49 _leftMargin(0),
50 _rightMargin(0),
51 _topMargin(0),
52 _bottomMargin(0),
53 _tabBottomOffset(0),
54 _closeButtonBottomOffset(0),
55 _closeButtonRightOffset(0),
56 _closeButtonWidth(0),
57 _closeButtonHeight(0),
58 _isDownloading(false),
59 _downloadThread(0)
60{
61}
62
63void PluginManagerDialog::doDialog()
64{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected