#include <string>
Go to the source code of this file.
|
| bool | noui_ThreadSafeMessageBox (const bilingual_str &message, const std::string &caption, unsigned int style) |
| | Non-GUI handler, which logs and prints messages.
|
| |
| bool | noui_ThreadSafeQuestion (const bilingual_str &, const std::string &message, const std::string &caption, unsigned int style) |
| | Non-GUI handler, which logs and prints questions.
|
| |
| void | noui_InitMessage (const std::string &message) |
| | Non-GUI handler, which only logs a message.
|
| |
| void | noui_connect () |
| | Connect all bitcoind signal handlers.
|
| |
| void | noui_test_redirect () |
| | Redirect all bitcoind signal handlers to LogPrintf.
|
| |
| void | noui_reconnect () |
| | Reconnects the regular Non-GUI handlers after having used noui_test_redirect.
|
| |
◆ noui_connect()
Connect all bitcoind signal handlers.
Definition at line 60 of file noui.cpp.
◆ noui_InitMessage()
| void noui_InitMessage |
( |
const std::string & | message | ) |
|
Non-GUI handler, which only logs a message.
Definition at line 55 of file noui.cpp.
◆ noui_reconnect()
Reconnects the regular Non-GUI handlers after having used noui_test_redirect.
Definition at line 94 of file noui.cpp.
◆ noui_test_redirect()
| void noui_test_redirect |
( |
| ) |
|
Redirect all bitcoind signal handlers to LogPrintf.
Used to check or suppress output during test runs that produce expected errors
Definition at line 84 of file noui.cpp.
◆ noui_ThreadSafeMessageBox()
| bool noui_ThreadSafeMessageBox |
( |
const bilingual_str & | message, |
|
|
const std::string & | caption, |
|
|
unsigned int | style ) |
Non-GUI handler, which logs and prints messages.
Definition at line 22 of file noui.cpp.
◆ noui_ThreadSafeQuestion()
| bool noui_ThreadSafeQuestion |
( |
const bilingual_str & | , |
|
|
const std::string & | message, |
|
|
const std::string & | caption, |
|
|
unsigned int | style ) |
Non-GUI handler, which logs and prints questions.
Definition at line 50 of file noui.cpp.