Bitcoin ABC  0.26.3
P2P Digital Currency
Functions
walletmodel.cpp File Reference
#include <qt/walletmodel.h>
#include <cashaddrenc.h>
#include <interfaces/handler.h>
#include <interfaces/node.h>
#include <key_io.h>
#include <node/ui_interface.h>
#include <psbt.h>
#include <qt/addresstablemodel.h>
#include <qt/clientmodel.h>
#include <qt/guiconstants.h>
#include <qt/paymentserver.h>
#include <qt/recentrequeststablemodel.h>
#include <qt/transactiontablemodel.h>
#include <util/system.h>
#include <util/translation.h>
#include <wallet/coincontrol.h>
#include <wallet/wallet.h>
#include <QDebug>
#include <QSet>
#include <QTimer>
#include <cstdint>
#include <functional>
Include dependency graph for walletmodel.cpp:

Go to the source code of this file.

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 TxId &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)
 

Function Documentation

◆ NotifyAddressBookChanged()

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

Definition at line 377 of file walletmodel.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ NotifyCanGetAddressesChanged()

static void NotifyCanGetAddressesChanged ( WalletModel walletmodel)
static

Definition at line 424 of file walletmodel.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ NotifyKeyStoreStatusChanged()

static void NotifyKeyStoreStatusChanged ( WalletModel walletmodel)
static

Definition at line 370 of file walletmodel.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ NotifyTransactionChanged()

static void NotifyTransactionChanged ( WalletModel walletmodel,
const TxId hash,
ChangeType  status 
)
static

Definition at line 398 of file walletmodel.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ NotifyUnload()

static void NotifyUnload ( WalletModel walletModel)
static

Definition at line 364 of file walletmodel.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ NotifyWatchonlyChanged()

static void NotifyWatchonlyChanged ( WalletModel walletmodel,
bool  fHaveWatchonly 
)
static

Definition at line 416 of file walletmodel.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ShowProgress()

static void ShowProgress ( WalletModel walletmodel,
const std::string &  title,
int  nProgress 
)
static

Definition at line 407 of file walletmodel.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: