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