Class for the splashscreen with information of the running client.
More...
#include <splashscreen.h>
|
void | slotFinish (QWidget *mainWin) |
| Slot to call finish() method as it's not defined as slot. More...
|
|
void | showMessage (const QString &message, int alignment, const QColor &color) |
| Show message and progress. More...
|
|
Class for the splashscreen with information of the running client.
- Note
- this is intentionally not a QSplashScreen. Raven Core initialization can take a long time, and in that case a progress window that cannot be moved around and minimized has turned out to be frustrating to the user.
Definition at line 21 of file splashscreen.h.
◆ SplashScreen()
SplashScreen::SplashScreen |
( |
Qt::WindowFlags |
f, |
|
|
const NetworkStyle * |
networkStyle |
|
) |
| |
|
explicit |
◆ ~SplashScreen()
SplashScreen::~SplashScreen |
( |
| ) |
|
◆ closeEvent()
void SplashScreen::closeEvent |
( |
QCloseEvent * |
event | ) |
|
|
protected |
◆ ConnectWallet()
void SplashScreen::ConnectWallet |
( |
CWallet * |
| ) |
|
|
private |
Connect wallet signals to splash screen.
◆ eventFilter()
bool SplashScreen::eventFilter |
( |
QObject * |
obj, |
|
|
QEvent * |
ev |
|
) |
| |
|
protected |
◆ paintEvent()
void SplashScreen::paintEvent |
( |
QPaintEvent * |
event | ) |
|
|
protected |
◆ showMessage
void SplashScreen::showMessage |
( |
const QString & |
message, |
|
|
int |
alignment, |
|
|
const QColor & |
color |
|
) |
| |
|
slot |
◆ slotFinish
void SplashScreen::slotFinish |
( |
QWidget * |
mainWin | ) |
|
|
slot |
Slot to call finish() method as it's not defined as slot.
Definition at line 153 of file splashscreen.cpp.
◆ subscribeToCoreSignals()
void SplashScreen::subscribeToCoreSignals |
( |
| ) |
|
|
private |
◆ unsubscribeFromCoreSignals()
void SplashScreen::unsubscribeFromCoreSignals |
( |
| ) |
|
|
private |
◆ connectedWallets
QList<CWallet*> SplashScreen::connectedWallets |
|
private |
◆ curAlignment
int SplashScreen::curAlignment |
|
private |
◆ curColor
QColor SplashScreen::curColor |
|
private |
◆ curMessage
QString SplashScreen::curMessage |
|
private |
◆ pixmap
QPixmap SplashScreen::pixmap |
|
private |
The documentation for this class was generated from the following files: