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

#include <loadingdialog.h>

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

Public Member Functions

 WalletWorker (Runnable *runnable, int type, std::unique_ptr< WalletModel::UnlockContext > _pctx)
 
void clean () override
 
void setContext (std::unique_ptr< WalletModel::UnlockContext > _pctx)
 
- Public Member Functions inherited from Worker
 Worker (Runnable *runnable, int type)
 
 ~Worker ()
 
void setType (int _type)
 

Private Attributes

std::unique_ptr< WalletModel::UnlockContextpctx {nullptr}
 

Additional Inherited Members

- Public Slots inherited from Worker
void process ()
 
- Signals inherited from Worker
void finished ()
 
void error (QString err, int type)
 

Detailed Description

Definition at line 43 of file loadingdialog.h.

Constructor & Destructor Documentation

◆ WalletWorker()

WalletWorker::WalletWorker ( Runnable runnable,
int  type,
std::unique_ptr< WalletModel::UnlockContext _pctx 
)
inline

Definition at line 46 of file loadingdialog.h.

Member Function Documentation

◆ clean()

void WalletWorker::clean ( )
inlineoverridevirtual

Reimplemented from Worker.

Definition at line 50 of file loadingdialog.h.

Here is the caller graph for this function:

◆ setContext()

void WalletWorker::setContext ( std::unique_ptr< WalletModel::UnlockContext _pctx)
inline

Definition at line 54 of file loadingdialog.h.

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

Member Data Documentation

◆ pctx

std::unique_ptr<WalletModel::UnlockContext> WalletWorker::pctx {nullptr}
private

Definition at line 60 of file loadingdialog.h.


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