#include <walletview.h>
Definition at line 38 of file walletview.h.
◆ WalletView()
| WalletView::WalletView |
( |
const PlatformStyle * |
platformStyle, |
|
|
QWidget * |
parent |
|
) |
| |
|
explicit |
RVN START
RVN END
RVN START
RNV END
Definition at line 39 of file walletview.cpp.
◆ ~WalletView()
| WalletView::~WalletView |
( |
| ) |
|
◆ backupWallet
| void WalletView::backupWallet |
( |
| ) |
|
|
slot |
◆ changePassphrase
| void WalletView::changePassphrase |
( |
| ) |
|
|
slot |
◆ checkAssets
| void WalletView::checkAssets |
( |
| ) |
|
|
signal |
◆ encryptionStatusChanged
| void WalletView::encryptionStatusChanged |
( |
int |
status | ) |
|
|
signal |
Encryption status of wallet changed.
◆ encryptWallet
| void WalletView::encryptWallet |
( |
bool |
status | ) |
|
|
slot |
◆ gotoAssetsPage
| void WalletView::gotoAssetsPage |
( |
| ) |
|
|
slot |
◆ gotoCreateAssetsPage
| void WalletView::gotoCreateAssetsPage |
( |
| ) |
|
|
slot |
◆ gotoHistoryPage
| void WalletView::gotoHistoryPage |
( |
| ) |
|
|
slot |
Switch to history (transactions) page.
Definition at line 244 of file walletview.cpp.
◆ gotoManageAssetsPage
| void WalletView::gotoManageAssetsPage |
( |
| ) |
|
|
slot |
◆ gotoOverviewPage
| void WalletView::gotoOverviewPage |
( |
| ) |
|
|
slot |
RVN END.
Switch to overview (home) page
Definition at line 238 of file walletview.cpp.
◆ 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 262 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 274 of file walletview.cpp.
◆ handlePaymentRequest()
◆ hdEnabledStatusChanged
| void WalletView::hdEnabledStatusChanged |
( |
int |
hdEnabled | ) |
|
|
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 & |
assetName |
|
) |
| |
|
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 |
end |
|
) |
| |
|
slot |
Show incoming transaction notification for new transactions.
The new items are those between start and end inclusive, under the given parent item.
RVN START
RVN END
Everytime we get an new transaction. We should check to see if assets are enabled or not
Definition at line 198 of file walletview.cpp.
◆ requestedSyncWarningInfo
| void WalletView::requestedSyncWarningInfo |
( |
| ) |
|
|
slot |
User has requested more information about the out of sync state.
Definition at line 394 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 149 of file walletview.cpp.
◆ setRavenGUI()
| void WalletView::setRavenGUI |
( |
RavenGUI * |
gui | ) |
|
◆ setWalletModel()
| void WalletView::setWalletModel |
( |
WalletModel * |
walletModel | ) |
|
Set the wallet model.
The wallet model represents a raven wallet, and offers access to the list of transactions, address book and sending functionality.
RVN START
Definition at line 157 of file walletview.cpp.
◆ showNormalIfMinimized
| void WalletView::showNormalIfMinimized |
( |
| ) |
|
|
signal |
RVN END.
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 338 of file walletview.cpp.
◆ updateEncryptionStatus
| void WalletView::updateEncryptionStatus |
( |
| ) |
|
|
slot |
◆ usedReceivingAddresses
| void WalletView::usedReceivingAddresses |
( |
| ) |
|
|
slot |
◆ usedSendingAddresses
| void WalletView::usedSendingAddresses |
( |
| ) |
|
|
slot |
◆ assetsPage
◆ clientModel
◆ createAssetsPage
◆ manageAssetsPage
◆ 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: