Master Core  v0.0.9 - 49a5c0d97abf09ef2911ddfe8d9551df59f9efd3-dirty
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Data Structures | 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.

Data Structures

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 20 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 105 of file ui_interface.h.

References CClientUIInterface::Translate.

Referenced by AcceptBlock(), AddTimeData(), AddToBlockIndex(), AppInit(), AppInit2(), AppInitRPC(), BindListenPort(), CallRPC(), CheckDiskSpace(), ConnectBlock(), ConnectTip(), DisconnectTip(), FindBlockPos(), FindUndoPos(), GetWarnings(), HelpMessage(), HelpMessageCli(), importwallet(), LoadExternalBlockFile(), noui_ThreadSafeMessageBox(), CWallet::ScanForWalletTransactions(), CWallet::SendMoney(), CWallet::SendMoneyToDestination(), StartRPCThreads(), UpdateTip(), and WriteChainState().

+ Here is the caller graph for this function:

Variable Documentation

CClientUIInterface uiInterface