Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

clientmodel.cpp File Reference
#include <qt/clientmodel.h>
#include <qt/bantablemodel.h>
#include <qt/guiconstants.h>
#include <qt/guiutil.h>
#include <qt/peertablemodel.h>
#include <chain.h>
#include <chainparams.h>
#include <checkpoints.h>
#include <clientversion.h>
#include <validation.h>
#include <net.h>
#include <txmempool.h>
#include <ui_interface.h>
#include <util.h>
#include <warnings.h>
#include <masternode/masternode-sync.h>
#include <privatesend/privatesend.h>
#include <llmq/quorums_instantsend.h>
#include <stdint.h>
#include <QDebug>
#include <QTimer>
+ Include dependency graph for clientmodel.cpp:

Go to the source code of this file.

Functions

static void ShowProgress (ClientModel *clientmodel, const std::string &title, int nProgress)
 
static void NotifyNumConnectionsChanged (ClientModel *clientmodel, int newNumConnections)
 
static void NotifyNetworkActiveChanged (ClientModel *clientmodel, bool networkActive)
 
static void NotifyAlertChanged (ClientModel *clientmodel)
 
static void BannedListChanged (ClientModel *clientmodel)
 
static void BlockTipChanged (ClientModel *clientmodel, bool initialSync, const CBlockIndex *pIndex, bool fHeader)
 
static void NotifyMasternodeListChanged (ClientModel *clientmodel, const CDeterministicMNList &newList)
 
static void NotifyAdditionalDataSyncProgressChanged (ClientModel *clientmodel, double nSyncProgress)
 

Variables

static int64_t nLastHeaderTipUpdateNotification = 0
 
static int64_t nLastBlockTipUpdateNotification = 0
 

Function Documentation

◆ BannedListChanged()

static void BannedListChanged ( ClientModel clientmodel)
static

◆ BlockTipChanged()

◆ NotifyAdditionalDataSyncProgressChanged()

static void NotifyAdditionalDataSyncProgressChanged ( ClientModel clientmodel,
double  nSyncProgress 
)
static

◆ NotifyAlertChanged()

static void NotifyAlertChanged ( ClientModel clientmodel)
static

◆ NotifyMasternodeListChanged()

static void NotifyMasternodeListChanged ( ClientModel clientmodel,
const CDeterministicMNList newList 
)
static

◆ NotifyNetworkActiveChanged()

static void NotifyNetworkActiveChanged ( ClientModel clientmodel,
bool  networkActive 
)
static

◆ NotifyNumConnectionsChanged()

static void NotifyNumConnectionsChanged ( ClientModel clientmodel,
int  newNumConnections 
)
static

◆ ShowProgress()

static void ShowProgress ( ClientModel clientmodel,
const std::string &  title,
int  nProgress 
)
static

Variable Documentation

◆ nLastBlockTipUpdateNotification

int64_t nLastBlockTipUpdateNotification = 0
static

Definition at line 37 of file clientmodel.cpp.

Referenced by BlockTipChanged().

◆ nLastHeaderTipUpdateNotification

int64_t nLastHeaderTipUpdateNotification = 0
static

Definition at line 36 of file clientmodel.cpp.

Referenced by BlockTipChanged().

Released under the MIT license