#include <cstdint>
#include <functional>
#include <string>
#include <vector>
Go to the source code of this file.
|
| namespace | btcsignals |
| | btcsignals is a simple mechanism for signaling events to multiple subscribers.
|
| |
◆ ADD_SIGNALS_DECL_WRAPPER
| #define ADD_SIGNALS_DECL_WRAPPER |
( |
|
signal_name, |
|
|
|
rtype, |
|
|
|
... |
|
) |
| |
Value: rtype signal_name(__VA_ARGS__); \
using signal_name##Sig = rtype(__VA_ARGS__); \
btcsignals::connection signal_name##_connect(std::function<signal_name##Sig> fn)
Definition at line 69 of file interface_ui.h.
◆ InitError() [1/2]
◆ InitError() [2/2]
| bool InitError |
( |
const bilingual_str & |
str, |
|
|
const std::vector< std::string > & |
details |
|
) |
| |
◆ InitWarning()
◆ uiInterface