Fabcoin Core
0.16.2
P2P Digital Currency
|
A single entry in the dialog for sending fabcoins. More...
#include <sendcoinsentry.h>
Public Slots | |
void | clear () |
Signals | |
void | removeEntry (SendCoinsEntry *entry) |
void | payAmountChanged () |
void | subtractFeeFromAmountChanged () |
Public Member Functions | |
SendCoinsEntry (const PlatformStyle *platformStyle, QWidget *parent=0) | |
~SendCoinsEntry () | |
void | setModel (WalletModel *model) |
bool | validate () |
SendCoinsRecipient | getValue () |
bool | isClear () |
Return whether the entry is still empty and unedited. More... | |
void | setValue (const SendCoinsRecipient &value) |
void | setAddress (const QString &address) |
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_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 fabcoins.
Stacked widget, with different UIs for payment requests with a strong payee identity.
Definition at line 24 of file sendcoinsentry.h.
|
explicit |
SendCoinsEntry::~SendCoinsEntry | ( | ) |
Definition at line 55 of file sendcoinsentry.cpp.
|
slot |
Definition at line 94 of file sendcoinsentry.cpp.
|
privateslot |
SendCoinsRecipient SendCoinsEntry::getValue | ( | ) |
Definition at line 161 of file sendcoinsentry.cpp.
bool SendCoinsEntry::isClear | ( | ) |
Return whether the entry is still empty and unedited.
Definition at line 233 of file sendcoinsentry.cpp.
|
privateslot |
|
privateslot |
Definition at line 60 of file sendcoinsentry.cpp.
|
privateslot |
|
signal |
|
signal |
void SendCoinsEntry::setAddress | ( | const QString & | address | ) |
void SendCoinsEntry::setFocus | ( | ) |
void SendCoinsEntry::setModel | ( | WalletModel * | model | ) |
Definition at line 84 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 177 of file sendcoinsentry.cpp.
void SendCoinsEntry::setValue | ( | const SendCoinsRecipient & | value | ) |
Definition at line 189 of file sendcoinsentry.cpp.
|
signal |
|
privateslot |
Definition at line 243 of file sendcoinsentry.cpp.
|
private |
Definition at line 254 of file sendcoinsentry.cpp.
bool SendCoinsEntry::validate | ( | ) |
Definition at line 122 of file sendcoinsentry.cpp.
|
private |
Definition at line 67 of file sendcoinsentry.h.
|
private |
Definition at line 68 of file sendcoinsentry.h.
|
private |
Definition at line 65 of file sendcoinsentry.h.
|
private |
Definition at line 66 of file sendcoinsentry.h.