Bitcoin
Functions
splashscreen.cpp File Reference
#include <qt/splashscreen.h>
#include <qt/networkstyle.h>
#include <clientversion.h>
#include <interfaces/handler.h>
#include <interfaces/node.h>
#include <interfaces/wallet.h>
#include <ui_interface.h>
#include <util/system.h>
#include <version.h>
#include <QApplication>
#include <QCloseEvent>
#include <QDesktopWidget>
#include <QPainter>
#include <QRadialGradient>

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

◆ ShowProgress()

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