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

Function noui_connect

src/noui.cpp:59–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void noui_connect()
60{
61 noui_ThreadSafeMessageBoxConn = uiInterface.ThreadSafeMessageBox_connect(noui_ThreadSafeMessageBox);
62 noui_ThreadSafeQuestionConn = uiInterface.ThreadSafeQuestion_connect(noui_ThreadSafeQuestion);
63 noui_InitMessageConn = uiInterface.InitMessage_connect(noui_InitMessage);
64}
65
66bool noui_ThreadSafeMessageBoxRedirect(const bilingual_str& message, const std::string& caption, unsigned int style)
67{

Callers 3

mainFunction · 0.85
noui_reconnectFunction · 0.85
BasicTestingSetupMethod · 0.85

Calls

no outgoing calls

Tested by 1

BasicTestingSetupMethod · 0.68