![]() |
Bitcoin Core 31.1.0
P2P Digital Currency
|
#include <noui.h>#include <logging.h>#include <node/interface_ui.h>#include <util/translation.h>#include <string>#include <boost/signals2/connection.hpp>#include <boost/signals2/signal.hpp>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 () |
| bool | noui_ThreadSafeMessageBoxRedirect (const bilingual_str &message, unsigned int style) |
| bool | noui_ThreadSafeQuestionRedirect (const bilingual_str &, const std::string &message, unsigned int style) |
| void | noui_InitMessageRedirect (const std::string &message) |
| 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. | |
Variables | |
| boost::signals2::connection | noui_ThreadSafeMessageBoxConn |
| Store connections so we can disconnect them when suppressing output. | |
| boost::signals2::connection | noui_ThreadSafeQuestionConn |
| boost::signals2::connection | noui_InitMessageConn |
| void noui_connect | ( | ) |
| void noui_InitMessage | ( | const std::string & | message | ) |
| void noui_InitMessageRedirect | ( | const std::string & | message | ) |
| void noui_reconnect | ( | ) |
| void noui_test_redirect | ( | ) |
| bool noui_ThreadSafeMessageBox | ( | const bilingual_str & | message, |
| unsigned int | style ) |
| bool noui_ThreadSafeMessageBoxRedirect | ( | const bilingual_str & | message, |
| unsigned int | style ) |
| bool noui_ThreadSafeQuestion | ( | const bilingual_str & | , |
| const std::string & | message, | ||
| unsigned int | style ) |
| bool noui_ThreadSafeQuestionRedirect | ( | const bilingual_str & | , |
| const std::string & | message, | ||
| unsigned int | style ) |
| boost::signals2::connection noui_ThreadSafeMessageBoxConn |