#include <ravenamountfield.h>
|
bool | eventFilter (QObject *object, QEvent *event) |
| Intercept focus-in event and ',' key presses. More...
|
|
Definition at line 79 of file ravenamountfield.h.
◆ AssetAmountField()
AssetAmountField::AssetAmountField |
( |
QWidget * |
parent = 0 | ) |
|
|
explicit |
◆ clear()
void AssetAmountField::clear |
( |
| ) |
|
◆ eventFilter()
bool AssetAmountField::eventFilter |
( |
QObject * |
object, |
|
|
QEvent * |
event |
|
) |
| |
|
protected |
◆ setDisplayUnit()
void AssetAmountField::setDisplayUnit |
( |
int |
unit | ) |
|
Change unit used to display amount.
◆ setEnabled()
void AssetAmountField::setEnabled |
( |
bool |
fEnabled | ) |
|
◆ setMaxAmount()
void AssetAmountField::setMaxAmount |
( |
CAmount & |
max | ) |
|
◆ setReadOnly()
void AssetAmountField::setReadOnly |
( |
bool |
fReadOnly | ) |
|
◆ setSingleStep()
void AssetAmountField::setSingleStep |
( |
const CAmount & |
step | ) |
|
◆ setUnit()
void AssetAmountField::setUnit |
( |
int |
unit | ) |
|
◆ setValid()
void AssetAmountField::setValid |
( |
bool |
valid | ) |
|
◆ setValue()
void AssetAmountField::setValue |
( |
const CAmount & |
value | ) |
|
◆ validate()
bool AssetAmountField::validate |
( |
| ) |
|
Perform input validation, mark field as invalid if entered value is not valid.
Definition at line 372 of file ravenamountfield.cpp.
◆ value()
CAmount AssetAmountField::value |
( |
bool * |
value = 0 | ) |
const |
◆ valueChanged
void AssetAmountField::valueChanged |
( |
| ) |
|
|
signal |
◆ amount
◆ assetUnit
int AssetAmountField::assetUnit |
|
private |
◆ value
qint64 AssetAmountField::value |
|
readwrite |
The documentation for this class was generated from the following files: