Bitcoin Core  27.99.0
P2P Digital Currency
Functions
splashscreen.cpp File Reference
#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()

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

Definition at line 164 of file splashscreen.cpp.

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

◆ ShowProgress()

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

Definition at line 174 of file splashscreen.cpp.

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