![]() |
Audacity 3.2.0
|
NumericField is a class used in NumericTextCtrl. More...
Public Member Functions | |
| NumericField (bool _frac, int _base, int _range, bool _zeropad) | |
| NumericField (const NumericField &)=default | |
| NumericField & | operator= (const NumericField &)=default |
| void | CreateDigitFormatStr () |
Public Attributes | |
| bool | frac |
| int | base |
| int | range |
| int | digits |
| int | pos |
| int | fieldX |
| int | fieldW |
| int | labelX |
| bool | zeropad |
| wxString | label |
| wxString | formatStr |
| wxString | str |
NumericField is a class used in NumericTextCtrl.
Definition at line 300 of file NumericTextCtrl.cpp.
|
inline |
|
default |
|
inline |
|
default |
| int NumericField::base |
Definition at line 328 of file NumericTextCtrl.cpp.
Referenced by NumericField().
| int NumericField::digits |
Definition at line 330 of file NumericTextCtrl.cpp.
Referenced by CreateDigitFormatStr(), and NumericField().
| int NumericField::fieldW |
Definition at line 333 of file NumericTextCtrl.cpp.
| int NumericField::fieldX |
Definition at line 332 of file NumericTextCtrl.cpp.
| wxString NumericField::formatStr |
Definition at line 337 of file NumericTextCtrl.cpp.
Referenced by CreateDigitFormatStr().
| bool NumericField::frac |
Definition at line 327 of file NumericTextCtrl.cpp.
Referenced by NumericField().
| wxString NumericField::label |
Definition at line 336 of file NumericTextCtrl.cpp.
| int NumericField::labelX |
Definition at line 334 of file NumericTextCtrl.cpp.
| int NumericField::pos |
Definition at line 331 of file NumericTextCtrl.cpp.
| int NumericField::range |
Definition at line 329 of file NumericTextCtrl.cpp.
Referenced by CreateDigitFormatStr(), and NumericField().
| wxString NumericField::str |
Definition at line 338 of file NumericTextCtrl.cpp.
| bool NumericField::zeropad |
Definition at line 335 of file NumericTextCtrl.cpp.
Referenced by CreateDigitFormatStr(), and NumericField().