PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Classes | Enumerations | Functions | Variables
guiinterface.h File Reference
#include <stdint.h>
#include <string>
#include <boost/signals2/last_value.hpp>
#include <boost/signals2/signal.hpp>
Include dependency graph for guiinterface.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

std::string _ (const char *psz)
 Translation function: Call Translate signal on UI interface, which returns a boost::optional result. More...
 

Variables

CClientUIInterface uiInterface
 

Enumeration Type Documentation

◆ ChangeType

enum ChangeType

General change type (added, updated, removed).

Enumerator
CT_NEW 
CT_UPDATED 
CT_DELETED 

Definition at line 21 of file guiinterface.h.

Function Documentation

◆ _()

std::string _ ( const char *  psz)
inline

Translation function: Call Translate signal on UI interface, which returns a boost::optional result.

If no translation slot is registered, nothing is returned, and simply return the input.

Definition at line 119 of file guiinterface.h.

Here is the caller graph for this function:

Variable Documentation

◆ uiInterface

CClientUIInterface uiInterface

Definition at line 101 of file init.cpp.