Bitcoin
|
#include <qt/walletmodel.h>
#include <qt/addresstablemodel.h>
#include <qt/guiconstants.h>
#include <qt/optionsmodel.h>
#include <qt/paymentserver.h>
#include <qt/recentrequeststablemodel.h>
#include <qt/sendcoinsdialog.h>
#include <qt/transactiontablemodel.h>
#include <interfaces/handler.h>
#include <interfaces/node.h>
#include <key_io.h>
#include <ui_interface.h>
#include <util/system.h>
#include <wallet/coincontrol.h>
#include <wallet/wallet.h>
#include <stdint.h>
#include <QDebug>
#include <QMessageBox>
#include <QSet>
#include <QTimer>
Functions | |
static void | NotifyUnload (WalletModel *walletModel) |
static void | NotifyKeyStoreStatusChanged (WalletModel *walletmodel) |
static void | NotifyAddressBookChanged (WalletModel *walletmodel, const CTxDestination &address, const std::string &label, bool isMine, const std::string &purpose, ChangeType status) |
static void | NotifyTransactionChanged (WalletModel *walletmodel, const uint256 &hash, ChangeType status) |
static void | ShowProgress (WalletModel *walletmodel, const std::string &title, int nProgress) |
static void | NotifyWatchonlyChanged (WalletModel *walletmodel, bool fHaveWatchonly) |
static void | NotifyCanGetAddressesChanged (WalletModel *walletmodel) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |