![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
#include "overviewpage.h"#include "ui_overviewpage.h"#include "bitcoinunits.h"#include "clientmodel.h"#include "guiconstants.h"#include "guiutil.h"#include "optionsmodel.h"#include "transactionfilterproxy.h"#include "transactiontablemodel.h"#include "walletmodel.h"#include "wallet.h"#include "base58.h"#include "rpcserver.h"#include "init.h"#include "util.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 <boost/filesystem.hpp>#include "json/json_spirit_utils.h"#include "json/json_spirit_value.h"#include "leveldb/db.h"#include "leveldb/write_batch.h"#include "mastercore.h"#include "mastercore_dex.h"#include "mastercore_tx.h"#include "mastercore_sp.h"#include <QAbstractItemDelegate>#include <QPainter>#include "overviewpage.moc"
Include dependency graph for overviewpage.cpp:Go to the source code of this file.
Classes | |
| class | TxViewDelegate |
Macros | |
| #define | DECORATION_SIZE 64 |
| #define | NUM_ITEMS 5 |
Variables | |
| uint64_t | global_balance_money_maineco [100000] |
| uint64_t | global_balance_reserved_maineco [100000] |
| uint64_t | global_balance_money_testeco [100000] |
| uint64_t | global_balance_reserved_testeco [100000] |
| #define DECORATION_SIZE 64 |
Definition at line 59 of file overviewpage.cpp.
Referenced by OverviewPage::OverviewPage(), TxViewDelegate::paint(), and TxViewDelegate::sizeHint().
| #define NUM_ITEMS 5 |
Definition at line 60 of file overviewpage.cpp.
Referenced by OverviewPage::OverviewPage(), and OverviewPage::setWalletModel().
| uint64_t global_balance_money_maineco[100000] |
Definition at line 90 of file mastercore.cpp.
Referenced by BalancesView::BalancesView(), MatrixModel::fillin(), SendMPDialog::SendMPDialog(), mastercore::set_wallet_totals(), OverviewPage::setBalance(), and SendMPDialog::updateBalances().
| uint64_t global_balance_money_testeco[100000] |
Definition at line 92 of file mastercore.cpp.
Referenced by BalancesView::BalancesView(), MatrixModel::fillin(), SendMPDialog::SendMPDialog(), mastercore::set_wallet_totals(), OverviewPage::setBalance(), and SendMPDialog::updateBalances().
| uint64_t global_balance_reserved_maineco[100000] |
Definition at line 91 of file mastercore.cpp.
Referenced by BalancesView::BalancesView(), MatrixModel::fillin(), SendMPDialog::SendMPDialog(), mastercore::set_wallet_totals(), and OverviewPage::setBalance().
| uint64_t global_balance_reserved_testeco[100000] |
Definition at line 93 of file mastercore.cpp.
Referenced by BalancesView::BalancesView(), MatrixModel::fillin(), SendMPDialog::SendMPDialog(), mastercore::set_wallet_totals(), and OverviewPage::setBalance().
1.8.8