![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include "transactiontablemodel.h"#include "addresstablemodel.h"#include "guiconstants.h"#include "guiutil.h"#include "optionsmodel.h"#include "transactionrecord.h"#include "walletmodel.h"#include "interfaces/handler.h"#include "sync.h"#include "uint256.h"#include "wallet/wallet.h"#include <algorithm>#include <QColor>#include <QDateTime>#include <QIcon>#include <QtConcurrent/QtConcurrent>#include <QFuture>Go to the source code of this file.
Classes | |
| struct | TxLessThan |
| struct | ConvertTxToVectorResult |
| class | TransactionTablePriv |
| struct | TransactionNotification |
Macros | |
| #define | SINGLE_THREAD_MAX_TXES_SIZE 4000 |
| #define | MAX_AMOUNT_LOADED_RECORDS 20000 |
| #define MAX_AMOUNT_LOADED_RECORDS 20000 |
Definition at line 34 of file transactiontablemodel.cpp.
| #define SINGLE_THREAD_MAX_TXES_SIZE 4000 |
Definition at line 29 of file transactiontablemodel.cpp.