#include <functional>
#include <memory>
#include <stdint.h>
#include <string>
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); \
void signal_name##_disconnect(std::function<signal_name##Sig> fn);
Definition at line 78 of file ui_interface.h.
◆ ChangeType
General change type (added, updated, removed).
Enumerator |
---|
CT_NEW | |
CT_UPDATED | |
CT_DELETED | |
Definition at line 23 of file ui_interface.h.
◆ AmountErrMsg()
std::string AmountErrMsg |
( |
const char *const |
optname, |
|
|
const std::string & |
strValue |
|
) |
| |
◆ AmountHighWarn()
std::string AmountHighWarn |
( |
const std::string & |
optname | ) |
|
◆ InitError()
bool InitError |
( |
const std::string & |
str | ) |
|
◆ InitWarning()
void InitWarning |
( |
const std::string & |
str | ) |
|
◆ uiInterface