PRCYCoin  2.0.0.7rc1
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 "transactiondesc.h"
#include "transactionrecord.h"
#include "walletmodel.h"
#include "main.h"
#include "sync.h"
#include "uint256.h"
#include "util.h"
#include "wallet/wallet.h"
#include <algorithm>
#include <QColor>
#include <QDateTime>
#include <QDebug>
#include <QIcon>
#include <QList>
#include <QtConcurrent/QtConcurrent>
#include <QFuture>
Include dependency graph for transactiontablemodel.cpp:

Go to the source code of this file.

Classes

struct  TxLessThan
 
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 36 of file transactiontablemodel.cpp.

◆ SINGLE_THREAD_MAX_TXES_SIZE

#define SINGLE_THREAD_MAX_TXES_SIZE   4000

Definition at line 31 of file transactiontablemodel.cpp.