Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <kernel_notifications.h>
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 () |
virtual void | blockTip (SynchronizationState state, CBlockIndex &index) |
virtual void | headerTip (SynchronizationState state, int64_t height, int64_t timestamp, bool presync) |
virtual void | progress (const bilingual_str &title, int progress_percent, bool resume_possible) |
virtual void | warning (const std::string &warning) |
Definition at line 17 of file kernel_notifications.h.
|
overridevirtual |
Reimplemented from kernel::Notifications.
Definition at line 46 of file kernel_notifications.cpp.
|
overridevirtual |
Reimplemented from kernel::Notifications.
Definition at line 51 of file kernel_notifications.cpp.
|
overridevirtual |
Reimplemented from kernel::Notifications.
Definition at line 56 of file kernel_notifications.cpp.
|
overridevirtual |
Reimplemented from kernel::Notifications.
Definition at line 62 of file kernel_notifications.cpp.