Bitcoin ABC 0.30.5
P2P Digital Currency
|
A single entry in the dialog for sending bitcoins. More...
#include <sendcoinsentry.h>
Public Slots | |
void | clear () |
void | checkSubtractFeeFromAmount () |
Signals | |
void | removeEntry (SendCoinsEntry *entry) |
void | useAvailableBalance (SendCoinsEntry *entry) |
void | payAmountChanged () |
void | subtractFeeFromAmountChanged () |
Public Member Functions | |
SendCoinsEntry (const PlatformStyle *platformStyle, WalletModel *model, QWidget *parent=nullptr) | |
~SendCoinsEntry () | |
void | setModel (WalletModel *model) |
bool | validate (interfaces::Node &node) |
SendCoinsRecipient | getValue () |
bool | isClear () |
Return whether the entry is still empty and unedited. More... | |
void | setValue (const SendCoinsRecipient &value) |
void | setAddress (const QString &address) |
void | setAmount (const Amount amount) |
QWidget * | setupTabChain (QWidget *prev) |
Set up the tab chain manually, as Qt messes up the tab chain by default in some cases (issue https://bugreports.qt-project.org/browse/QTBUG-10907). More... | |
void | setFocus () |
Private Slots | |
void | deleteClicked () |
void | useAvailableBalanceClicked () |
void | on_payTo_textChanged (const QString &address) |
void | on_addressBookButton_clicked () |
void | on_pasteButton_clicked () |
void | updateDisplayUnit () |
Private Member Functions | |
bool | updateLabel (const QString &address) |
Private Attributes | |
SendCoinsRecipient | recipient |
Ui::SendCoinsEntry * | ui |
WalletModel * | model |
const PlatformStyle * | platformStyle |
A single entry in the dialog for sending bitcoins.
Stacked widget, with different UIs for payment requests with a strong payee identity.
Definition at line 28 of file sendcoinsentry.h.
SendCoinsEntry::SendCoinsEntry | ( | const PlatformStyle * | platformStyle, |
WalletModel * | model, | ||
QWidget * | parent = nullptr |
||
) |
SendCoinsEntry::~SendCoinsEntry | ( | ) |
Definition at line 68 of file sendcoinsentry.cpp.
|
slot |
|
slot |
Definition at line 114 of file sendcoinsentry.cpp.
|
privateslot |
SendCoinsRecipient SendCoinsEntry::getValue | ( | ) |
bool SendCoinsEntry::isClear | ( | ) |
Return whether the entry is still empty and unedited.
Definition at line 275 of file sendcoinsentry.cpp.
|
privateslot |
|
privateslot |
Definition at line 72 of file sendcoinsentry.cpp.
|
privateslot |
|
signal |
|
signal |
void SendCoinsEntry::setAddress | ( | const QString & | address | ) |
void SendCoinsEntry::setAmount | ( | const Amount | amount | ) |
void SendCoinsEntry::setFocus | ( | ) |
void SendCoinsEntry::setModel | ( | WalletModel * | model | ) |
Definition at line 94 of file sendcoinsentry.cpp.
QWidget * SendCoinsEntry::setupTabChain | ( | QWidget * | prev | ) |
Set up the tab chain manually, as Qt messes up the tab chain by default in some cases (issue https://bugreports.qt-project.org/browse/QTBUG-10907).
Definition at line 208 of file sendcoinsentry.cpp.
void SendCoinsEntry::setValue | ( | const SendCoinsRecipient & | value | ) |
|
signal |
|
privateslot |
Definition at line 284 of file sendcoinsentry.cpp.
|
private |
Definition at line 296 of file sendcoinsentry.cpp.
|
signal |
|
privateslot |
bool SendCoinsEntry::validate | ( | interfaces::Node & | node | ) |
Definition at line 148 of file sendcoinsentry.cpp.
|
private |
Definition at line 76 of file sendcoinsentry.h.
|
private |
Definition at line 77 of file sendcoinsentry.h.
|
private |
Definition at line 74 of file sendcoinsentry.h.
|
private |
Definition at line 75 of file sendcoinsentry.h.