![]() |
Bitcoin Core 31.0.0
P2P Digital Currency
|
#include <cstdint>#include <functional>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | CClientUIInterface |
| Signals for UI communication. More... | |
Macros | |
| #define | ADD_SIGNALS_DECL_WRAPPER(signal_name, rtype, ...) |
Functions | |
| void | InitWarning (const bilingual_str &str) |
| Show warning message. | |
| bool | InitError (const bilingual_str &str) |
| Show error message. | |
| bool | InitError (const bilingual_str &str, const std::vector< std::string > &details) |
Variables | |
| CClientUIInterface | uiInterface |
| #define ADD_SIGNALS_DECL_WRAPPER | ( | signal_name, | |
| rtype, | |||
| ... ) |
Definition at line 71 of file interface_ui.h.
| bool InitError | ( | const bilingual_str & | str | ) |
Show error message.
Definition at line 62 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 80 of file interface_ui.cpp.
|
extern |
Definition at line 15 of file interface_ui.cpp.