90 void bytesChanged(quint64 totalBytesIn, quint64 totalBytesOut);
93 void message(
const QString &title,
const QString &
message,
unsigned int style);
101 #endif // CLIENTMODEL_H
void numBlocksChanged(int count)
void message(const QString &title, const QString &message, unsigned int style)
Fired when a message should be reported to the user.
quint64 getTotalBytesRecv() const
int getNumConnections(unsigned int flags=CONNECTIONS_ALL) const
Return number of connections, default is in- and outbound (total)
OptionsModel * getOptionsModel()
QString formatClientStartupTime() const
QString getStatusBarWarnings() const
Return warnings to be displayed in status bar.
void numConnectionsChanged(int count)
bool isReleaseVersion() const
void alertsChanged(const QString &warnings)
QString getNetworkName() const
Return network (main, testnet3, regtest)
void bytesChanged(quint64 totalBytesIn, quint64 totalBytesOut)
bool inInitialBlockDownload() const
Return true if core is doing initial block download.
double getVerificationProgress() const
QDateTime getLastBlockDate() const
void updateAlert(const QString &hash, int status)
void unsubscribeFromCoreSignals()
QString clientName() const
void subscribeToCoreSignals()
QString formatBuildDate() const
UI model for the transaction table of a wallet.
Model for Bitcoin network client.
Qt model of the address book in the core.
quint64 getTotalBytesSent() const
ClientModel(OptionsModel *optionsModel, QObject *parent=0)
Interface from Qt to configuration data structure for Bitcoin client.
A CWallet is an extension of a keystore, which also maintains a set of transactions and balances...
OptionsModel * optionsModel
int getNumBlocksAtStartup()
void updateNumConnections(int numConnections)
QString formatFullVersion() const
enum BlockSource getBlockSource() const
Return true if core is importing blocks.