PIVX Core  5.6.99
P2P Digital Currency
Public Member Functions | List of all members
Runnable Class Referenceabstract

#include <prunnable.h>

Inheritance diagram for Runnable:
[legend]

Public Member Functions

virtual void run (int type)=0
 
virtual void onError (QString error, int type)=0
 

Detailed Description

Definition at line 10 of file prunnable.h.

Member Function Documentation

◆ onError()

virtual void Runnable::onError ( QString  error,
int  type 
)
pure virtual

Implemented in TopBar, SettingsInformationWidget, SendWidget, PWidget, MasterNodesWidget, DashboardWidget, ColdStakingWidget, and AskPassphraseDialog.

Here is the caller graph for this function:

◆ run()

virtual void Runnable::run ( int  type)
pure virtual

Implemented in TopBar, SettingsInformationWidget, SendWidget, PWidget, MasterNodesWidget, DashboardWidget, ColdStakingWidget, and AskPassphraseDialog.

Here is the caller graph for this function:

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