![]() |
Bitcoin Core
24.1.0
P2P Digital Currency
|
#include <functional>#include <memory>#include <string>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. More... | |
| bool | InitError (const bilingual_str &str) |
| Show error message. More... | |
Variables | |
| constexpr auto | AbortError = InitError |
| CClientUIInterface | uiInterface |
| #define ADD_SIGNALS_DECL_WRAPPER | ( | signal_name, | |
| rtype, | |||
| ... | |||
| ) |
Definition at line 70 of file interface_ui.h.
| bool InitError | ( | const bilingual_str & | str | ) |
Show error message.
Definition at line 59 of file interface_ui.cpp.
| void InitWarning | ( | const bilingual_str & | str | ) |
Show warning message.
Definition at line 65 of file interface_ui.cpp.
| constexpr auto AbortError = InitError |
Definition at line 119 of file interface_ui.h.
| CClientUIInterface uiInterface |
Definition at line 12 of file interface_ui.cpp.
1.8.14