Widget that shows a list of sending or receiving addresses.
More...
#include <addressbookpage.h>
|
void | done (int retval) override |
|
Widget that shows a list of sending or receiving addresses.
Definition at line 25 of file addressbookpage.h.
◆ Mode
Enumerator |
---|
ForSelection | Open address book to pick address.
|
ForEditing | Open address book for editing.
|
Definition at line 31 of file addressbookpage.h.
◆ Tabs
◆ AddressBookPage()
AddressBookPage::AddressBookPage |
( |
const PlatformStyle * |
platformStyle, |
|
|
Mode |
mode, |
|
|
Tabs |
tab, |
|
|
QWidget * |
parent = nullptr |
|
) |
| |
|
explicit |
◆ ~AddressBookPage()
AddressBookPage::~AddressBookPage |
( |
| ) |
|
◆ contextualMenu
void AddressBookPage::contextualMenu |
( |
const QPoint & |
point | ) |
|
|
privateslot |
Spawn contextual menu (right mouse menu) for address book entry.
Definition at line 332 of file addressbookpage.cpp.
◆ done
void AddressBookPage::done |
( |
int |
retval | ) |
|
|
overrideslot |
◆ getReturnValue()
const QString & AddressBookPage::getReturnValue |
( |
| ) |
const |
|
inline |
◆ on_copyAddress_clicked
void AddressBookPage::on_copyAddress_clicked |
( |
| ) |
|
|
privateslot |
Copy address of currently selected address entry to clipboard.
Definition at line 196 of file addressbookpage.cpp.
◆ on_deleteAddress_clicked
void AddressBookPage::on_deleteAddress_clicked |
( |
| ) |
|
|
privateslot |
◆ on_exportButton_clicked
void AddressBookPage::on_exportButton_clicked |
( |
| ) |
|
|
privateslot |
◆ on_newAddress_clicked
void AddressBookPage::on_newAddress_clicked |
( |
| ) |
|
|
privateslot |
Create a new address for receiving coins and / or add a new address book entry.
Definition at line 227 of file addressbookpage.cpp.
◆ onCopyLabelAction
void AddressBookPage::onCopyLabelAction |
( |
| ) |
|
|
privateslot |
Copy label of currently selected address entry to clipboard (no button)
Definition at line 200 of file addressbookpage.cpp.
◆ onEditAction
void AddressBookPage::onEditAction |
( |
| ) |
|
|
privateslot |
◆ selectionChanged
void AddressBookPage::selectionChanged |
( |
| ) |
|
|
privateslot |
◆ selectNewAddress
void AddressBookPage::selectNewAddress |
( |
const QModelIndex & |
parent, |
|
|
int |
begin, |
|
|
int |
|
|
) |
| |
|
privateslot |
◆ sendCoins
void AddressBookPage::sendCoins |
( |
QString |
addr | ) |
|
|
signal |
◆ setModel()
◆ contextMenu
QMenu* AddressBookPage::contextMenu |
|
private |
◆ deleteAction
QAction* AddressBookPage::deleteAction |
|
private |
◆ mode
Mode AddressBookPage::mode |
|
private |
◆ model
◆ newAddressToSelect
QString AddressBookPage::newAddressToSelect |
|
private |
◆ proxyModel
◆ returnValue
QString AddressBookPage::returnValue |
|
private |
◆ tab
Tabs AddressBookPage::tab |
|
private |
◆ ui
Ui::AddressBookPage* AddressBookPage::ui |
|
private |
The documentation for this class was generated from the following files: