![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
A single entry in the dialog for sending bitcoins. More...
#include <sendcoinsentry.h>
Public Slots | |
void | setRemoveEnabled (bool enabled) |
void | clear () |
Signals | |
void | removeEntry (SendCoinsEntry *entry) |
void | payAmountChanged () |
Public Member Functions | |
SendCoinsEntry (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 | on_deleteButton_clicked () |
void | on_payTo_textChanged (const QString &address) |
void | on_addressBookButton_clicked () |
void | on_pasteButton_clicked () |
void | updateDisplayUnit () |
Private Attributes | |
Ui::SendCoinsEntry * | ui |
WalletModel * | model |
A single entry in the dialog for sending bitcoins.
Definition at line 13 of file sendcoinsentry.h.
|
explicit |
Definition at line 14 of file sendcoinsentry.cpp.
SendCoinsEntry::~SendCoinsEntry | ( | ) |
Definition at line 35 of file sendcoinsentry.cpp.
|
slot |
Definition at line 86 of file sendcoinsentry.cpp.
SendCoinsRecipient SendCoinsEntry::getValue | ( | ) |
Definition at line 130 of file sendcoinsentry.cpp.
bool SendCoinsEntry::isClear | ( | ) |
Return whether the entry is still empty and unedited.
Definition at line 177 of file sendcoinsentry.cpp.
|
privateslot |
Definition at line 46 of file sendcoinsentry.cpp.
|
privateslot |
Definition at line 96 of file sendcoinsentry.cpp.
|
privateslot |
Definition at line 40 of file sendcoinsentry.cpp.
|
privateslot |
Definition at line 59 of file sendcoinsentry.cpp.
|
signal |
|
signal |
void SendCoinsEntry::setAddress | ( | const QString & | address | ) |
Definition at line 158 of file sendcoinsentry.cpp.
void SendCoinsEntry::setFocus | ( | ) |
Definition at line 182 of file sendcoinsentry.cpp.
void SendCoinsEntry::setModel | ( | WalletModel * | model | ) |
Definition at line 69 of file sendcoinsentry.cpp.
|
slot |
Definition at line 81 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 141 of file sendcoinsentry.cpp.
void SendCoinsEntry::setValue | ( | const SendCoinsRecipient & | value | ) |
Definition at line 151 of file sendcoinsentry.cpp.
|
privateslot |
Definition at line 187 of file sendcoinsentry.cpp.
bool SendCoinsEntry::validate | ( | ) |
Definition at line 101 of file sendcoinsentry.cpp.
|
private |
Definition at line 54 of file sendcoinsentry.h.
|
private |
Definition at line 53 of file sendcoinsentry.h.