Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Slots | Public Member Functions | Private Member Functions | List of all members
SplashScreen Class Reference

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...
 

Detailed Description

class for the splashscreen with information of the running client

Definition at line 12 of file splashscreen.h.

Constructor & Destructor Documentation

SplashScreen::SplashScreen ( const QPixmap &  pixmap,
Qt::WindowFlags  f,
bool  isTestNet 
)
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:

Member Function Documentation

void SplashScreen::slotFinish ( QWidget mainWin)
slot

Slot to call finish() method as it's not defined as slot.

Definition at line 108 of file splashscreen.cpp.

void SplashScreen::subscribeToCoreSignals ( )
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:

void SplashScreen::unsubscribeFromCoreSignals ( )
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:


The documentation for this class was generated from the following files: