Audacity 3.2.0
Classes | Namespaces | Functions
NumericConverterFormats.h File Reference
#include "NumericConverterType.h"
#include "ComponentInterfaceSymbol.h"
Include dependency graph for NumericConverterFormats.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  NumericConverterFormats::DefaultFormatRegistrator
 

Namespaces

namespace  NumericConverterFormats
 

Functions

NumericFormatSymbol NumericConverterFormats::Default (const NumericConverterType &type)
 Returns the default format for the type or empty symbol, if no default symbol is registered. More...
 
NUMERIC_FORMATS_API NumericFormatSymbol NumericConverterFormats::Lookup (const FormatterContext &context, const NumericConverterType &type, const NumericFormatID &formatIdentifier)
 Looks up the format, returns Default for the type if the format is not registered. More...
 
NUMERIC_FORMATS_API NumericFormatSymbol NumericConverterFormats::DefaultSelectionFormat ()
 
NUMERIC_FORMATS_API NumericFormatSymbol NumericConverterFormats::TimeAndSampleFormat ()
 
NUMERIC_FORMATS_API NumericFormatSymbol NumericConverterFormats::SecondsFormat ()
 
NUMERIC_FORMATS_API NumericFormatSymbol NumericConverterFormats::HoursMinsSecondsFormat ()
 
NUMERIC_FORMATS_API NumericFormatSymbol NumericConverterFormats::HundredthsFormat ()
 
NUMERIC_FORMATS_API NumericFormatSymbol NumericConverterFormats::MillisecondsFormat ()
 
NUMERIC_FORMATS_API NumericFormatSymbol NumericConverterFormats::HertzFormat ()
 
NUMERIC_FORMATS_API NumericFormatSymbol NumericConverterFormats::OctavesFormat ()
 
NUMERIC_FORMATS_API NumericFormatID NumericConverterFormats::GetBestDurationFormat (const NumericFormatID &timeFormat)
 Return the best duration format for the given time format. Currently is an identity function. More...