Bitcoin
Functions | Variables
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 <clientversion.h>
#include <interfaces/handler.h>
#include <interfaces/node.h>
#include <net.h>
#include <netbase.h>
#include <util/system.h>
#include <stdint.h>
#include <QDebug>
#include <QTimer>

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, int height, int64_t blockTime, double verificationProgress, bool fHeader)
 

Variables

static int64_t nLastHeaderTipUpdateNotification = 0
 
static int64_t nLastBlockTipUpdateNotification = 0
 

Function Documentation

◆ BannedListChanged()

static void BannedListChanged ( ClientModel clientmodel)
static

◆ BlockTipChanged()

static void BlockTipChanged ( ClientModel clientmodel,
bool  initialSync,
int  height,
int64_t  blockTime,
double  verificationProgress,
bool  fHeader 
)
static

◆ NotifyAlertChanged()

static void NotifyAlertChanged ( ClientModel clientmodel)
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

◆ nLastHeaderTipUpdateNotification

int64_t nLastHeaderTipUpdateNotification = 0
static