BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
Public Slots | Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | 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...
 
void showMessage (const QString &message, int alignment, const QColor &color)
 Show message and progress. More...
 

Public Member Functions

 SplashScreen (interfaces::Node &node, Qt::WindowFlags f, const NetworkStyle *networkStyle)
 
 ~SplashScreen ()
 

Protected Member Functions

void paintEvent (QPaintEvent *event)
 
void closeEvent (QCloseEvent *event)
 
bool eventFilter (QObject *obj, QEvent *ev)
 

Private Member Functions

void subscribeToCoreSignals ()
 Connect core signals to splash screen. More...
 
void unsubscribeFromCoreSignals ()
 Disconnect core signals to splash screen. More...
 
void ConnectWallet (std::unique_ptr< interfaces::Wallet > wallet)
 Connect wallet signals to splash screen. More...
 

Private Attributes

QPixmap pixmap
 
QString curMessage
 
QColor curColor
 
int curAlignment
 
interfaces::Nodem_node
 
std::unique_ptr< interfaces::Handlerm_handler_init_message
 
std::unique_ptr< interfaces::Handlerm_handler_show_progress
 
std::unique_ptr< interfaces::Handlerm_handler_load_wallet
 
std::list< std::unique_ptr< interfaces::Wallet > > m_connected_wallets
 
std::list< std::unique_ptr< interfaces::Handler > > m_connected_wallet_handlers
 

Detailed Description

Class for the splashscreen with information of the running client.

Note
this is intentionally not a QSplashScreen. BSHA3 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 27 of file splashscreen.h.

Constructor & Destructor Documentation

◆ SplashScreen()

SplashScreen::SplashScreen ( interfaces::Node node,
Qt::WindowFlags  f,
const NetworkStyle networkStyle 
)
explicit

Definition at line 29 of file splashscreen.cpp.

Here is the call graph for this function:

◆ ~SplashScreen()

SplashScreen::~SplashScreen ( )

Definition at line 137 of file splashscreen.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ closeEvent()

void SplashScreen::closeEvent ( QCloseEvent *  event)
protected

Definition at line 227 of file splashscreen.cpp.

Here is the call graph for this function:

◆ ConnectWallet()

void SplashScreen::ConnectWallet ( std::unique_ptr< interfaces::Wallet wallet)
private

Connect wallet signals to splash screen.

◆ eventFilter()

bool SplashScreen::eventFilter ( QObject *  obj,
QEvent *  ev 
)
protected

Definition at line 142 of file splashscreen.cpp.

Here is the call graph for this function:

◆ paintEvent()

void SplashScreen::paintEvent ( QPaintEvent *  event)
protected

Definition at line 218 of file splashscreen.cpp.

◆ showMessage

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

Show message and progress.

Definition at line 210 of file splashscreen.cpp.

◆ slotFinish

void SplashScreen::slotFinish ( QWidget *  mainWin)
slot

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

Definition at line 152 of file splashscreen.cpp.

Here is the caller graph for this function:

◆ subscribeToCoreSignals()

void SplashScreen::subscribeToCoreSignals ( )
private

Connect core signals to splash screen.

Definition at line 188 of file splashscreen.cpp.

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

◆ unsubscribeFromCoreSignals()

void SplashScreen::unsubscribeFromCoreSignals ( )
private

Disconnect core signals to splash screen.

Definition at line 198 of file splashscreen.cpp.

Here is the caller graph for this function:

Member Data Documentation

◆ curAlignment

int SplashScreen::curAlignment
private

Definition at line 60 of file splashscreen.h.

◆ curColor

QColor SplashScreen::curColor
private

Definition at line 59 of file splashscreen.h.

◆ curMessage

QString SplashScreen::curMessage
private

Definition at line 58 of file splashscreen.h.

◆ m_connected_wallet_handlers

std::list<std::unique_ptr<interfaces::Handler> > SplashScreen::m_connected_wallet_handlers
private

Definition at line 67 of file splashscreen.h.

◆ m_connected_wallets

std::list<std::unique_ptr<interfaces::Wallet> > SplashScreen::m_connected_wallets
private

Definition at line 66 of file splashscreen.h.

◆ m_handler_init_message

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

Definition at line 63 of file splashscreen.h.

◆ m_handler_load_wallet

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

Definition at line 65 of file splashscreen.h.

◆ m_handler_show_progress

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

Definition at line 64 of file splashscreen.h.

◆ m_node

interfaces::Node& SplashScreen::m_node
private

Definition at line 62 of file splashscreen.h.

◆ pixmap

QPixmap SplashScreen::pixmap
private

Definition at line 57 of file splashscreen.h.


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