PIVX Core  5.6.99
P2P Digital Currency
Classes | Macros
transactiontablemodel.cpp File Reference
#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>
Include dependency graph for transactiontablemodel.cpp:

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
 

Macro Definition Documentation

◆ MAX_AMOUNT_LOADED_RECORDS

#define MAX_AMOUNT_LOADED_RECORDS   20000
Todo:
, add load on demand in pages (not every tx loaded all the time into the records list).

Definition at line 34 of file transactiontablemodel.cpp.

◆ SINGLE_THREAD_MAX_TXES_SIZE

#define SINGLE_THREAD_MAX_TXES_SIZE   4000

Definition at line 29 of file transactiontablemodel.cpp.