![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
#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 | |
| 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().
Here is the caller graph for this function:| 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().
1.8.8