PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Public Slots | Signals | Public Member Functions | Private Member Functions | Private Attributes | List of all members
BitcoinCore Class Reference

Class encapsulating PRCY startup and shutdown. More...

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

Public Slots

void initialize ()
 
void shutdown ()
 
void restart (QStringList args)
 

Signals

void initializeResult (int retval)
 
void shutdownResult (int retval)
 
void runawayException (const QString &message)
 

Public Member Functions

 BitcoinCore ()
 

Private Member Functions

void handleRunawayException (const std::exception *e)
 Pass fatal exception message to UI thread. More...
 

Private Attributes

bool execute_restart
 Flag indicating a restart. More...
 

Detailed Description

Class encapsulating PRCY startup and shutdown.

Allows running startup and shutdown in a different thread from the UI thread.

Definition at line 173 of file prcycoin.cpp.

Constructor & Destructor Documentation

◆ BitcoinCore()

BitcoinCore::BitcoinCore ( )
explicit

Definition at line 259 of file prcycoin.cpp.

Member Function Documentation

◆ handleRunawayException()

void BitcoinCore::handleRunawayException ( const std::exception *  e)
private

Pass fatal exception message to UI thread.

Definition at line 263 of file prcycoin.cpp.

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

◆ initialize

void BitcoinCore::initialize ( )
slot

Definition at line 269 of file prcycoin.cpp.

Here is the call graph for this function:

◆ initializeResult

void BitcoinCore::initializeResult ( int  retval)
signal
Here is the caller graph for this function:

◆ restart

void BitcoinCore::restart ( QStringList  args)
slot

Definition at line 284 of file prcycoin.cpp.

Here is the call graph for this function:

◆ runawayException

void BitcoinCore::runawayException ( const QString &  message)
signal
Here is the caller graph for this function:

◆ shutdown

void BitcoinCore::shutdown ( )
slot

Definition at line 306 of file prcycoin.cpp.

Here is the call graph for this function:

◆ shutdownResult

void BitcoinCore::shutdownResult ( int  retval)
signal
Here is the caller graph for this function:

Member Data Documentation

◆ execute_restart

bool BitcoinCore::execute_restart
private

Flag indicating a restart.

Definition at line 191 of file prcycoin.cpp.


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