Bitcoin Core  27.99.0
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
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(unsigned int flags=CONNECTIONS_ALL) constClientModel
getOptionsModel()ClientModel
getPeerTableModel()ClientModel
getProxyInfo(std::string &ip_port) constClientModel
getStatusBarWarnings() constClientModel
GUARDED_BY(m_cached_tip_mutex)ClientModelinline
isReleaseVersion() constClientModel
m_cached_num_blocksClientModelmutable
m_cached_tip_mutexClientModel
m_event_handlersClientModelprivate
m_nodeClientModelprivate
m_peer_table_sort_proxyClientModelprivate
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
numConnectionsChanged(int count)ClientModelsignal
optionsModelClientModelprivate
peerTableModelClientModelprivate
peerTableSortProxy()ClientModel
showProgress(const QString &title, int nProgress)ClientModelsignal
stop()ClientModel
subscribeToCoreSignals()ClientModelprivate
TipChanged(SynchronizationState sync_state, interfaces::BlockTip tip, double verification_progress, SyncType synctype) EXCLUSIVE_LOCKS_REQUIRED(!m_cached_tip_mutex)ClientModelprivate
unsubscribeFromCoreSignals()ClientModelprivate
~ClientModel()ClientModel