PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Signals | Public Member Functions | Protected Member Functions | Properties | Private Slots | Private Attributes | List of all members
BitcoinAmountField Class Reference

Widget for entering bitcoin amounts. More...

#include <bitcoinamountfield.h>

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

Signals

void valueChanged ()
 

Public Member Functions

 BitcoinAmountField (QWidget *parent=0)
 
CAmount value (bool *value=0) const
 
void setValue (const CAmount &value)
 
void setSingleStep (const CAmount &step)
 Set single step in satoshis. More...
 
void setReadOnly (bool fReadOnly)
 Make read-only. More...
 
void setValid (bool valid)
 Mark current value as invalid in UI. More...
 
bool validate ()
 Perform input validation, mark field as invalid if entered value is not valid. More...
 
void setDisplayUnit (int unit)
 Change unit used to display amount. More...
 
void clear ()
 Make field empty and ready for new input. More...
 
void setEnabled (bool fEnabled)
 Enable/Disable. More...
 
QWidget * setupTabChain (QWidget *prev)
 Qt messes up the tab chain by default in some cases (issue https://bugreports.qt-project.org/browse/QTBUG-10907), in these cases we have to set it up manually. More...
 

Protected Member Functions

bool eventFilter (QObject *object, QEvent *event)
 Intercept focus-in event and ',' key presses. More...
 

Properties

qint64 value
 

Private Slots

void unitChanged (int idx)
 

Private Attributes

AmountSpinBoxamount
 
QValueComboBoxunit
 

Detailed Description

Widget for entering bitcoin amounts.

Definition at line 20 of file bitcoinamountfield.h.

Constructor & Destructor Documentation

◆ BitcoinAmountField()

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

Definition at line 182 of file bitcoinamountfield.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ clear()

void BitcoinAmountField::clear ( )

Make field empty and ready for new input.

Definition at line 211 of file bitcoinamountfield.cpp.

◆ eventFilter()

bool BitcoinAmountField::eventFilter ( QObject *  object,
QEvent *  event 
)
protected

Intercept focus-in event and ',' key presses.

Definition at line 239 of file bitcoinamountfield.cpp.

Here is the call graph for this function:

◆ setDisplayUnit()

void BitcoinAmountField::setDisplayUnit ( int  unit)

Change unit used to display amount.

Definition at line 282 of file bitcoinamountfield.cpp.

Here is the call graph for this function:

◆ setEnabled()

void BitcoinAmountField::setEnabled ( bool  fEnabled)

Enable/Disable.

Definition at line 217 of file bitcoinamountfield.cpp.

◆ setReadOnly()

void BitcoinAmountField::setReadOnly ( bool  fReadOnly)

Make read-only.

Definition at line 265 of file bitcoinamountfield.cpp.

◆ setSingleStep()

void BitcoinAmountField::setSingleStep ( const CAmount step)

Set single step in satoshis.

Definition at line 287 of file bitcoinamountfield.cpp.

Here is the call graph for this function:

◆ setupTabChain()

QWidget * BitcoinAmountField::setupTabChain ( QWidget *  prev)

Qt messes up the tab chain by default in some cases (issue https://bugreports.qt-project.org/browse/QTBUG-10907), in these cases we have to set it up manually.

Definition at line 248 of file bitcoinamountfield.cpp.

◆ setValid()

void BitcoinAmountField::setValid ( bool  valid)

Mark current value as invalid in UI.

Definition at line 231 of file bitcoinamountfield.cpp.

Here is the caller graph for this function:

◆ setValue()

void BitcoinAmountField::setValue ( const CAmount value)

Definition at line 260 of file bitcoinamountfield.cpp.

Here is the call graph for this function:

◆ unitChanged

void BitcoinAmountField::unitChanged ( int  idx)
privateslot

Definition at line 271 of file bitcoinamountfield.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ validate()

bool BitcoinAmountField::validate ( )

Perform input validation, mark field as invalid if entered value is not valid.

Definition at line 223 of file bitcoinamountfield.cpp.

Here is the call graph for this function:

◆ value()

CAmount BitcoinAmountField::value ( bool *  value = 0) const

Definition at line 255 of file bitcoinamountfield.cpp.

Here is the call graph for this function:

◆ valueChanged

void BitcoinAmountField::valueChanged ( )
signal
Here is the caller graph for this function:

Member Data Documentation

◆ amount

AmountSpinBox* BitcoinAmountField::amount
private

Definition at line 67 of file bitcoinamountfield.h.

◆ unit

QValueComboBox* BitcoinAmountField::unit
private

Definition at line 68 of file bitcoinamountfield.h.

Property Documentation

◆ value

qint64 BitcoinAmountField::value
readwrite

Definition at line 26 of file bitcoinamountfield.h.


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