![]() |
Bitcoin Core 31.99.0
P2P Digital Currency
|
#include <node/interface_ui.h>#include <util/btcsignals.h>#include <util/string.h>#include <util/translation.h>Go to the source code of this file.
Functions | |
| bool | InitError (const bilingual_str &str) |
| Show error message. More... | |
| bool | InitError (const bilingual_str &str, const std::vector< std::string > &details) |
| void | InitWarning (const bilingual_str &str) |
| Show warning message. More... | |
Variables | |
| CClientUIInterface | uiInterface |
| bool InitError | ( | const bilingual_str & | str | ) |
Show error message.
Definition at line 15 of file interface_ui.cpp.
| bool InitError | ( | const bilingual_str & | str, |
| const std::vector< std::string > & | details | ||
| ) |
| void InitWarning | ( | const bilingual_str & | str | ) |
Show warning message.
Definition at line 33 of file interface_ui.cpp.
| CClientUIInterface uiInterface |
Definition at line 13 of file interface_ui.cpp.