![]() |
Bitcoin Core 31.1.0
P2P Digital Currency
|
#include <string>Go to the source code of this file.
Functions | |
| bool | noui_ThreadSafeMessageBox (const bilingual_str &message, unsigned int style) |
| Non-GUI handler, which logs and prints messages. | |
| bool | noui_ThreadSafeQuestion (const bilingual_str &, const std::string &message, 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 LogInfo. | |
| void | noui_reconnect () |
| Reconnects the regular Non-GUI handlers after having used noui_test_redirect. | |
| void noui_connect | ( | ) |
| void noui_InitMessage | ( | const std::string & | message | ) |
| void noui_reconnect | ( | ) |
| void noui_test_redirect | ( | ) |
| bool noui_ThreadSafeMessageBox | ( | const bilingual_str & | message, |
| unsigned int | style ) |
| bool noui_ThreadSafeQuestion | ( | const bilingual_str & | , |
| const std::string & | message, | ||
| unsigned int | style ) |