Bitcoin ABC 0.32.4
P2P Digital Currency
Classes | Macros | Functions | Variables
ui_interface.h File Reference
#include <cstdint>
#include <functional>
#include <memory>
#include <string>
Include dependency graph for ui_interface.h:
This graph shows which files directly or indirectly include this file:

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...
 
bool InitError (const bilingual_str &str, const std::vector< std::string > &details)
 

Variables

CClientUIInterface uiInterface
 

Macro Definition Documentation

◆ ADD_SIGNALS_DECL_WRAPPER

#define ADD_SIGNALS_DECL_WRAPPER (   signal_name,
  rtype,
  args... 
)
Value:
rtype signal_name(args); \
using signal_name##Sig = rtype(args); \
boost::signals2::connection signal_name##_connect( \
std::function<signal_name##Sig> fn);

Definition at line 77 of file ui_interface.h.

Function Documentation

◆ InitError() [1/2]

bool InitError ( const bilingual_str str)

Show error message.

Definition at line 97 of file ui_interface.cpp.

Here is the caller graph for this function:

◆ InitError() [2/2]

bool InitError ( const bilingual_str str,
const std::vector< std::string > &  details 
)

Definition at line 102 of file ui_interface.cpp.

Here is the call graph for this function:

◆ InitWarning()

void InitWarning ( const bilingual_str str)

Show warning message.

Definition at line 116 of file ui_interface.cpp.

Here is the caller graph for this function:

Variable Documentation

◆ uiInterface

CClientUIInterface uiInterface
extern

Definition at line 13 of file ui_interface.cpp.