PIVX Core  5.6.99
P2P Digital Currency
Public Slots | Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
Splash Class Reference

#include <splash.h>

Inheritance diagram for Splash:
[legend]
Collaboration diagram for Splash:
[legend]

Public Slots

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

Public Member Functions

 Splash (const NetworkStyle *networkStyle)
 
 ~Splash ()
 

Protected Member Functions

void closeEvent (QCloseEvent *event)
 

Private Member Functions

void subscribeToCoreSignals ()
 Connect core signals to splash screen. More...
 
void unsubscribeFromCoreSignals ()
 Disconnect core signals to splash screen. More...
 

Private Attributes

Ui::Splash * ui
 
std::unique_ptr< interfaces::Handlerm_handler_init_message
 
std::unique_ptr< interfaces::Handlerm_handler_show_progress
 
std::unique_ptr< interfaces::Handlerm_handler_load_wallet
 

Detailed Description

Definition at line 22 of file splash.h.

Constructor & Destructor Documentation

◆ Splash()

Splash::Splash ( const NetworkStyle networkStyle)
explicit

Definition at line 31 of file splash.cpp.

Here is the call graph for this function:

◆ ~Splash()

Splash::~Splash ( )

Definition at line 61 of file splash.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ closeEvent()

void Splash::closeEvent ( QCloseEvent *  event)
protected

Definition at line 113 of file splash.cpp.

Here is the call graph for this function:

◆ showMessage

void Splash::showMessage ( const QString &  message,
int  alignment,
const QColor &  color 
)
slot

Show message and progress.

Definition at line 109 of file splash.cpp.

◆ slotFinish

void Splash::slotFinish ( QWidget *  mainWin)
slot

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

Definition at line 66 of file splash.cpp.

Here is the caller graph for this function:

◆ subscribeToCoreSignals()

void Splash::subscribeToCoreSignals ( )
private

Connect core signals to splash screen.

Definition at line 90 of file splash.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ unsubscribeFromCoreSignals()

void Splash::unsubscribeFromCoreSignals ( )
private

Disconnect core signals to splash screen.

Definition at line 99 of file splash.cpp.

Here is the caller graph for this function:

Member Data Documentation

◆ m_handler_init_message

std::unique_ptr<interfaces::Handler> Splash::m_handler_init_message
private

Definition at line 44 of file splash.h.

◆ m_handler_load_wallet

std::unique_ptr<interfaces::Handler> Splash::m_handler_load_wallet
private

Definition at line 46 of file splash.h.

◆ m_handler_show_progress

std::unique_ptr<interfaces::Handler> Splash::m_handler_show_progress
private

Definition at line 45 of file splash.h.

◆ ui

Ui::Splash* Splash::ui
private

Definition at line 41 of file splash.h.


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