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

#include <loadingdialog.h>

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

Public Slots

void process ()
 

Signals

void finished ()
 
void error (QString err, int type)
 

Public Member Functions

 Worker (Runnable *runnable, int type)
 
 ~Worker ()
 
virtual void clean ()
 
void setType (int _type)
 

Private Attributes

Runnablerunnable
 
int type
 

Detailed Description

Definition at line 20 of file loadingdialog.h.

Constructor & Destructor Documentation

◆ Worker()

Worker::Worker ( Runnable runnable,
int  type 
)
inline

Definition at line 23 of file loadingdialog.h.

◆ ~Worker()

Worker::~Worker ( )
inline

Definition at line 24 of file loadingdialog.h.

Member Function Documentation

◆ clean()

virtual void Worker::clean ( )
inlinevirtual

Reimplemented in WalletWorker.

Definition at line 27 of file loadingdialog.h.

Here is the caller graph for this function:

◆ error

void Worker::error ( QString  err,
int  type 
)
signal
Here is the caller graph for this function:

◆ finished

void Worker::finished ( )
signal
Here is the caller graph for this function:

◆ process

void Worker::process ( )
slot

Definition at line 10 of file loadingdialog.cpp.

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

◆ setType()

void Worker::setType ( int  _type)
inline

Definition at line 28 of file loadingdialog.h.

Member Data Documentation

◆ runnable

Runnable* Worker::runnable
private

Definition at line 36 of file loadingdialog.h.

◆ type

int Worker::type
private

Definition at line 37 of file loadingdialog.h.


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