#include <walletview.h>
Definition at line 38 of file walletview.h.
◆ WalletView()
| WalletView::WalletView |
( |
QWidget * |
parent | ) |
|
|
explicit |
◆ ~WalletView()
| WalletView::~WalletView |
( |
| ) |
|
◆ backupWallet
| void WalletView::backupWallet |
( |
| ) |
|
|
slot |
◆ changePassphrase
| void WalletView::changePassphrase |
( |
| ) |
|
|
slot |
◆ encryptionStatusChanged
| void WalletView::encryptionStatusChanged |
( |
int |
status | ) |
|
|
signal |
Encryption status of wallet changed.
◆ encryptWallet
| void WalletView::encryptWallet |
( |
bool |
status | ) |
|
|
slot |
◆ gotoBlockExplorerPage
| void WalletView::gotoBlockExplorerPage |
( |
| ) |
|
|
slot |
◆ gotoHistoryPage
| void WalletView::gotoHistoryPage |
( |
| ) |
|
|
slot |
Switch to history (transactions) page.
Definition at line 194 of file walletview.cpp.
◆ gotoMasternodePage
| void WalletView::gotoMasternodePage |
( |
| ) |
|
|
slot |
◆ gotoMultiSendDialog
| void WalletView::gotoMultiSendDialog |
( |
| ) |
|
|
slot |
◆ gotoOptionsPage
| void WalletView::gotoOptionsPage |
( |
| ) |
|
|
slot |
◆ gotoOverviewPage
| void WalletView::gotoOverviewPage |
( |
| ) |
|
|
slot |
◆ gotoReceiveCoinsPage
| void WalletView::gotoReceiveCoinsPage |
( |
| ) |
|
|
slot |
◆ gotoSendCoinsPage
| void WalletView::gotoSendCoinsPage |
( |
QString |
addr = "" | ) |
|
|
slot |
◆ incomingTransaction
| void WalletView::incomingTransaction |
( |
const QString & |
date, |
|
|
int |
unit, |
|
|
const CAmount & |
amount, |
|
|
const QString & |
type, |
|
|
const QString & |
address, |
|
|
const QString & |
confirmations |
|
) |
| |
|
signal |
Notify that a new transaction appeared.
◆ lockWallet
| void WalletView::lockWallet |
( |
| ) |
|
|
slot |
◆ message
| void WalletView::message |
( |
const QString & |
title, |
|
|
const QString & |
message, |
|
|
unsigned int |
style |
|
) |
| |
|
signal |
Fired when a message should be reported to the user.
◆ 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 168 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 125 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 135 of file walletview.cpp.
◆ showNormalIfMinimized
| void WalletView::showNormalIfMinimized |
( |
| ) |
|
|
signal |
Signal that we want to show the main window.
◆ showProgress
| void WalletView::showProgress |
( |
const QString & |
title, |
|
|
int |
nProgress |
|
) |
| |
|
slot |
◆ showSeedPhrase
| void WalletView::showSeedPhrase |
( |
| ) |
|
|
slot |
◆ showSyncStatus()
| void WalletView::showSyncStatus |
( |
bool |
fShow | ) |
|
◆ stakingStatus
| void WalletView::stakingStatus |
( |
bool |
stt | ) |
|
|
slot |
◆ stakingStatusChanged
| void WalletView::stakingStatusChanged |
( |
bool |
| ) |
|
|
signal |
◆ toggleLockWallet
| void WalletView::toggleLockWallet |
( |
| ) |
|
|
slot |
◆ trxAmount
| void WalletView::trxAmount |
( |
QString |
amount | ) |
|
|
slot |
Update selected PRCY amount from transactionview.
Update wallet with the sum of the selected transactions.
Definition at line 424 of file walletview.cpp.
◆ unlockWallet
Ask for passphrase to unlock wallet temporarily.
Definition at line 347 of file walletview.cpp.
◆ updateEncryptionStatus
| void WalletView::updateEncryptionStatus |
( |
| ) |
|
|
slot |
◆ usedReceivingAddresses
| void WalletView::usedReceivingAddresses |
( |
| ) |
|
|
slot |
◆ usedSendingAddresses
| void WalletView::usedSendingAddresses |
( |
| ) |
|
|
slot |
◆ clientModel
◆ explorerWindow
◆ historyPage
◆ masternodeListPage
◆ optionsPage
◆ overviewPage
◆ progressDialog
| QProgressDialog* WalletView::progressDialog |
|
private |
◆ receiveCoinsPage
◆ sendCoinsPage
◆ transactionsPage
| QWidget* WalletView::transactionsPage |
|
private |
◆ transactionSum
| QLabel* WalletView::transactionSum |
|
private |
◆ transactionView
◆ walletModel
The documentation for this class was generated from the following files: