![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#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< TransactionNotification > | vQueueNotifications |
|
static |
Definition at line 762 of file transactiontablemodel.cpp.
Referenced by CWallet::AbandonTransaction(), CWallet::AddToWallet(), CWallet::CommitTransaction(), TransactionTableModel::subscribeToCoreSignals(), TransactionTableModel::unsubscribeFromCoreSignals(), and CWallet::UpdatedTransaction().
|
static |
Definition at line 780 of file transactiontablemodel.cpp.
Referenced by TransactionTableModel::subscribeToCoreSignals(), and TransactionTableModel::unsubscribeFromCoreSignals().
|
static |
Definition at line 32 of file transactiontablemodel.cpp.
Referenced by TransactionTableModel::data(), and TransactionTableModel::headerData().
|
static |
Definition at line 759 of file transactiontablemodel.cpp.
Referenced by NotifyTransactionChanged(), and ShowProgress().
|
static |
Definition at line 760 of file transactiontablemodel.cpp.
Referenced by NotifyTransactionChanged(), and ShowProgress().