Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Classes | Enumerations | Functions | Variables
ui_interface.h File Reference
#include <string>
#include "util.h"
#include <boost/signals2/signal.hpp>
#include <boost/signals2/last_value.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

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

enum ChangeType

General change type (added, updated, removed).

Enumerator
CT_NEW 
CT_UPDATED 
CT_DELETED 

Definition at line 18 of file ui_interface.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 104 of file ui_interface.h.

Variable Documentation

CClientUIInterface uiInterface

Definition at line 32 of file init.cpp.