![]() |
Audacity 3.2.0
|
#include "ParsedNumericConverterFormatter.h"#include "NumericConverterRegistry.h"#include "SampleCount.h"#include "NumericConverterFormats.h"#include "NumericConverterFormatterContext.h"#include "Project.h"#include "ProjectRate.h"#include <cmath>Go to the source code of this file.
Classes | |
| struct | anonymous_namespace{ParsedNumericConverterFormatter.cpp}::FieldConfig |
| class | anonymous_namespace{ParsedNumericConverterFormatter.cpp}::ParsedNumericConverterFormatter |
| struct | anonymous_namespace{ParsedNumericConverterFormatter.cpp}::FormatStrings |
| struct | anonymous_namespace{ParsedNumericConverterFormatter.cpp}::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... | |
| class | anonymous_namespace{ParsedNumericConverterFormatter.cpp}::ParsedNumericConverterFormatterFactory |
Namespaces | |
| namespace | anonymous_namespace{ParsedNumericConverterFormatter.cpp} |
Functions | |
| static auto | anonymous_namespace{ParsedNumericConverterFormatter.cpp}::MakeItem (const NumericConverterType &type) |
| template<size_t N> | |
| static auto | anonymous_namespace{ParsedNumericConverterFormatter.cpp}::MakeGroup (const Identifier &identifier, NumericConverterType type, const BuiltinFormatString(&formatStrings)[N]) |
| std::unique_ptr< NumericConverterFormatter > | CreateParsedNumericConverterFormatter (const FormatterContext &context, NumericConverterType type, const TranslatableString &format) |
| std::unique_ptr< NumericConverterFormatter > CreateParsedNumericConverterFormatter | ( | const FormatterContext & | context, |
| NumericConverterType | type, | ||
| const TranslatableString & | format | ||
| ) |
Definition at line 1088 of file ParsedNumericConverterFormatter.cpp.
References anonymous_namespace{ExportPCM.cpp}::format.
Referenced by NumericConverter::ParseFormatString(), and TEST_CASE().