Anoncoin  0.9.4
P2P Digital Currency
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:
[legend]
Collaboration diagram for SplashScreen:
[legend]

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 13 of file splashscreen.h.

Constructor & Destructor Documentation

SplashScreen::SplashScreen ( const QPixmap &  pixmap,
Qt::WindowFlags  f,
bool  isTestNet 
)
explicit

Definition at line 24 of file splashscreen.cpp.

Here is the call graph for this function:

SplashScreen::~SplashScreen ( )

Definition at line 81 of file splashscreen.cpp.

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 86 of file splashscreen.cpp.

void SplashScreen::subscribeToCoreSignals ( )
private

Connect core signals to splash screen.

Definition at line 121 of file splashscreen.cpp.

Here is the caller graph for this function:

void SplashScreen::unsubscribeFromCoreSignals ( )
private

Disconnect core signals to splash screen.

Definition at line 130 of file splashscreen.cpp.

Here is the caller graph for this function:


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