Bitcoin Core  0.21.1
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
ClientModel Member List

This is the complete list of members for ClientModel, including all inherited members.

alertsChanged(const QString &warnings)ClientModelsignal
banTableModelClientModelprivate
blocksDir() const ClientModel
bytesChanged(quint64 totalBytesIn, quint64 totalBytesOut)ClientModelsignal
cachedBestHeaderHeightClientModelmutable
cachedBestHeaderTimeClientModelmutable
ClientModel(interfaces::Node &node, OptionsModel *optionsModel, QObject *parent=nullptr)ClientModelexplicit
dataDir() const ClientModel
formatClientStartupTime() const ClientModel
formatFullVersion() const ClientModel
formatSubVersion() const ClientModel
getBanTableModel()ClientModel
getBestBlockHash()ClientModel
getBlockSource() const ClientModel
getHeaderTipHeight() const ClientModel
getHeaderTipTime() const ClientModel
getNumBlocks() const ClientModel
getNumConnections(unsigned int flags=CONNECTIONS_ALL) const ClientModel
getOptionsModel()ClientModel
getPeerTableModel()ClientModel
getProxyInfo(std::string &ip_port) const ClientModel
getStatusBarWarnings() const ClientModel
GUARDED_BY(m_cached_tip_mutex)ClientModelinline
isReleaseVersion() const ClientModel
m_cached_num_blocksClientModelmutable
m_cached_tip_mutexClientModel
m_handler_banned_list_changedClientModelprivate
m_handler_notify_alert_changedClientModelprivate
m_handler_notify_block_tipClientModelprivate
m_handler_notify_header_tipClientModelprivate
m_handler_notify_network_active_changedClientModelprivate
m_handler_notify_num_connections_changedClientModelprivate
m_handler_show_progressClientModelprivate
m_nodeClientModelprivate
m_threadClientModelprivate
mempoolSizeChanged(long count, size_t mempoolSizeInBytes)ClientModelsignal
message(const QString &title, const QString &message, unsigned int style)ClientModelsignal
networkActiveChanged(bool networkActive)ClientModelsignal
node() const ClientModelinline
numBlocksChanged(int count, const QDateTime &blockDate, double nVerificationProgress, bool header, SynchronizationState sync_state)ClientModelsignal
numConnectionsChanged(int count)ClientModelsignal
optionsModelClientModelprivate
peerTableModelClientModelprivate
showProgress(const QString &title, int nProgress)ClientModelsignal
subscribeToCoreSignals()ClientModelprivate
unsubscribeFromCoreSignals()ClientModelprivate
updateAlert()ClientModelslot
updateBanlist()ClientModelslot
updateNetworkActive(bool networkActive)ClientModelslot
updateNumConnections(int numConnections)ClientModelslot
~ClientModel()ClientModel