![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <splashscreen.h>
Public Slots | |
void | slotFinish (QWidget *mainWin) |
void | showMessage (const QString &message, int alignment, const QColor &color) |
Public Member Functions | |
SplashScreen (Qt::WindowFlags f, const NetworkStyle *networkStyle) | |
~SplashScreen () | |
Protected Member Functions | |
void | paintEvent (QPaintEvent *event) |
void | closeEvent (QCloseEvent *event) |
Private Member Functions | |
void | subscribeToCoreSignals () |
void | unsubscribeFromCoreSignals () |
Private Attributes | |
QPixmap | pixmap |
QString | curMessage |
QColor | curColor |
int | curAlignment |
Class for the splashscreen with information of the running client.
Definition at line 18 of file splashscreen.h.
|
explicit |
Definition at line 25 of file splashscreen.cpp.
SplashScreen::~SplashScreen | ( | ) |
Definition at line 108 of file splashscreen.cpp.
|
protected |
Definition at line 184 of file splashscreen.cpp.
|
protected |
Definition at line 175 of file splashscreen.cpp.
|
slot |
Show message and progress
Definition at line 167 of file splashscreen.cpp.
|
slot |
Slot to call finish() method as it's not defined as slot
Definition at line 113 of file splashscreen.cpp.
|
private |
Connect core signals to splash screen
Definition at line 146 of file splashscreen.cpp.
Referenced by SplashScreen().
|
private |
Disconnect core signals to splash screen
Definition at line 156 of file splashscreen.cpp.
Referenced by ~SplashScreen().
|
private |
Definition at line 46 of file splashscreen.h.
Referenced by paintEvent(), and showMessage().
|
private |
Definition at line 45 of file splashscreen.h.
Referenced by paintEvent(), and showMessage().
|
private |
Definition at line 44 of file splashscreen.h.
Referenced by paintEvent(), and showMessage().
|
private |
Definition at line 43 of file splashscreen.h.
Referenced by paintEvent(), and SplashScreen().