#include <receivewidget.h>
|
| void | message (const QString &title, const QString &body, unsigned int style, bool *ret=nullptr) |
| |
| void | showHide (bool show) |
| |
| bool | execDialog (QDialog *dialog, int xDiv=3, int yDiv=5) |
| |
| virtual void | changeTheme (bool isLightTheme, QString &theme) |
| |
| void | onChangeTheme (bool isLightTheme, QString &theme) |
| |
| virtual void | loadClientModel () |
| |
| void | showHideOp (bool show) |
| |
| bool | execute (int type, std::unique_ptr< WalletModel::UnlockContext > pctx=nullptr) |
| |
| void | warn (const QString &title, const QString &message) |
| |
| bool | ask (const QString &title, const QString &message) |
| |
| void | showDialog (QDialog *dialog, int xDiv=3, int yDiv=5) |
| |
| PIVXGUI * | window = nullptr |
| |
| ClientModel * | clientModel = nullptr |
| |
| WalletModel * | walletModel = nullptr |
| |
Definition at line 28 of file receivewidget.h.
◆ ReceiveWidget()
| ReceiveWidget::ReceiveWidget |
( |
PIVXGUI * |
parent | ) |
|
|
explicit |
◆ ~ReceiveWidget()
| ReceiveWidget::~ReceiveWidget |
( |
| ) |
|
◆ changeTheme
| void ReceiveWidget::changeTheme |
( |
bool |
isLightTheme, |
|
|
QString & |
theme |
|
) |
| |
|
overrideprivateslot |
◆ filterChanged
| void ReceiveWidget::filterChanged |
( |
const QString & |
str | ) |
|
|
privateslot |
◆ handleAddressClicked
| void ReceiveWidget::handleAddressClicked |
( |
const QModelIndex & |
index | ) |
|
|
privateslot |
◆ loadWalletModel()
| void ReceiveWidget::loadWalletModel |
( |
| ) |
|
|
overridevirtual |
◆ onCopyClicked
| void ReceiveWidget::onCopyClicked |
( |
| ) |
|
|
privateslot |
◆ onLabelClicked
| void ReceiveWidget::onLabelClicked |
( |
| ) |
|
|
privateslot |
◆ onMyAddressesClicked
| void ReceiveWidget::onMyAddressesClicked |
( |
| ) |
|
|
slot |
◆ onNewAddressClicked
| void ReceiveWidget::onNewAddressClicked |
( |
| ) |
|
|
slot |
◆ onRequestClicked
| void ReceiveWidget::onRequestClicked |
( |
| ) |
|
|
slot |
◆ onSortChanged
| void ReceiveWidget::onSortChanged |
( |
int |
idx | ) |
|
|
privateslot |
◆ onSortOrderChanged
| void ReceiveWidget::onSortOrderChanged |
( |
int |
idx | ) |
|
|
privateslot |
◆ onTransparentSelected()
| void ReceiveWidget::onTransparentSelected |
( |
bool |
transparentSelected | ) |
|
|
private |
◆ refreshView [1/2]
| void ReceiveWidget::refreshView |
( |
const QModelIndex & |
tl, |
|
|
const QModelIndex & |
br |
|
) |
| |
|
privateslot |
◆ refreshView [2/2]
| void ReceiveWidget::refreshView |
( |
const QString & |
refreshAddress = QString() | ) |
|
|
privateslot |
◆ showAddressGenerationDialog()
| void ReceiveWidget::showAddressGenerationDialog |
( |
bool |
isPaymentRequest | ) |
|
|
private |
◆ sortAddresses()
| void ReceiveWidget::sortAddresses |
( |
| ) |
|
|
private |
◆ updateLabel()
| void ReceiveWidget::updateLabel |
( |
| ) |
|
|
private |
◆ updateQr()
| void ReceiveWidget::updateQr |
( |
const QString & |
address | ) |
|
|
private |
◆ addressTableModel
◆ delegate
◆ filter
◆ info
◆ isShowingDialog
| bool ReceiveWidget::isShowingDialog {false} |
|
private |
◆ shieldedMode
| bool ReceiveWidget::shieldedMode {false} |
|
private |
◆ sortOrder
| Qt::SortOrder ReceiveWidget::sortOrder = Qt::AscendingOrder |
|
private |
◆ sortType
◆ spacer
| QSpacerItem* ReceiveWidget::spacer {nullptr} |
|
private |
◆ ui
| Ui::ReceiveWidget* ReceiveWidget::ui {nullptr} |
|
private |
The documentation for this class was generated from the following files: