Audacity 3.2.0
Functions
BeatsNumericConverterFormatter.h File Reference
#include <memory>
#include "NumericConverterFormatter.h"
Include dependency graph for BeatsNumericConverterFormatter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

NUMERIC_FORMATS_API std::unique_ptr< NumericConverterFormatterCreateBeatsNumericConverterFormatter (const FormatterContext &context, int fracPart=0, bool timeFormat=true)
 

Function Documentation

◆ CreateBeatsNumericConverterFormatter()

NUMERIC_FORMATS_API std::unique_ptr< NumericConverterFormatter > CreateBeatsNumericConverterFormatter ( const FormatterContext context,
int  fracPart = 0,
bool  timeFormat = true 
)

Definition at line 413 of file BeatsNumericConverterFormatter.cpp.

416{
417 return std::make_unique<BeatsFormatter>(context, fracPart, timeFormat);
418}

Referenced by TEST_CASE().

Here is the caller graph for this function: