#include <addresseswidget.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 27 of file addresseswidget.h.
◆ AddressesWidget()
| AddressesWidget::AddressesWidget |
( |
PIVXGUI * |
parent | ) |
|
|
explicit |
◆ ~AddressesWidget()
| AddressesWidget::~AddressesWidget |
( |
| ) |
|
◆ changeTheme
| void AddressesWidget::changeTheme |
( |
bool |
isLightTheme, |
|
|
QString & |
theme |
|
) |
| |
|
overrideprivateslot |
◆ handleAddressClicked
| void AddressesWidget::handleAddressClicked |
( |
const QModelIndex & |
index | ) |
|
|
privateslot |
◆ loadWalletModel()
| void AddressesWidget::loadWalletModel |
( |
| ) |
|
|
overridevirtual |
◆ onAddContactShowHideClicked
| void AddressesWidget::onAddContactShowHideClicked |
( |
| ) |
|
|
privateslot |
◆ onCopyClicked
| void AddressesWidget::onCopyClicked |
( |
| ) |
|
|
privateslot |
◆ onDeleteClicked
| void AddressesWidget::onDeleteClicked |
( |
| ) |
|
|
privateslot |
◆ onEditClicked
| void AddressesWidget::onEditClicked |
( |
| ) |
|
|
privateslot |
◆ onSortChanged
| void AddressesWidget::onSortChanged |
( |
int |
idx | ) |
|
|
privateslot |
◆ onSortOrderChanged
| void AddressesWidget::onSortOrderChanged |
( |
int |
idx | ) |
|
|
privateslot |
◆ onStoreContactClicked
| void AddressesWidget::onStoreContactClicked |
( |
| ) |
|
|
privateslot |
◆ sortAddresses()
| void AddressesWidget::sortAddresses |
( |
| ) |
|
|
private |
◆ updateListView()
| void AddressesWidget::updateListView |
( |
| ) |
|
|
private |
◆ addressTablemodel
◆ delegate
◆ filter
◆ index
| QModelIndex AddressesWidget::index |
|
private |
◆ menu
◆ sortOrder
| Qt::SortOrder AddressesWidget::sortOrder = Qt::AscendingOrder |
|
private |
◆ sortType
◆ ui
| Ui::AddressesWidget* AddressesWidget::ui |
|
private |
The documentation for this class was generated from the following files: