Audacity 3.2.0
|
Classes | |
struct | BuiltinFormatString |
struct to hold a formatting control string and its user facing name Used in an array to hold the built-in time formats that are always available to the user More... | |
struct | FieldConfig |
struct | FormatStrings |
class | ParsedNumericConverterFormatter |
class | ParsedNumericConverterFormatterFactory |
Functions | |
static auto | MakeItem (const NumericConverterType &type) |
template<size_t N> | |
static auto | MakeGroup (const Identifier &identifier, NumericConverterType type, const BuiltinFormatString(&formatStrings)[N]) |
Variables | |
static BuiltinFormatString | TimeConverterFormats_ [] |
array of formats the control knows about internally array of string pairs for name of the format and the format string needed to create that format output. This is used for the pop-up list of formats to choose from in the control. More... | |
NumericConverterFormats::DefaultFormatRegistrator | timeDefault |
static const BuiltinFormatString | FrequencyConverterFormats_ [] |
array of formats the control knows about internally array of string pairs for name of the format and the format string needed to create that format output. This is used for the pop-up list of formats to choose from in the control. More... | |
NumericConverterFormats::DefaultFormatRegistrator | frequencyDefault |
static const BuiltinFormatString | BandwidthConverterFormats_ [] |
array of formats the control knows about internally array of string pairs for name of the format and the format string needed to create that format output. This is used for the pop-up list of formats to choose from in the control. More... | |
NumericConverterFormats::DefaultFormatRegistrator | bandwidthDefault |
static NumericConverterItemRegistrator | sRegistration |
|
static |
Definition at line 1063 of file ParsedNumericConverterFormatter.cpp.
References details::begin(), details::end(), MakeItem(), and NumericConverterFormatterGroup.
|
static |
Definition at line 1051 of file ParsedNumericConverterFormatter.cpp.
References NumericConverterFormatterItem.
Referenced by MakeGroup().
|
static |
array of formats the control knows about internally array of string pairs for name of the format and the format string needed to create that format output. This is used for the pop-up list of formats to choose from in the control.
Definition at line 966 of file ParsedNumericConverterFormatter.cpp.
NumericConverterFormats::DefaultFormatRegistrator anonymous_namespace{ParsedNumericConverterFormatter.cpp}::bandwidthDefault |
Definition at line 1010 of file ParsedNumericConverterFormatter.cpp.
|
static |
array of formats the control knows about internally array of string pairs for name of the format and the format string needed to create that format output. This is used for the pop-up list of formats to choose from in the control.
Definition at line 931 of file ParsedNumericConverterFormatter.cpp.
NumericConverterFormats::DefaultFormatRegistrator anonymous_namespace{ParsedNumericConverterFormatter.cpp}::frequencyDefault |
Definition at line 958 of file ParsedNumericConverterFormatter.cpp.
|
static |
Definition at line 1071 of file ParsedNumericConverterFormatter.cpp.
|
static |
array of formats the control knows about internally array of string pairs for name of the format and the format string needed to create that format output. This is used for the pop-up list of formats to choose from in the control.
Definition at line 712 of file ParsedNumericConverterFormatter.cpp.
NumericConverterFormats::DefaultFormatRegistrator anonymous_namespace{ParsedNumericConverterFormatter.cpp}::timeDefault |
Definition at line 923 of file ParsedNumericConverterFormatter.cpp.