MCPcopy Create free account
hub / github.com/Bitcoin-ABC/bitcoin-abc / ThreadSafeMessageBox

Method ThreadSafeMessageBox

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

Source from the content-addressed store, hash-verified

56ADD_SIGNALS_IMPL_WRAPPER(BannedListChanged);
57
58bool CClientUIInterface::ThreadSafeMessageBox(const bilingual_str &message,
59 const std::string &caption,
60 unsigned int style) {
61 return g_ui_signals.ThreadSafeMessageBox(message, caption, style)
62 .value_or(false);
63}
64bool CClientUIInterface::ThreadSafeQuestion(
65 const bilingual_str &message, const std::string &non_interactive_message,
66 const std::string &caption, unsigned int style) {

Callers 7

InitHTTPAllowListFunction · 0.80
AddTimeDataFunction · 0.80
AppInitMainFunction · 0.80
BindMethod · 0.80
StartMethod · 0.80
InitErrorFunction · 0.80
InitWarningFunction · 0.80

Calls 1

value_orMethod · 0.80

Tested by

no test coverage detected