![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
A single entry in the dialog for sending bitcoins. More...
#include <sendcoinsentry.h>
Public Slots | |
| void | clear () |
Signals | |
| void | removeEntry (SendCoinsEntry *entry) |
| void | payAmountChanged () |
| void | validateAmount (const QString &textAmount) |
Public Member Functions | |
| SendCoinsEntry (QWidget *parent=0) | |
| ~SendCoinsEntry () | |
| void | setModel (WalletModel *model) |
| 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 | errorAddress (bool valid) |
| void | errorAmount (bool valid) |
| 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 | on_payTo_textChanged (const QString &address) |
| void | on_addressBookButton_clicked () |
| void | on_clearAllButton_clicked () |
| void | on_useAllSpendableButton_clicked () |
| void | updateDisplayUnit () |
Private Member Functions | |
| bool | updateLabel (const QString &address) |
| CAmount | getValidatedAmount () |
Private Attributes | |
| SendCoinsRecipient | recipient |
| Ui::SendCoinsEntry * | ui |
| WalletModel * | model |
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 25 of file sendcoinsentry.h.
|
explicit |
Definition at line 22 of file sendcoinsentry.cpp.
| SendCoinsEntry::~SendCoinsEntry | ( | ) |
Definition at line 56 of file sendcoinsentry.cpp.
|
slot |
Definition at line 103 of file sendcoinsentry.cpp.
|
privateslot |
| void SendCoinsEntry::errorAddress | ( | bool | valid | ) |
Definition at line 216 of file sendcoinsentry.cpp.
| void SendCoinsEntry::errorAmount | ( | bool | valid | ) |
Definition at line 222 of file sendcoinsentry.cpp.
|
private |
| SendCoinsRecipient SendCoinsEntry::getValue | ( | ) |
Definition at line 146 of file sendcoinsentry.cpp.
| bool SendCoinsEntry::isClear | ( | ) |
Return whether the entry is still empty and unedited.
Definition at line 182 of file sendcoinsentry.cpp.
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
signal |
|
signal |
| void SendCoinsEntry::setAddress | ( | const QString & | address | ) |
Definition at line 176 of file sendcoinsentry.cpp.
| void SendCoinsEntry::setFocus | ( | ) |
Definition at line 187 of file sendcoinsentry.cpp.
| void SendCoinsEntry::setModel | ( | WalletModel * | model | ) |
Definition at line 93 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 155 of file sendcoinsentry.cpp.
| void SendCoinsEntry::setValue | ( | const SendCoinsRecipient & | value | ) |
Definition at line 163 of file sendcoinsentry.cpp.
|
privateslot |
Definition at line 192 of file sendcoinsentry.cpp.
|
private |
Definition at line 201 of file sendcoinsentry.cpp.
|
signal |
|
private |
Definition at line 71 of file sendcoinsentry.h.
|
private |
Definition at line 69 of file sendcoinsentry.h.
|
private |
Definition at line 70 of file sendcoinsentry.h.
1.8.17