Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
walletview.h
Go to the documentation of this file.
31 It was added to support multiple wallet functionality. Each wallet gets its own WalletView instance.
32 It communicates with both the client and the wallet models to give the user an up-to-date view of the
139 void incomingTransaction(const QString& date, int unit, const CAmount& amount, const QString& type, const QString& address, const QString& label);
void trxAmount(QString amount)
Update selected DASH amount from transactionview.
Definition: walletview.cpp:406
Definition: walletview.h:35
void unlockWallet(bool fAnonymizeOnly=false)
Ask for passphrase to unlock wallet temporarily.
Definition: walletview.cpp:339
void gotoVerifyMessageTab(QString addr="")
Show Sign/Verify Message dialog and switch to verify message tab.
Definition: walletview.cpp:275
void requestedSyncWarningInfo()
User has requested more information about the out of sync state.
Definition: walletview.cpp:400
void outOfSyncWarningClicked()
Notify that the out of sync warning icon has been pressed.
void processNewTransaction(const QModelIndex &parent, int start, int)
Show incoming transaction notification for new transactions.
Definition: walletview.cpp:194
void hdEnabledStatusChanged(int hdEnabled)
HD-Enabled status of wallet changed (only possible during startup)
void encryptionStatusChanged(int status)
Encryption status of wallet changed.
void incomingTransaction(const QString &date, int unit, const CAmount &amount, const QString &type, const QString &address, const QString &label)
Notify that a new transaction appeared.
Widget showing the transaction list for a wallet, including a filter row.
Definition: transactionview.h:31
Definition: walletmodel.h:39
void message(const QString &title, const QString &message, unsigned int style)
Fired when a message should be reported to the user.
Widget that shows a list of sending or receiving addresses.
Definition: addressbookpage.h:25
void showNormalIfMinimized()
Signal that we want to show the main window.
bool handlePaymentRequest(const SendCoinsRecipient &recipient)
Definition: walletview.cpp:287
AddressBookPage * usedSendingAddressesPage
Definition: walletview.h:68
void gotoPrivateSendCoinsPage(QString addr="")
Switch to PrivateSend coins page.
Definition: walletview.cpp:255
void gotoSignMessageTab(QString addr="")
Show Sign/Verify Message dialog and switch to sign message tab.
Definition: walletview.cpp:263
void showProgress(const QString &title, int nProgress)
Show progress dialog e.g.
Definition: walletview.cpp:377
AddressBookPage * usedReceivingAddressesPage
Definition: walletview.h:69