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

Method ThreadSafeMessageBox

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

Source from the content-addressed store, hash-verified

45ADD_SIGNALS_IMPL_WRAPPER(BannedListChanged);
46
47bool CClientUIInterface::ThreadSafeMessageBox(const bilingual_str& message, const std::string& caption, unsigned int style) { return g_ui_signals.ThreadSafeMessageBox(message, caption, style).value_or(false);}
48bool CClientUIInterface::ThreadSafeQuestion(const bilingual_str& message, const std::string& non_interactive_message, const std::string& caption, unsigned int style) { return g_ui_signals.ThreadSafeQuestion(message, non_interactive_message, caption, style).value_or(false);}
49void CClientUIInterface::InitMessage(const std::string& message) { return g_ui_signals.InitMessage(message); }
50void CClientUIInterface::InitWallet() { return g_ui_signals.InitWallet(); }

Callers 7

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

Calls

no outgoing calls

Tested by

no test coverage detected