Bitcoin ABC  0.26.3
P2P Digital Currency
ClientModel Member List

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

alertsChanged(const QString &warnings)ClientModelsignal
banTableModelClientModelprivate
blocksDir() constClientModel
bytesChanged(quint64 totalBytesIn, quint64 totalBytesOut)ClientModelsignal
cachedBestHeaderHeightClientModelmutable
cachedBestHeaderTimeClientModelmutable
ClientModel(interfaces::Node &node, OptionsModel *optionsModel, QObject *parent=nullptr)ClientModelexplicit
CONNECTIONS_ALL enum valueClientModel
CONNECTIONS_IN enum valueClientModel
CONNECTIONS_NONE enum valueClientModel
CONNECTIONS_OUT enum valueClientModel
dataDir() constClientModel
formatClientStartupTime() constClientModel
formatFullVersion() constClientModel
formatSubVersion() constClientModel
getBanTableModel()ClientModel
getBestBlockHash() EXCLUSIVE_LOCKS_REQUIRED(!m_cached_tip_mutex)ClientModel
getBlockSource() constClientModel
getHeaderTipHeight() constClientModel
getHeaderTipTime() constClientModel
getNumBlocks() constClientModel
getNumConnections(NumConnections flags=CONNECTIONS_ALL) constClientModel
getOptionsModel()ClientModel
getPeerTableModel()ClientModel
getProxyInfo(std::string &ip_port) constClientModel
getStatusBarWarnings() constClientModel
GUARDED_BY(m_cached_tip_mutex)ClientModel
isReleaseVersion() constClientModel
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() constClientModelinline
numBlocksChanged(int count, const QDateTime &blockDate, double nVerificationProgress, SyncType header, SynchronizationState sync_state)ClientModelsignal
NumConnections enum nameClientModel
numConnectionsChanged(int count)ClientModelsignal
optionsModelClientModelprivate
peerTableModelClientModelprivate
showProgress(const QString &title, int nProgress)ClientModelsignal
subscribeToCoreSignals()ClientModelprivate
TipChanged(SynchronizationState sync_state, interfaces::BlockTip tip, double verification_progress, SyncType synctype)ClientModelprivate
unsubscribeFromCoreSignals()ClientModelprivate
~ClientModel()ClientModel