![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
#include "walletmodel.h"#include "addresstablemodel.h"#include "guiconstants.h"#include "recentrequeststablemodel.h"#include "transactiontablemodel.h"#include "base58.h"#include "db.h"#include "keystore.h"#include "main.h"#include "sync.h"#include "ui_interface.h"#include "wallet.h"#include "walletdb.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 | ShowProgress (WalletModel *walletmodel, const std::string &title, int nProgress) |
Variables | |
| static bool | fQueueNotifications = false |
| static std::vector< std::pair< uint256, ChangeType > > | vQueueNotifications |
|
static |
Definition at line 418 of file walletmodel.cpp.
Referenced by CWallet::DelAddressBook(), CWallet::SetAddressBook(), WalletModel::subscribeToCoreSignals(), and WalletModel::unsubscribeFromCoreSignals().
Here is the caller graph for this function:
|
static |
Definition at line 412 of file walletmodel.cpp.
Referenced by WalletModel::subscribeToCoreSignals(), and WalletModel::unsubscribeFromCoreSignals().
Here is the caller graph for this function:
|
static |
Definition at line 438 of file walletmodel.cpp.
References fQueueNotifications, and base_uint< BITS >::GetHex().
Referenced by CWallet::AddToWallet(), CWallet::CommitTransaction(), ShowProgress(), WalletModel::subscribeToCoreSignals(), WalletModel::unsubscribeFromCoreSignals(), and CWallet::UpdatedTransaction().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 454 of file walletmodel.cpp.
References fQueueNotifications, NotifyTransactionChanged(), and PAIRTYPE.
Referenced by WalletModel::subscribeToCoreSignals(), and WalletModel::unsubscribeFromCoreSignals().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 436 of file walletmodel.cpp.
Referenced by NotifyTransactionChanged(), and ShowProgress().
|
static |
Definition at line 437 of file walletmodel.cpp.
1.8.8