Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
splashscreen.cpp File Reference
#include <bitcoin-build-config.h>
#include <qt/splashscreen.h>
#include <clientversion.h>
#include <common/system.h>
#include <interfaces/handler.h>
#include <interfaces/node.h>
#include <interfaces/wallet.h>
#include <qt/guiutil.h>
#include <qt/networkstyle.h>
#include <qt/walletmodel.h>
#include <util/translation.h>
#include <functional>
#include <QApplication>
#include <QCloseEvent>
#include <QPainter>
#include <QRadialGradient>
#include <QScreen>
Include dependency graph for splashscreen.cpp:

Go to the source code of this file.

Functions

static void InitMessage (SplashScreen *splash, const std::string &message)
static void ShowProgress (SplashScreen *splash, const std::string &title, int nProgress, bool resume_possible)

Function Documentation

◆ InitMessage()

void InitMessage ( SplashScreen * splash,
const std::string & message )
static

Definition at line 162 of file splashscreen.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ShowProgress()

void ShowProgress ( SplashScreen * splash,
const std::string & title,
int nProgress,
bool resume_possible )
static

Definition at line 172 of file splashscreen.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: