#include <walletview.h>
Definition at line 33 of file walletview.h.
| WalletView::WalletView |
( |
const PlatformStyle * |
platformStyle, |
|
|
QWidget * |
parent |
|
) |
| |
|
explicit |
| WalletView::~WalletView |
( |
| ) |
|
| void WalletView::backupWallet |
( |
| ) |
|
|
slot |
| void WalletView::changePassphrase |
( |
| ) |
|
|
slot |
| void WalletView::coinsSent |
( |
| ) |
|
|
signal |
| void WalletView::encryptionStatusChanged |
( |
| ) |
|
|
signal |
Encryption status of wallet changed.
| void WalletView::encryptWallet |
( |
bool |
status | ) |
|
|
slot |
| void WalletView::gotoHistoryPage |
( |
| ) |
|
|
slot |
Switch to history (transactions) page.
Definition at line 166 of file walletview.cpp.
| void WalletView::gotoLoadPSBT |
( |
bool |
from_clipboard = false | ) |
|
|
slot |
Load Partially Signed Bitcoin Transaction.
Definition at line 208 of file walletview.cpp.
| void WalletView::gotoOverviewPage |
( |
| ) |
|
|
slot |
| void WalletView::gotoReceiveCoinsPage |
( |
| ) |
|
|
slot |
| void WalletView::gotoSendCoinsPage |
( |
QString |
addr = "" | ) |
|
|
slot |
| void WalletView::gotoSignMessageTab |
( |
QString |
addr = "" | ) |
|
|
slot |
Show Sign/Verify Message dialog and switch to sign message tab.
Definition at line 184 of file walletview.cpp.
| void WalletView::gotoVerifyMessageTab |
( |
QString |
addr = "" | ) |
|
|
slot |
Show Sign/Verify Message dialog and switch to verify message tab.
Definition at line 196 of file walletview.cpp.
| void WalletView::hdEnabledStatusChanged |
( |
| ) |
|
|
signal |
HD-Enabled status of wallet changed (only possible during startup)
| void WalletView::incomingTransaction |
( |
const QString & |
date, |
|
|
int |
unit, |
|
|
const CAmount & |
amount, |
|
|
const QString & |
type, |
|
|
const QString & |
address, |
|
|
const QString & |
label, |
|
|
const QString & |
walletName |
|
) |
| |
|
signal |
Notify that a new transaction appeared.
| void WalletView::message |
( |
const QString & |
title, |
|
|
const QString & |
message, |
|
|
unsigned int |
style |
|
) |
| |
|
signal |
Fired when a message should be reported to the user.
| void WalletView::outOfSyncWarningClicked |
( |
| ) |
|
|
signal |
Notify that the out of sync warning icon has been pressed.
| void WalletView::processNewTransaction |
( |
const QModelIndex & |
parent, |
|
|
int |
start, |
|
|
int |
|
|
) |
| |
|
slot |
Show incoming transaction notification for new transactions.
The new items are those between start and end inclusive, under the given parent item.
Definition at line 141 of file walletview.cpp.
| void WalletView::requestedSyncWarningInfo |
( |
| ) |
|
|
slot |
User has requested more information about the out of sync state.
Definition at line 351 of file walletview.cpp.
| void WalletView::setClientModel |
( |
ClientModel * |
clientModel | ) |
|
Set the client model.
The client model represents the part of the core that communicates with the P2P network, and is wallet-agnostic.
Definition at line 97 of file walletview.cpp.
| void WalletView::setPrivacy |
( |
bool |
privacy | ) |
|
|
signal |
| void WalletView::setWalletModel |
( |
WalletModel * |
walletModel | ) |
|
Set the wallet model.
The wallet model represents a bitcoin wallet, and offers access to the list of transactions, address book and sending functionality.
Definition at line 106 of file walletview.cpp.
| void WalletView::showOutOfSyncWarning |
( |
bool |
fShow | ) |
|
| void WalletView::showProgress |
( |
const QString & |
title, |
|
|
int |
nProgress |
|
) |
| |
|
slot |
| void WalletView::transactionClicked |
( |
| ) |
|
|
signal |
| void WalletView::unlockWallet |
( |
| ) |
|
|
slot |
Ask for passphrase to unlock wallet temporarily.
Definition at line 298 of file walletview.cpp.
| void WalletView::updateEncryptionStatus |
( |
| ) |
|
|
slot |
| void WalletView::usedReceivingAddresses |
( |
| ) |
|
|
slot |
| void WalletView::usedSendingAddresses |
( |
| ) |
|
|
slot |
| QProgressDialog* WalletView::progressDialog {nullptr} |
|
private |
| QWidget* WalletView::transactionsPage |
|
private |
The documentation for this class was generated from the following files: