#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 <util/threadnames.h>
#include <validation.h>
#include <stdint.h>
#include <QDebug>
#include <QThread>
#include <QTimer>
Go to the source code of this file.
◆ BannedListChanged()
static void BannedListChanged |
( |
ClientModel * |
clientmodel | ) |
|
|
static |
◆ BlockTipChanged()
◆ 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 |