Bitcoin ABC  0.26.3
P2P Digital Currency
Public Member Functions | List of all members
node::KernelNotifications Class Reference

#include <kernel_notifications.h>

Inheritance diagram for node::KernelNotifications:
[legend]
Collaboration diagram for node::KernelNotifications:
[legend]

Public Member Functions

void blockTip (SynchronizationState state, CBlockIndex &index) override
 
void headerTip (SynchronizationState state, int64_t height, int64_t timestamp, bool presync) override
 
void progress (const bilingual_str &title, int progress_percent, bool resume_possible) override
 
void warning (const std::string &warning) override
 
- Public Member Functions inherited from kernel::Notifications
virtual ~Notifications ()
 

Detailed Description

Definition at line 17 of file kernel_notifications.h.

Member Function Documentation

◆ blockTip()

void node::KernelNotifications::blockTip ( SynchronizationState  state,
CBlockIndex index 
)
overridevirtual

Reimplemented from kernel::Notifications.

Definition at line 46 of file kernel_notifications.cpp.

◆ headerTip()

void node::KernelNotifications::headerTip ( SynchronizationState  state,
int64_t  height,
int64_t  timestamp,
bool  presync 
)
overridevirtual

Reimplemented from kernel::Notifications.

Definition at line 51 of file kernel_notifications.cpp.

◆ progress()

void node::KernelNotifications::progress ( const bilingual_str title,
int  progress_percent,
bool  resume_possible 
)
overridevirtual

Reimplemented from kernel::Notifications.

Definition at line 56 of file kernel_notifications.cpp.

◆ warning()

void node::KernelNotifications::warning ( const std::string &  warning)
overridevirtual

Reimplemented from kernel::Notifications.

Definition at line 62 of file kernel_notifications.cpp.

Here is the call graph for this function:

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