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

#include <loadingdialog.h>

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

Public Slots

void finished ()
 
void loadingTextChange ()
 

Public Member Functions

 LoadingDialog (QWidget *parent=nullptr, QString loadingMsg="")
 
 ~LoadingDialog ()
 
void execute (Runnable *runnable, int type, std::unique_ptr< WalletModel::UnlockContext > pctx=nullptr)
 

Private Attributes

Ui::LoadingDialog * ui
 
QTimer * loadingTimer = nullptr
 
int loading = 0
 

Detailed Description

Definition at line 63 of file loadingdialog.h.

Constructor & Destructor Documentation

◆ LoadingDialog()

LoadingDialog::LoadingDialog ( QWidget *  parent = nullptr,
QString  loadingMsg = "" 
)
explicit

Definition at line 29 of file loadingdialog.cpp.

◆ ~LoadingDialog()

LoadingDialog::~LoadingDialog ( )

Definition at line 99 of file loadingdialog.cpp.

Member Function Documentation

◆ execute()

void LoadingDialog::execute ( Runnable runnable,
int  type,
std::unique_ptr< WalletModel::UnlockContext pctx = nullptr 
)

Definition at line 52 of file loadingdialog.cpp.

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

◆ finished

void LoadingDialog::finished ( )
slot

Definition at line 93 of file loadingdialog.cpp.

Here is the caller graph for this function:

◆ loadingTextChange

void LoadingDialog::loadingTextChange ( )
slot

Definition at line 71 of file loadingdialog.cpp.

Here is the caller graph for this function:

Member Data Documentation

◆ loading

int LoadingDialog::loading = 0
private

Definition at line 80 of file loadingdialog.h.

◆ loadingTimer

QTimer* LoadingDialog::loadingTimer = nullptr
private

Definition at line 79 of file loadingdialog.h.

◆ ui

Ui::LoadingDialog* LoadingDialog::ui
private

Definition at line 78 of file loadingdialog.h.


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