Class for the splashscreen with information of the running client.
More...
#include <splashscreen.h>
Class for the splashscreen with information of the running client.
- Note
- this is intentionally not a QSplashScreen. Fabcoin 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 20 of file splashscreen.h.
SplashScreen::SplashScreen |
( |
Qt::WindowFlags |
f, |
|
|
const NetworkStyle * |
networkStyle |
|
) |
| |
|
explicit |
SplashScreen::~SplashScreen |
( |
| ) |
|
void SplashScreen::closeEvent |
( |
QCloseEvent * |
event | ) |
|
|
protected |
void SplashScreen::ConnectWallet |
( |
CWallet * |
| ) |
|
|
private |
Connect wallet signals to splash screen.
bool SplashScreen::eventFilter |
( |
QObject * |
obj, |
|
|
QEvent * |
ev |
|
) |
| |
|
protected |
void SplashScreen::paintEvent |
( |
QPaintEvent * |
event | ) |
|
|
protected |
void SplashScreen::setBreakAction |
( |
const std::function< void(void)> & |
action | ) |
|
|
slot |
void SplashScreen::showMessage |
( |
const QString & |
message, |
|
|
int |
alignment, |
|
|
const QColor & |
color |
|
) |
| |
|
slot |
void SplashScreen::slotFinish |
( |
QWidget * |
mainWin | ) |
|
|
slot |
Slot to call finish() method as it's not defined as slot.
Definition at line 130 of file splashscreen.cpp.
void SplashScreen::subscribeToCoreSignals |
( |
| ) |
|
|
private |
void SplashScreen::unsubscribeFromCoreSignals |
( |
| ) |
|
|
private |
QList<CWallet*> SplashScreen::connectedWallets |
|
private |
int SplashScreen::curAlignment |
|
private |
QColor SplashScreen::curColor |
|
private |
QString SplashScreen::curMessage |
|
private |
QPixmap SplashScreen::pixmap |
|
private |
The documentation for this class was generated from the following files: