#include <qt/clientmodel.h>
#include <checkpoints.h>
#include <clientversion.h>
#include <config.h>
#include <interfaces/handler.h>
#include <interfaces/node.h>
#include <net.h>
#include <netbase.h>
#include <qt/bantablemodel.h>
#include <qt/guiconstants.h>
#include <qt/guiutil.h>
#include <qt/peertablemodel.h>
#include <util/system.h>
#include <validation.h>
#include <QDebug>
#include <QThread>
#include <QTimer>
#include <cstdint>
Go to the source code of this file.
◆ BannedListChanged()
static void BannedListChanged |
( |
ClientModel * |
clientmodel | ) |
|
|
static |
◆ BlockTipChanged()
static void BlockTipChanged |
( |
ClientModel * |
clientmodel, |
|
|
SynchronizationState |
sync_state, |
|
|
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 |
◆ nLastBlockTipUpdateNotification
int64_t nLastBlockTipUpdateNotification = 0 |
|
static |
◆ nLastHeaderTipUpdateNotification
int64_t nLastHeaderTipUpdateNotification = 0 |
|
static |