Audacity 3.2.0
|
#include "BeatsNumericConverterFormatter.h"
#include <algorithm>
#include <array>
#include <cmath>
#include "NumericConverterRegistry.h"
#include "NumericConverterFormatterContext.h"
#include "SampleCount.h"
#include "Project.h"
#include "ProjectTimeSignature.h"
Go to the source code of this file.
Classes | |
class | anonymous_namespace{BeatsNumericConverterFormatter.cpp}::BeatsFormatter |
class | anonymous_namespace{BeatsNumericConverterFormatter.cpp}::BeatsNumericConverterFormatterFactory |
Namespaces | |
namespace | anonymous_namespace{BeatsNumericConverterFormatter.cpp} |
Functions | |
constexpr size_t | anonymous_namespace{BeatsNumericConverterFormatter.cpp}::Get10Pow (size_t pow) |
auto | anonymous_namespace{BeatsNumericConverterFormatter.cpp}::BuildBeatsGroup (bool timeFormat) |
std::unique_ptr< NumericConverterFormatter > | CreateBeatsNumericConverterFormatter (const FormatterContext &context, int fracPart, bool timeFormat) |
std::unique_ptr< NumericConverterFormatter > CreateBeatsNumericConverterFormatter | ( | const FormatterContext & | context, |
int | fracPart, | ||
bool | timeFormat | ||
) |
Definition at line 413 of file BeatsNumericConverterFormatter.cpp.
Referenced by TEST_CASE().