Fabcoin Core  0.16.2
P2P Digital Currency
Public Slots | Signals | Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
FabcoinCore Class Reference

Class encapsulating Fabcoin Core startup and shutdown. More...

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

Public Slots

void initialize ()
 
void shutdown ()
 

Signals

void initializeResult (bool success)
 
void shutdownResult ()
 
void runawayException (const QString &message)
 

Public Member Functions

 FabcoinCore ()
 

Static Public Member Functions

static bool baseInitialize ()
 Basic initialization, before starting initialization/shutdown thread. More...
 

Private Member Functions

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

Private Attributes

boost::thread_group threadGroup
 
CScheduler scheduler
 

Detailed Description

Class encapsulating Fabcoin Core startup and shutdown.

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

Definition at line 188 of file fabcoin.cpp.

Constructor & Destructor Documentation

FabcoinCore::FabcoinCore ( )
explicit

Definition at line 283 of file fabcoin.cpp.

Member Function Documentation

bool FabcoinCore::baseInitialize ( )
static

Basic initialization, before starting initialization/shutdown thread.

Return true on success.

Definition at line 294 of file fabcoin.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

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

Pass fatal exception message to UI thread.

Definition at line 288 of file fabcoin.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void FabcoinCore::initialize ( )
slot

Definition at line 315 of file fabcoin.cpp.

Here is the call graph for this function:

void FabcoinCore::initializeResult ( bool  success)
signal

Here is the caller graph for this function:

void FabcoinCore::runawayException ( const QString &  message)
signal

Here is the caller graph for this function:

void FabcoinCore::shutdown ( )
slot

Definition at line 329 of file fabcoin.cpp.

Here is the call graph for this function:

void FabcoinCore::shutdownResult ( )
signal

Here is the caller graph for this function:

Member Data Documentation

CScheduler FabcoinCore::scheduler
private

Definition at line 209 of file fabcoin.cpp.

boost::thread_group FabcoinCore::threadGroup
private

Definition at line 208 of file fabcoin.cpp.


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