Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Variables
transactiontablemodel.cpp File Reference
#include "transactiontablemodel.h"
#include "addresstablemodel.h"
#include "bitcoinunits.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.h"
#include <boost/filesystem.hpp>
#include "leveldb/db.h"
#include "leveldb/write_batch.h"
#include "base58.h"
#include "rpcserver.h"
#include "init.h"
#include <fstream>
#include <algorithm>
#include <vector>
#include <utility>
#include <string>
#include <boost/assign/list_of.hpp>
#include <boost/algorithm/string.hpp>
#include <boost/algorithm/string/find.hpp>
#include <boost/algorithm/string/join.hpp>
#include <boost/lexical_cast.hpp>
#include <boost/format.hpp>
#include "json/json_spirit_utils.h"
#include "json/json_spirit_value.h"
#include "mastercore.h"
#include "mastercore_dex.h"
#include "mastercore_tx.h"
#include "mastercore_sp.h"
#include <QColor>
#include <QDateTime>
#include <QDebug>
#include <QIcon>
#include <QList>
+ Include dependency graph for transactiontablemodel.cpp:

Go to the source code of this file.

Classes

struct  TxLessThan
 
class  TransactionTablePriv
 
class  msc_AddressTablePriv
 

Variables

CWalletpwalletMain
 
static int column_alignments []
 

Variable Documentation

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

Definition at line 74 of file transactiontablemodel.cpp.

CWallet* pwalletMain