#include <walletview.h>
Definition at line 34 of file walletview.h.
◆ WalletView()
◆ ~WalletView()
WalletView::~WalletView |
( |
| ) |
|
|
default |
◆ backupWallet
void WalletView::backupWallet |
( |
| ) |
|
|
slot |
◆ changePassphrase
void WalletView::changePassphrase |
( |
| ) |
|
|
slot |
◆ coinsSent
void WalletView::coinsSent |
( |
| ) |
|
|
signal |
◆ disableTransactionView
void WalletView::disableTransactionView |
( |
bool |
disable | ) |
|
|
privateslot |
◆ encryptionStatusChanged
void WalletView::encryptionStatusChanged |
( |
| ) |
|
|
signal |
Encryption status of wallet changed.
◆ encryptWallet
void WalletView::encryptWallet |
( |
| ) |
|
|
slot |
◆ getWalletModel()
◆ gotoHistoryPage
void WalletView::gotoHistoryPage |
( |
| ) |
|
|
slot |
Switch to history (transactions) page.
Definition at line 151 of file walletview.cpp.
◆ gotoOverviewPage
void WalletView::gotoOverviewPage |
( |
| ) |
|
|
slot |
◆ gotoReceiveCoinsPage
void WalletView::gotoReceiveCoinsPage |
( |
| ) |
|
|
slot |
◆ gotoSendCoinsPage
void WalletView::gotoSendCoinsPage |
( |
QString |
addr = "" | ) |
|
|
slot |
◆ gotoSignMessageTab
void WalletView::gotoSignMessageTab |
( |
QString |
addr = "" | ) |
|
|
slot |
Show Sign/Verify Message dialog and switch to sign message tab.
Definition at line 169 of file walletview.cpp.
◆ gotoVerifyMessageTab
void WalletView::gotoVerifyMessageTab |
( |
QString |
addr = "" | ) |
|
|
slot |
Show Sign/Verify Message dialog and switch to verify message tab.
Definition at line 181 of file walletview.cpp.
◆ handlePaymentRequest()
◆ incomingTransaction
void WalletView::incomingTransaction |
( |
const QString & |
date, |
|
|
BitcoinUnit |
unit, |
|
|
const CAmount & |
amount, |
|
|
const QString & |
type, |
|
|
const QString & |
address, |
|
|
const QString & |
label, |
|
|
const QString & |
walletName |
|
) |
| |
|
signal |
Notify that a new transaction appeared.
◆ message
void WalletView::message |
( |
const QString & |
title, |
|
|
const QString & |
message, |
|
|
unsigned int |
style |
|
) |
| |
|
signal |
Fired when a message should be reported to the user.
◆ outOfSyncWarningClicked
void WalletView::outOfSyncWarningClicked |
( |
| ) |
|
|
signal |
Notify that the out of sync warning icon has been pressed.
◆ processNewTransaction
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 125 of file walletview.cpp.
◆ setClientModel()
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 116 of file walletview.cpp.
◆ setPrivacy
void WalletView::setPrivacy |
( |
bool |
privacy | ) |
|
|
signal |
◆ showOutOfSyncWarning()
void WalletView::showOutOfSyncWarning |
( |
bool |
fShow | ) |
|
◆ showProgress
void WalletView::showProgress |
( |
const QString & |
title, |
|
|
int |
nProgress |
|
) |
| |
|
slot |
◆ transactionClicked
void WalletView::transactionClicked |
( |
| ) |
|
|
signal |
◆ unlockWallet
void WalletView::unlockWallet |
( |
| ) |
|
|
slot |
Ask for passphrase to unlock wallet temporarily.
Definition at line 238 of file walletview.cpp.
◆ usedReceivingAddresses
void WalletView::usedReceivingAddresses |
( |
| ) |
|
|
slot |
◆ usedSendingAddresses
void WalletView::usedSendingAddresses |
( |
| ) |
|
|
slot |
◆ clientModel
◆ overviewPage
◆ platformStyle
◆ progressDialog
QProgressDialog* WalletView::progressDialog {nullptr} |
|
private |
◆ receiveCoinsPage
◆ sendCoinsPage
◆ transactionsPage
QWidget* WalletView::transactionsPage |
|
private |
◆ transactionView
◆ usedReceivingAddressesPage
◆ usedSendingAddressesPage
◆ walletModel
The wallet model represents a bitcoin wallet, and offers access to the list of transactions, address book and sending functionality.
Definition at line 59 of file walletview.h.
The documentation for this class was generated from the following files: