Go to the source code of this file.
|
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) |
|
◆ NotifyAddressBookChanged()
static void NotifyAddressBookChanged |
( |
WalletModel * |
walletmodel, |
|
|
const CTxDestination & |
address, |
|
|
const std::string & |
label, |
|
|
bool |
isMine, |
|
|
const std::string & |
purpose, |
|
|
ChangeType |
status |
|
) |
| |
|
static |
◆ NotifyCanGetAddressesChanged()
static void NotifyCanGetAddressesChanged |
( |
WalletModel * |
walletmodel | ) |
|
|
static |
◆ NotifyKeyStoreStatusChanged()
static void NotifyKeyStoreStatusChanged |
( |
WalletModel * |
walletmodel | ) |
|
|
static |
◆ NotifyTransactionChanged()
◆ NotifyUnload()
◆ NotifyWatchonlyChanged()
static void NotifyWatchonlyChanged |
( |
WalletModel * |
walletmodel, |
|
|
bool |
fHaveWatchonly |
|
) |
| |
|
static |
◆ ShowProgress()
static void ShowProgress |
( |
WalletModel * |
walletmodel, |
|
|
const std::string & |
title, |
|
|
int |
nProgress |
|
) |
| |
|
static |