![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include <stdint.h>#include <string>#include "optional.h"#include <boost/signals2/last_value.hpp>#include <boost/signals2/signal.hpp>Go to the source code of this file.
Classes | |
| class | CClientUIInterface |
| Signals for UI communication. More... | |
Enumerations | |
| enum | ChangeType { CT_NEW , CT_UPDATED , CT_DELETED } |
| General change type (added, updated, removed). More... | |
Variables | |
| CClientUIInterface | uiInterface |
| enum ChangeType |
General change type (added, updated, removed).
| Enumerator | |
|---|---|
| CT_NEW | |
| CT_UPDATED | |
| CT_DELETED | |
Definition at line 24 of file guiinterface.h.
|
extern |