Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
addressbookpage.h
Go to the documentation of this file.
void on_newAddress_clicked()
Create a new address for receiving coins and / or add a new address book entry.
Definition: addressbookpage.cpp:185
void onCopyLabelAction()
Copy label of currently selected address entry to clipboard (no button)
Definition: addressbookpage.cpp:159
void on_showAddressQRCode_clicked()
Show QR code for the currently selected address.
Definition: addressbookpage.cpp:214
Definition: addressbookpage.h:12
Definition: addressbookpage.h:31
void onEditAction()
Edit currently selected address entry (no button)
Definition: addressbookpage.cpp:164
AddressBookPage(Mode mode, Tabs tab, QWidget *parent)
Definition: addressbookpage.cpp:26
void selectNewAddress(const QModelIndex &parent, int begin, int)
New entry/entries were added to address table.
Definition: addressbookpage.cpp:321
void on_copyAddress_clicked()
Copy address of currently selected address entry to clipboard.
Definition: addressbookpage.cpp:154
Widget that shows a list of sending or receiving addresses.
Definition: addressbookpage.h:25
void selectionChanged()
Set button states based on selected tab and selection.
Definition: addressbookpage.cpp:231
void sendCoins(QString addr)
void contextualMenu(const QPoint &point)
Spawn contextual menu (right mouse menu) for address book entry.
Definition: addressbookpage.cpp:312
void on_deleteAddress_clicked()
Delete currently selected address entry.
Definition: addressbookpage.cpp:201
const QString & getReturnValue() const
Definition: addressbookpage.h:44