Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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>

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 |
Definition at line 164 of file splashscreen.cpp.
References GUIUtil::DEFAULT, and GUIUtil::getThemedQColor().
Referenced by ShowProgress(), SplashScreen::subscribeToCoreSignals(), and SplashScreen::unsubscribeFromCoreSignals().
◆ ShowProgress()
|
static |
Definition at line 173 of file splashscreen.cpp.
References _(), InitMessage(), and strprintf.
Referenced by SplashScreen::subscribeToCoreSignals(), and SplashScreen::unsubscribeFromCoreSignals().