Bitcoin ABC 0.30.5
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, args...) |
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, | |||
args... | |||
) |
Definition at line 76 of file ui_interface.h.
bool InitError | ( | const bilingual_str & | str | ) |
Show error message.
Definition at line 96 of file ui_interface.cpp.
void InitWarning | ( | const bilingual_str & | str | ) |
Show warning message.
Definition at line 101 of file ui_interface.cpp.
|
constexpr |
Definition at line 141 of file ui_interface.h.
|
extern |
Definition at line 12 of file ui_interface.cpp.