Fabcoin Core  0.16.2
P2P Digital Currency
Public Slots | Signals | Public Member Functions | Private Slots | Private Member Functions | Private Attributes | List of all members
SendCoinsEntry Class Reference

A single entry in the dialog for sending fabcoins. More...

#include <sendcoinsentry.h>

Inheritance diagram for SendCoinsEntry:
[legend]
Collaboration diagram for SendCoinsEntry:
[legend]

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::SendCoinsEntryui
 
WalletModelmodel
 
const PlatformStyleplatformStyle
 

Detailed Description

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.

Constructor & Destructor Documentation

SendCoinsEntry::SendCoinsEntry ( const PlatformStyle platformStyle,
QWidget *  parent = 0 
)
explicit

Definition at line 18 of file sendcoinsentry.cpp.

Here is the call graph for this function:

SendCoinsEntry::~SendCoinsEntry ( )

Definition at line 55 of file sendcoinsentry.cpp.

Member Function Documentation

void SendCoinsEntry::clear ( )
slot

Definition at line 94 of file sendcoinsentry.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void SendCoinsEntry::deleteClicked ( )
privateslot

Definition at line 117 of file sendcoinsentry.cpp.

Here is the caller graph for this function:

SendCoinsRecipient SendCoinsEntry::getValue ( )

Definition at line 161 of file sendcoinsentry.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

bool SendCoinsEntry::isClear ( )

Return whether the entry is still empty and unedited.

Definition at line 233 of file sendcoinsentry.cpp.

Here is the caller graph for this function:

void SendCoinsEntry::on_addressBookButton_clicked ( )
privateslot

Definition at line 66 of file sendcoinsentry.cpp.

Here is the call graph for this function:

void SendCoinsEntry::on_pasteButton_clicked ( )
privateslot

Definition at line 60 of file sendcoinsentry.cpp.

void SendCoinsEntry::on_payTo_textChanged ( const QString &  address)
privateslot

Definition at line 79 of file sendcoinsentry.cpp.

Here is the call graph for this function:

void SendCoinsEntry::payAmountChanged ( )
signal

Definition at line 194 of file moc_sendcoinsentry.cpp.

Here is the caller graph for this function:

void SendCoinsEntry::removeEntry ( SendCoinsEntry entry)
signal

Definition at line 187 of file moc_sendcoinsentry.cpp.

Here is the caller graph for this function:

void SendCoinsEntry::setAddress ( const QString &  address)

Definition at line 227 of file sendcoinsentry.cpp.

Here is the caller graph for this function:

void SendCoinsEntry::setFocus ( )

Definition at line 238 of file sendcoinsentry.cpp.

Here is the caller graph for this function:

void SendCoinsEntry::setModel ( WalletModel model)

Definition at line 84 of file sendcoinsentry.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

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.

Here is the call graph for this function:

Here is the caller graph for this function:

void SendCoinsEntry::setValue ( const SendCoinsRecipient value)

Definition at line 189 of file sendcoinsentry.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void SendCoinsEntry::subtractFeeFromAmountChanged ( )
signal

Definition at line 200 of file moc_sendcoinsentry.cpp.

Here is the caller graph for this function:

void SendCoinsEntry::updateDisplayUnit ( )
privateslot

Definition at line 243 of file sendcoinsentry.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

bool SendCoinsEntry::updateLabel ( const QString &  address)
private

Definition at line 254 of file sendcoinsentry.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

bool SendCoinsEntry::validate ( )

Definition at line 122 of file sendcoinsentry.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

WalletModel* SendCoinsEntry::model
private

Definition at line 67 of file sendcoinsentry.h.

const PlatformStyle* SendCoinsEntry::platformStyle
private

Definition at line 68 of file sendcoinsentry.h.

SendCoinsRecipient SendCoinsEntry::recipient
private

Definition at line 65 of file sendcoinsentry.h.

Ui::SendCoinsEntry* SendCoinsEntry::ui
private

Definition at line 66 of file sendcoinsentry.h.


The documentation for this class was generated from the following files: