#include <cstdint>
#include <functional>
#include <string>
#include <vector>
Go to the source code of this file.
◆ 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__); \
boost::signals2::connection signal_name##_connect(std::function<signal_name##Sig> fn);
Definition at line 71 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