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 22 of file addressbookpage.h.
Enumerator |
---|
ForSending |
Open address book to pick address for sending.
|
ForEditing |
Open address book for editing.
|
Definition at line 32 of file addressbookpage.h.
AddressBookPage::AddressBookPage |
( |
Mode |
mode, |
|
|
Tabs |
tab, |
|
|
QWidget * |
parent = 0 |
|
) |
| |
|
explicit |
AddressBookPage::~AddressBookPage |
( |
| ) |
|
void AddressBookPage::contextualMenu |
( |
const QPoint & |
point | ) |
|
|
privateslot |
Spawn contextual menu (right mouse menu) for address book entry.
Definition at line 409 of file addressbookpage.cpp.
void AddressBookPage::done |
( |
int |
retval | ) |
|
|
slot |
const QString& AddressBookPage::getReturnValue |
( |
| ) |
const |
|
inline |
void AddressBookPage::importWallet |
( |
QString |
addr | ) |
|
|
signal |
void AddressBookPage::on_copyAddress_clicked |
( |
| ) |
|
|
privateslot |
Copy address of currently selected address entry to clipboard.
Definition at line 183 of file addressbookpage.cpp.
void AddressBookPage::on_deleteAddress_clicked |
( |
| ) |
|
|
privateslot |
void AddressBookPage::on_exportButton_clicked |
( |
| ) |
|
|
privateslot |
void AddressBookPage::on_importQRCodeButton_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 247 of file addressbookpage.cpp.
void AddressBookPage::on_showQRCode_clicked |
( |
| ) |
|
|
privateslot |
void AddressBookPage::on_signMessage_clicked |
( |
| ) |
|
|
privateslot |
Open the sign message tab in the Sign/Verify Message dialog with currently selected address.
Definition at line 211 of file addressbookpage.cpp.
void AddressBookPage::on_verifyMessage_clicked |
( |
| ) |
|
|
privateslot |
Open the verify message tab in the Sign/Verify Message dialog with currently selected address.
Definition at line 223 of file addressbookpage.cpp.
void AddressBookPage::onCopyLabelAction |
( |
| ) |
|
|
privateslot |
Copy label of currently selected address entry to clipboard (no button)
Definition at line 188 of file addressbookpage.cpp.
void AddressBookPage::onEditAction |
( |
| ) |
|
|
privateslot |
void AddressBookPage::onSendCoinsAction |
( |
| ) |
|
|
privateslot |
Open send coins dialog for currently selected address (no button)
Definition at line 235 of file addressbookpage.cpp.
void AddressBookPage::onSnapClosed |
( |
QString |
s | ) |
|
|
slot |
void AddressBookPage::selectionChanged |
( |
| ) |
|
|
privateslot |
void AddressBookPage::selectNewAddress |
( |
const QModelIndex & |
parent, |
|
|
int |
begin, |
|
|
int |
|
|
) |
| |
|
privateslot |
void AddressBookPage::sendCoins |
( |
QString |
addr | ) |
|
|
signal |
void AddressBookPage::setOptionsModel |
( |
OptionsModel * |
optionsModel | ) |
|
void AddressBookPage::signMessage |
( |
QString |
addr | ) |
|
|
signal |
void AddressBookPage::verifyMessage |
( |
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 |
Ui::AddressBookPage* AddressBookPage::ui |
|
private |
The documentation for this class was generated from the following files: