![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
class for the splashscreen with information of the running client More...
#include <splashscreen.h>
Inheritance diagram for SplashScreen:
Collaboration diagram for SplashScreen:Public Slots | |
| void | slotFinish (QWidget *mainWin) |
| Slot to call finish() method as it's not defined as slot. More... | |
Public Member Functions | |
| SplashScreen (const QPixmap &pixmap, Qt::WindowFlags f, bool isTestNet) | |
| ~SplashScreen () | |
Private Member Functions | |
| void | subscribeToCoreSignals () |
| Connect core signals to splash screen. More... | |
| void | unsubscribeFromCoreSignals () |
| Disconnect core signals to splash screen. More... | |
class for the splashscreen with information of the running client
Definition at line 12 of file splashscreen.h.
|
explicit |
Definition at line 20 of file splashscreen.cpp.
References COPYRIGHT_YEAR, OMNICORE_VERSION_BASE, OMNICORE_VERSION_TYPE, and subscribeToCoreSignals().
Here is the call graph for this function:| SplashScreen::~SplashScreen | ( | ) |
Definition at line 103 of file splashscreen.cpp.
References unsubscribeFromCoreSignals().
Here is the call graph for this function:
|
slot |
Slot to call finish() method as it's not defined as slot.
Definition at line 108 of file splashscreen.cpp.
|
private |
Connect core signals to splash screen.
Definition at line 134 of file splashscreen.cpp.
References CClientUIInterface::InitMessage, InitMessage(), CClientUIInterface::LoadWallet, and uiInterface.
Referenced by SplashScreen().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Disconnect core signals to splash screen.
Definition at line 143 of file splashscreen.cpp.
References CClientUIInterface::InitMessage, InitMessage(), pwalletMain, ShowProgress(), CWallet::ShowProgress, and uiInterface.
Referenced by ~SplashScreen().
Here is the call graph for this function:
Here is the caller graph for this function:
1.8.8