MCPcopy Create free account
hub / github.com/ElementsProject/elements / ShowProgress

Method ShowProgress

src/node/ui_interface.cpp:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52void CClientUIInterface::NotifyNetworkActiveChanged(bool networkActive) { return g_ui_signals.NotifyNetworkActiveChanged(networkActive); }
53void CClientUIInterface::NotifyAlertChanged() { return g_ui_signals.NotifyAlertChanged(); }
54void CClientUIInterface::ShowProgress(const std::string& title, int nProgress, bool resume_possible) { return g_ui_signals.ShowProgress(title, nProgress, resume_possible); }
55void CClientUIInterface::NotifyBlockTip(SynchronizationState s, const CBlockIndex* i) { return g_ui_signals.NotifyBlockTip(s, i); }
56void CClientUIInterface::NotifyHeaderTip(SynchronizationState s, const CBlockIndex* i) { return g_ui_signals.NotifyHeaderTip(s, i); }
57void CClientUIInterface::BannedListChanged() { return g_ui_signals.BannedListChanged(); }

Callers 6

UpgradeMethod · 0.80
CVerifyDBMethod · 0.80
~CVerifyDBMethod · 0.80
VerifyDBMethod · 0.80
ReplayBlocksMethod · 0.80
showProgressMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected