Model for PRCY network client.
More...
#include <clientmodel.h>
Model for PRCY network client.
Definition at line 44 of file clientmodel.h.
◆ ClientModel()
| ClientModel::ClientModel |
( |
OptionsModel * |
optionsModel, |
|
|
QObject * |
parent = 0 |
|
) |
| |
|
explicit |
◆ ~ClientModel()
| ClientModel::~ClientModel |
( |
| ) |
|
◆ alertsChanged
| void ClientModel::alertsChanged |
( |
const QString & |
warnings | ) |
|
|
signal |
◆ bytesChanged
| void ClientModel::bytesChanged |
( |
quint64 |
totalBytesIn, |
|
|
quint64 |
totalBytesOut |
|
) |
| |
|
signal |
◆ clientName()
| QString ClientModel::clientName |
( |
| ) |
const |
◆ dataDir()
| QString ClientModel::dataDir |
( |
| ) |
const |
◆ formatClientStartupTime()
| QString ClientModel::formatClientStartupTime |
( |
| ) |
const |
◆ formatFullVersion()
| QString ClientModel::formatFullVersion |
( |
| ) |
const |
◆ getBanTableModel()
◆ getBlockSource()
◆ getLastBlockDate()
| QDateTime ClientModel::getLastBlockDate |
( |
| ) |
const |
◆ getLastBlockHash()
| QString ClientModel::getLastBlockHash |
( |
| ) |
const |
◆ getMasternodeCountString()
| QString ClientModel::getMasternodeCountString |
( |
| ) |
const |
◆ getNumBlocks()
| int ClientModel::getNumBlocks |
( |
| ) |
|
◆ getNumBlocksAtStartup()
| int ClientModel::getNumBlocksAtStartup |
( |
| ) |
|
◆ getNumConnections()
| int ClientModel::getNumConnections |
( |
unsigned int |
flags = CONNECTIONS_ALL | ) |
const |
Return number of connections, default is in- and outbound (total)
Definition at line 61 of file clientmodel.cpp.
◆ getOptionsModel()
◆ getPeerTableModel()
◆ getStatusBarWarnings()
| QString ClientModel::getStatusBarWarnings |
( |
| ) |
const |
Return warnings to be displayed in status bar.
Definition at line 193 of file clientmodel.cpp.
◆ getTorInfo()
| bool ClientModel::getTorInfo |
( |
std::string & |
ip_port | ) |
const |
◆ getTotalBytesRecv()
| quint64 ClientModel::getTotalBytesRecv |
( |
| ) |
const |
◆ getTotalBytesSent()
| quint64 ClientModel::getTotalBytesSent |
( |
| ) |
const |
◆ getVerificationProgress()
| double ClientModel::getVerificationProgress |
( |
| ) |
const |
◆ inInitialBlockDownload()
| bool ClientModel::inInitialBlockDownload |
( |
| ) |
const |
Return true if core is doing initial block download.
Definition at line 176 of file clientmodel.cpp.
◆ isReleaseVersion()
| bool ClientModel::isReleaseVersion |
( |
| ) |
const |
◆ message
| void ClientModel::message |
( |
const QString & |
title, |
|
|
const QString & |
message, |
|
|
unsigned int |
style |
|
) |
| |
|
signal |
Fired when a message should be reported to the user.
◆ numBlocksChanged
| void ClientModel::numBlocksChanged |
( |
int |
count | ) |
|
|
signal |
◆ numConnectionsChanged
| void ClientModel::numConnectionsChanged |
( |
int |
count | ) |
|
|
signal |
◆ setCacheImporting()
| void ClientModel::setCacheImporting |
( |
bool |
import | ) |
|
|
inline |
◆ setCacheInitialSync()
| void ClientModel::setCacheInitialSync |
( |
bool |
_initialSync | ) |
|
|
inline |
◆ setCacheReindexing()
| void ClientModel::setCacheReindexing |
( |
bool |
reindex | ) |
|
|
inline |
◆ setCacheTip()
| void ClientModel::setCacheTip |
( |
const CBlockIndex *const |
tip | ) |
|
|
inline |
◆ showProgress
| void ClientModel::showProgress |
( |
const QString & |
title, |
|
|
int |
nProgress |
|
) |
| |
|
signal |
◆ startMasternodesTimer()
| void ClientModel::startMasternodesTimer |
( |
| ) |
|
◆ stopMasternodesTimer()
| void ClientModel::stopMasternodesTimer |
( |
| ) |
|
◆ strMasternodesChanged
| void ClientModel::strMasternodesChanged |
( |
const QString & |
strMasternodes | ) |
|
|
signal |
◆ subscribeToCoreSignals()
| void ClientModel::subscribeToCoreSignals |
( |
| ) |
|
|
private |
◆ unsubscribeFromCoreSignals()
| void ClientModel::unsubscribeFromCoreSignals |
( |
| ) |
|
|
private |
◆ updateAlert
| void ClientModel::updateAlert |
( |
| ) |
|
|
slot |
◆ updateBanlist
| void ClientModel::updateBanlist |
( |
| ) |
|
|
slot |
◆ updateMnTimer
| void ClientModel::updateMnTimer |
( |
| ) |
|
|
slot |
◆ updateNumConnections
| void ClientModel::updateNumConnections |
( |
int |
numConnections | ) |
|
|
slot |
◆ updateTimer
| void ClientModel::updateTimer |
( |
| ) |
|
|
slot |
◆ banTableModel
◆ cachedImporting
| bool ClientModel::cachedImporting |
|
private |
◆ cachedInitialSync
| bool ClientModel::cachedInitialSync |
|
private |
◆ cachedMasternodeCountString
| QString ClientModel::cachedMasternodeCountString |
|
private |
◆ cachedReindexing
| bool ClientModel::cachedReindexing |
|
private |
◆ cacheTip
◆ numBlocksAtStartup
| int ClientModel::numBlocksAtStartup |
|
private |
◆ optionsModel
◆ peerTableModel
◆ pollMnTimer
| QTimer* ClientModel::pollMnTimer |
|
private |
◆ pollTimer
| QTimer* ClientModel::pollTimer |
|
private |
The documentation for this class was generated from the following files: