Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Public Slots | Signals | Public Member Functions | Private Slots | Private Attributes | List of all members
SendCoinsEntry Class Reference

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

#include <sendcoinsentry.h>

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

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
 
WalletModelmodel
 

Detailed Description

A single entry in the dialog for sending bitcoins.

Definition at line 13 of file sendcoinsentry.h.

Constructor & Destructor Documentation

SendCoinsEntry::SendCoinsEntry ( QWidget *  parent = 0)
explicit

Definition at line 14 of file sendcoinsentry.cpp.

SendCoinsEntry::~SendCoinsEntry ( )

Definition at line 35 of file sendcoinsentry.cpp.

Member Function Documentation

void SendCoinsEntry::clear ( )
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.

void SendCoinsEntry::on_addressBookButton_clicked ( )
privateslot

Definition at line 46 of file sendcoinsentry.cpp.

void SendCoinsEntry::on_deleteButton_clicked ( )
privateslot

Definition at line 96 of file sendcoinsentry.cpp.

void SendCoinsEntry::on_pasteButton_clicked ( )
privateslot

Definition at line 40 of file sendcoinsentry.cpp.

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

Definition at line 59 of file sendcoinsentry.cpp.

void SendCoinsEntry::payAmountChanged ( )
signal
void SendCoinsEntry::removeEntry ( SendCoinsEntry entry)
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.

void SendCoinsEntry::setRemoveEnabled ( bool  enabled)
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.

void SendCoinsEntry::updateDisplayUnit ( )
privateslot

Definition at line 187 of file sendcoinsentry.cpp.

bool SendCoinsEntry::validate ( )

Definition at line 101 of file sendcoinsentry.cpp.

Member Data Documentation

WalletModel* SendCoinsEntry::model
private

Definition at line 54 of file sendcoinsentry.h.

Ui::SendCoinsEntry* SendCoinsEntry::ui
private

Definition at line 53 of file sendcoinsentry.h.


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