#include <walletview.h>
Definition at line 34 of file walletview.h.
◆ WalletView()
WalletView::WalletView |
( |
const PlatformStyle * |
platformStyle, |
|
|
QWidget * |
parent |
|
) |
| |
|
explicit |
◆ ~WalletView()
WalletView::~WalletView |
( |
| ) |
|
◆ backupWallet
void WalletView::backupWallet |
( |
| ) |
|
|
slot |
◆ changePassphrase
void WalletView::changePassphrase |
( |
| ) |
|
|
slot |
◆ encryptionStatusChanged
void WalletView::encryptionStatusChanged |
( |
| ) |
|
|
signal |
Encryption status of wallet changed.
◆ encryptWallet
void WalletView::encryptWallet |
( |
bool |
status | ) |
|
|
slot |
◆ getWalletModel()
◆ gotoHistoryPage
void WalletView::gotoHistoryPage |
( |
| ) |
|
|
slot |
Switch to history (transactions) page.
Definition at line 183 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 201 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 213 of file walletview.cpp.
◆ handlePaymentRequest()
◆ hdEnabledStatusChanged
void WalletView::hdEnabledStatusChanged |
( |
| ) |
|
|
signal |
HD-Enabled status of wallet changed (only possible during startup)
◆ incomingTransaction
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.
◆ 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 158 of file walletview.cpp.
◆ requestedSyncWarningInfo
void WalletView::requestedSyncWarningInfo |
( |
| ) |
|
|
slot |
User has requested more information about the out of sync state.
Definition at line 338 of file walletview.cpp.
◆ setBitcoinGUI()
void WalletView::setBitcoinGUI |
( |
BitcoinGUI * |
gui | ) |
|
◆ 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 115 of file walletview.cpp.
◆ setWalletModel()
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 123 of file walletview.cpp.
◆ showNormalIfMinimized
void WalletView::showNormalIfMinimized |
( |
| ) |
|
|
signal |
Signal that we want to show the main window.
◆ showOutOfSyncWarning()
void WalletView::showOutOfSyncWarning |
( |
bool |
fShow | ) |
|
◆ showProgress
void WalletView::showProgress |
( |
const QString & |
title, |
|
|
int |
nProgress |
|
) |
| |
|
slot |
◆ unlockWallet
void WalletView::unlockWallet |
( |
| ) |
|
|
slot |
Ask for passphrase to unlock wallet temporarily.
Definition at line 277 of file walletview.cpp.
◆ updateEncryptionStatus
void WalletView::updateEncryptionStatus |
( |
| ) |
|
|
slot |
◆ usedReceivingAddresses
void WalletView::usedReceivingAddresses |
( |
| ) |
|
|
slot |
◆ usedSendingAddresses
void WalletView::usedSendingAddresses |
( |
| ) |
|
|
slot |
◆ clientModel
◆ overviewPage
◆ platformStyle
◆ progressDialog
QProgressDialog* WalletView::progressDialog |
|
private |
◆ receiveCoinsPage
◆ sendCoinsPage
◆ transactionsPage
QWidget* WalletView::transactionsPage |
|
private |
◆ transactionView
◆ usedReceivingAddressesPage
◆ usedSendingAddressesPage
◆ walletModel
The documentation for this class was generated from the following files: