Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

splashscreen.cpp File Reference
#include <qt/splashscreen.h>
#include <qt/guiutil.h>
#include <qt/networkstyle.h>
#include <chainparams.h>
#include <clientversion.h>
#include <init.h>
#include <util.h>
#include <ui_interface.h>
#include <version.h>
#include <QApplication>
#include <QCloseEvent>
#include <QDesktopWidget>
#include <QPainter>
+ 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

◆ ShowProgress()

static void ShowProgress ( SplashScreen splash,
const std::string &  title,
int  nProgress,
bool  resume_possible 
)
static
Released under the MIT license