#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);
◆ ChangeType
General change type (added, updated, removed).
Enumerator |
---|
CT_NEW | |
CT_UPDATED | |
CT_DELETED | |
◆ InitError()
bool InitError |
( |
const std::string & |
str | ) |
|
◆ InitWarning()
void InitWarning |
( |
const std::string & |
str | ) |
|
◆ uiInterface