Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Enumerations | Functions | Variables
ui_interface.h File Reference
#include <stdint.h>
#include <string>
#include <boost/signals2/last_value.hpp>
#include <boost/signals2/signal.hpp>
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...
 

Enumerations

enum  ChangeType { CT_NEW, CT_UPDATED, CT_DELETED }
 General change type (added, updated, removed). More...
 

Functions

void InitWarning (const std::string &str)
 Show warning message. More...
 
bool InitError (const std::string &str)
 Show error message. More...
 
std::string AmountHighWarn (const std::string &optname)
 
std::string AmountErrMsg (const char *const optname, const std::string &strValue)
 

Variables

CClientUIInterface uiInterface
 

Enumeration Type Documentation

enum ChangeType

General change type (added, updated, removed).

Enumerator
CT_NEW 
CT_UPDATED 
CT_DELETED 

Definition at line 19 of file ui_interface.h.

Function Documentation

std::string AmountErrMsg ( const char *const  optname,
const std::string &  strValue 
)

Definition at line 26 of file ui_interface.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

std::string AmountHighWarn ( const std::string &  optname)

Definition at line 21 of file ui_interface.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

bool InitError ( const std::string &  str)

Show error message.

Definition at line 10 of file ui_interface.cpp.

Here is the caller graph for this function:

void InitWarning ( const std::string &  str)

Show warning message.

Definition at line 16 of file ui_interface.cpp.

Here is the caller graph for this function:

Variable Documentation

CClientUIInterface uiInterface

Definition at line 8 of file ui_interface.cpp.