Dash Core  0.12.2.1
P2P Digital Currency
transactiontablemodel.cpp File Reference
#include "transactiontablemodel.h"
#include "addresstablemodel.h"
#include "guiconstants.h"
#include "guiutil.h"
#include "optionsmodel.h"
#include "platformstyle.h"
#include "transactiondesc.h"
#include "transactionrecord.h"
#include "walletmodel.h"
#include "core_io.h"
#include "validation.h"
#include "sync.h"
#include "uint256.h"
#include "util.h"
#include "wallet/wallet.h"
#include <QColor>
#include <QDateTime>
#include <QDebug>
#include <QIcon>
#include <QList>
#include <boost/foreach.hpp>

Go to the source code of this file.

Classes

struct  TxLessThan
 
class  TransactionTablePriv
 
struct  TransactionNotification
 

Functions

static void NotifyTransactionChanged (TransactionTableModel *ttm, CWallet *wallet, const uint256 &hash, ChangeType status)
 
static void ShowProgress (TransactionTableModel *ttm, const std::string &title, int nProgress)
 

Variables

static int column_alignments []
 
static bool fQueueNotifications = false
 
static std::vector< TransactionNotificationvQueueNotifications
 

Function Documentation

◆ NotifyTransactionChanged()

◆ ShowProgress()

static void ShowProgress ( TransactionTableModel ttm,
const std::string &  title,
int  nProgress 
)
static

Variable Documentation

◆ column_alignments

int column_alignments[]
static
Initial value:
= {
Qt::AlignLeft|Qt::AlignVCenter,
Qt::AlignLeft|Qt::AlignVCenter,
Qt::AlignLeft|Qt::AlignVCenter,
Qt::AlignLeft|Qt::AlignVCenter,
Qt::AlignLeft|Qt::AlignVCenter,
Qt::AlignRight|Qt::AlignVCenter
}

Definition at line 32 of file transactiontablemodel.cpp.

Referenced by TransactionTableModel::data(), and TransactionTableModel::headerData().

◆ fQueueNotifications

bool fQueueNotifications = false
static

Definition at line 759 of file transactiontablemodel.cpp.

Referenced by NotifyTransactionChanged(), and ShowProgress().

◆ vQueueNotifications

std::vector< TransactionNotification > vQueueNotifications
static

Definition at line 760 of file transactiontablemodel.cpp.

Referenced by NotifyTransactionChanged(), and ShowProgress().