![]() |
Master Core
v0.0.9 - 49a5c0d97abf09ef2911ddfe8d9551df59f9efd3-dirty
|
#include <stdint.h>
#include <string>
#include <boost/signals2/last_value.hpp>
#include <boost/signals2/signal.hpp>
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 |
enum ChangeType |
General change type (added, updated, removed).
Enumerator | |
---|---|
CT_NEW | |
CT_UPDATED | |
CT_DELETED |
Definition at line 20 of file ui_interface.h.
|
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().
CClientUIInterface uiInterface |
Definition at line 100 of file util.cpp.
Referenced by AbortNode(), AddToBlockIndex(), AppInit2(), InitError(), InitWarning(), InvalidChainFound(), CWallet::LoadWallet(), main(), noui_connect(), CAlert::ProcessAlert(), StartRPCThreads(), SplashScreen::subscribeToCoreSignals(), ClientModel::subscribeToCoreSignals(), BitcoinGUI::subscribeToCoreSignals(), ThreadSocketHandler(), SplashScreen::unsubscribeFromCoreSignals(), ClientModel::unsubscribeFromCoreSignals(), and BitcoinGUI::unsubscribeFromCoreSignals().