 |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
Go to the documentation of this file.
8 #ifndef BITCOIN_QT_CLIENTMODEL_H
9 #define BITCOIN_QT_CLIENTMODEL_H
118 void bytesChanged(quint64 totalBytesIn, quint64 totalBytesOut);
121 void message(
const QString& title,
const QString&
message,
unsigned int style);
134 #endif // BITCOIN_QT_CLIENTMODEL_H
void alertsChanged(const QString &warnings)
void startMasternodesTimer()
void subscribeToCoreSignals()
QString getLastBlockHash() const
void numConnectionsChanged(int count)
void message(const QString &title, const QString &message, unsigned int style)
Fired when a message should be reported to the user.
bool inInitialBlockDownload() const
Return true if core is doing initial block download.
int getNumConnections(unsigned int flags=CONNECTIONS_ALL) const
Return number of connections, default is in- and outbound (total)
bool isReleaseVersion() const
bool getTorInfo(std::string &ip_port) const
Qt model of the address book in the core.
ClientModel(OptionsModel *optionsModel, QObject *parent=0)
enum BlockSource getBlockSource() const
Return true if core is importing blocks.
void setCacheImporting(bool import)
const CBlockIndex * cacheTip
QString getStatusBarWarnings() const
Return warnings to be displayed in status bar.
Qt model providing information about connected peers, similar to the "getpeerinfo" RPC call.
BanTableModel * banTableModel
int getNumBlocksAtStartup()
Interface from Qt to configuration data structure for Bitcoin client.
OptionsModel * getOptionsModel()
void unsubscribeFromCoreSignals()
QString cachedMasternodeCountString
PeerTableModel * getPeerTableModel()
QString getMasternodeCountString() const
void setCacheReindexing(bool reindex)
void bytesChanged(quint64 totalBytesIn, quint64 totalBytesOut)
void setCacheTip(const CBlockIndex *const tip)
QString clientName() const
QString formatFullVersion() const
PeerTableModel * peerTableModel
OptionsModel * optionsModel
Qt model providing information about connected peers, similar to the "getpeerinfo" RPC call.
void updateNumConnections(int numConnections)
quint64 getTotalBytesSent() const
double getVerificationProgress() const
void showProgress(const QString &title, int nProgress)
Model for PRCY network client.
UI model for the transaction table of a wallet.
void setCacheInitialSync(bool _initialSync)
A CWallet is an extension of a keystore, which also maintains a set of transactions and balances,...
QString formatClientStartupTime() const
void strMasternodesChanged(const QString &strMasternodes)
void numBlocksChanged(int count)
The block chain is a tree shaped structure starting with the genesis block at the root,...
QDateTime getLastBlockDate() const
void stopMasternodesTimer()
quint64 getTotalBytesRecv() const
BanTableModel * getBanTableModel()