![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
Signals | |
void | valueChanged () |
Public Member Functions | |
AmountSpinBox (QWidget *parent) | |
QValidator::State | validate (QString &text, int &pos) const |
void | fixup (QString &input) const |
CAmount | value (bool *valid_out=0) const |
void | setValue (const CAmount &value) |
void | stepBy (int steps) |
void | setDisplayUnit (int unit) |
void | setSingleStep (const CAmount &step) |
QSize | minimumSizeHint () const |
Protected Member Functions | |
bool | event (QEvent *event) |
StepEnabled | stepEnabled () const |
Private Member Functions | |
CAmount | parse (const QString &text, bool *valid_out=0) const |
Private Attributes | |
int | currentUnit |
CAmount | singleStep |
QSize | cachedMinimumSizeHint |
QSpinBox that uses fixed-point numbers internally and uses our own formatting/parsing functions.
Definition at line 20 of file bitcoinamountfield.cpp.
|
inlineexplicit |
Definition at line 25 of file bitcoinamountfield.cpp.
|
inlineprotected |
Definition at line 152 of file bitcoinamountfield.cpp.
|
inline |
Definition at line 45 of file bitcoinamountfield.cpp.
|
inline |
Definition at line 94 of file bitcoinamountfield.cpp.
|
inlineprivate |
Parse a string into a number of base monetary units and return validity.
Definition at line 137 of file bitcoinamountfield.cpp.
Referenced by fixup(), validate(), and value().
|
inline |
Definition at line 76 of file bitcoinamountfield.cpp.
Referenced by BitcoinAmountField::unitChanged().
|
inline |
Definition at line 89 of file bitcoinamountfield.cpp.
Referenced by BitcoinAmountField::setSingleStep().
|
inline |
Definition at line 61 of file bitcoinamountfield.cpp.
Referenced by setDisplayUnit(), BitcoinAmountField::setValue(), and stepBy().
|
inline |
Definition at line 67 of file bitcoinamountfield.cpp.
|
inlineprotected |
Definition at line 167 of file bitcoinamountfield.cpp.
|
inline |
Definition at line 35 of file bitcoinamountfield.cpp.
|
inline |
Definition at line 56 of file bitcoinamountfield.cpp.
Referenced by setDisplayUnit(), setValue(), stepBy(), stepEnabled(), and BitcoinAmountField::value().
|
signal |
Referenced by AmountSpinBox(), and setValue().
|
mutableprivate |
Definition at line 130 of file bitcoinamountfield.cpp.
Referenced by minimumSizeHint().
|
private |
Definition at line 128 of file bitcoinamountfield.cpp.
Referenced by fixup(), parse(), setDisplayUnit(), and setValue().
|
private |
Definition at line 129 of file bitcoinamountfield.cpp.
Referenced by setSingleStep(), and stepBy().