Raven Core
3.0.0
P2P Digital Currency
|
A single entry in the dialog for sending ravens. 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 ravens.
Stacked widget, with different UIs for payment requests with a strong payee identity.
Definition at line 25 of file sendcoinsentry.h.
|
explicit |
SendCoinsEntry::~SendCoinsEntry | ( | ) |
Definition at line 79 of file sendcoinsentry.cpp.
|
slot |
Definition at line 118 of file sendcoinsentry.cpp.
|
privateslot |
SendCoinsRecipient SendCoinsEntry::getValue | ( | ) |
Definition at line 185 of file sendcoinsentry.cpp.
bool SendCoinsEntry::isClear | ( | ) |
Return whether the entry is still empty and unedited.
Definition at line 257 of file sendcoinsentry.cpp.
|
privateslot |
|
privateslot |
Definition at line 84 of file sendcoinsentry.cpp.
|
privateslot |
|
signal |
|
signal |
void SendCoinsEntry::setAddress | ( | const QString & | address | ) |
void SendCoinsEntry::setFocus | ( | ) |
void SendCoinsEntry::setModel | ( | WalletModel * | model | ) |
Definition at line 108 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 201 of file sendcoinsentry.cpp.
void SendCoinsEntry::setValue | ( | const SendCoinsRecipient & | value | ) |
Definition at line 213 of file sendcoinsentry.cpp.
|
signal |
|
privateslot |
Definition at line 267 of file sendcoinsentry.cpp.
|
private |
Definition at line 278 of file sendcoinsentry.cpp.
bool SendCoinsEntry::validate | ( | ) |
Definition at line 146 of file sendcoinsentry.cpp.
|
private |
Definition at line 68 of file sendcoinsentry.h.
|
private |
Definition at line 69 of file sendcoinsentry.h.
|
private |
Definition at line 66 of file sendcoinsentry.h.
|
private |
Definition at line 67 of file sendcoinsentry.h.