Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

walletmodel.cpp File Reference
#include <qt/walletmodel.h>
#include <qt/addresstablemodel.h>
#include <consensus/validation.h>
#include <qt/guiconstants.h>
#include <qt/guiutil.h>
#include <qt/paymentserver.h>
#include <qt/recentrequeststablemodel.h>
#include <qt/transactiontablemodel.h>
#include <base58.h>
#include <chain.h>
#include <keystore.h>
#include <validation.h>
#include <net.h>
#include <sync.h>
#include <txmempool.h>
#include <ui_interface.h>
#include <util.h>
#include <wallet/coincontrol.h>
#include <wallet/wallet.h>
#include <wallet/walletdb.h>
#include <spork.h>
#include <privatesend/privatesend-client.h>
#include <llmq/quorums_instantsend.h>
#include <stdint.h>
#include <QDebug>
#include <QSet>
#include <QTimer>
+ Include dependency graph for walletmodel.cpp:

Go to the source code of this file.

Functions

static void NotifyKeyStoreStatusChanged (WalletModel *walletmodel, CCryptoKeyStore *wallet)
 
static void NotifyAddressBookChanged (WalletModel *walletmodel, CWallet *wallet, const CTxDestination &address, const std::string &label, bool isMine, const std::string &purpose, ChangeType status)
 
static void NotifyTransactionChanged (WalletModel *walletmodel, CWallet *wallet, const uint256 &hash, ChangeType status)
 
static void NotifyISLockReceived (WalletModel *walletmodel)
 
static void NotifyChainLockReceived (WalletModel *walletmodel, int chainLockHeight)
 
static void ShowProgress (WalletModel *walletmodel, const std::string &title, int nProgress)
 
static void NotifyWatchonlyChanged (WalletModel *walletmodel, bool fHaveWatchonly)
 

Function Documentation

◆ NotifyAddressBookChanged()

static void NotifyAddressBookChanged ( WalletModel walletmodel,
CWallet wallet,
const CTxDestination address,
const std::string &  label,
bool  isMine,
const std::string &  purpose,
ChangeType  status 
)
static

◆ NotifyChainLockReceived()

static void NotifyChainLockReceived ( WalletModel walletmodel,
int  chainLockHeight 
)
static

◆ NotifyISLockReceived()

static void NotifyISLockReceived ( WalletModel walletmodel)
static

◆ NotifyKeyStoreStatusChanged()

static void NotifyKeyStoreStatusChanged ( WalletModel walletmodel,
CCryptoKeyStore wallet 
)
static

◆ NotifyTransactionChanged()

static void NotifyTransactionChanged ( WalletModel walletmodel,
CWallet wallet,
const uint256 hash,
ChangeType  status 
)
static

◆ NotifyWatchonlyChanged()

static void NotifyWatchonlyChanged ( WalletModel walletmodel,
bool  fHaveWatchonly 
)
static

◆ ShowProgress()

static void ShowProgress ( WalletModel walletmodel,
const std::string &  title,
int  nProgress 
)
static
Released under the MIT license