![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include "uint256.h"#include "chain.h"#include <QObject>#include <QDateTime>#include <atomic>#include <memory>Go to the source code of this file.
Classes | |
| class | ClientModel |
| Model for PIVX network client. More... | |
Namespaces | |
| interfaces | |
Enumerations | |
| enum | BlockSource { BLOCK_SOURCE_NONE , BLOCK_SOURCE_REINDEX , BLOCK_SOURCE_DISK , BLOCK_SOURCE_NETWORK } |
| enum | NumConnections { CONNECTIONS_NONE = 0 , CONNECTIONS_IN = (1U << 0) , CONNECTIONS_OUT = (1U << 1) , CONNECTIONS_ALL = (CONNECTIONS_IN | CONNECTIONS_OUT) } |
| enum BlockSource |
| Enumerator | |
|---|---|
| BLOCK_SOURCE_NONE | |
| BLOCK_SOURCE_REINDEX | |
| BLOCK_SOURCE_DISK | |
| BLOCK_SOURCE_NETWORK | |
Definition at line 34 of file clientmodel.h.
| enum NumConnections |
| Enumerator | |
|---|---|
| CONNECTIONS_NONE | |
| CONNECTIONS_IN | |
| CONNECTIONS_OUT | |
| CONNECTIONS_ALL | |
Definition at line 41 of file clientmodel.h.