Interface used to notify the UI about node events.
Synopsis
Declared in <node/interface_ui.h>
class CClientUIInterface;
Enums
Name |
Description |
Flags for CClientUIInterface::ThreadSafeMessageBox |
Data Members
Name |
Description |
Banlist did change. |
|
Progress message during initialization. |
|
Wallet loader created. |
|
Status bar alerts changed. |
|
New block has been accepted |
|
Best header has changed |
|
Network activity state changed. |
|
Number of network connections changed. |
|
Show progress e.g. for verifychain. resume_possible indicates shutting down now will result in the current progress action resuming upon restart. |
|
Show message box. |
|
If possible, ask the user a question. If not, falls back to ThreadSafeMessageBox(noninteractive_message, style) and returns false. |
Created with MrDocs