Audacity 3.2.0
Functions
NumericConverterType.cpp File Reference
#include "NumericConverterType.h"
Include dependency graph for NumericConverterType.cpp:

Go to the source code of this file.

Functions

const NumericConverterTypeNumericConverterType_TIME ()
 
const NumericConverterTypeNumericConverterType_DURATION ()
 
const NumericConverterTypeNumericConverterType_FREQUENCY ()
 
const NumericConverterTypeNumericConverterType_BANDWIDTH ()
 

Function Documentation

◆ NumericConverterType_BANDWIDTH()

const NumericConverterType & NumericConverterType_BANDWIDTH ( )

Definition at line 31 of file NumericConverterType.cpp.

32{
33 static NumericConverterType value { L"bandwidth" };
34 return value;
35}
An explicitly nonlocalized string, not meant for the user to see.
Definition: Identifier.h:22

Referenced by NumericTextCtrl::OnContext(), and SpectralSelectionBar::Populate().

Here is the caller graph for this function:

◆ NumericConverterType_DURATION()

const NumericConverterType & NumericConverterType_DURATION ( )

Definition at line 19 of file NumericConverterType.cpp.

20{
21 static NumericConverterType value { L"duration" };
22 return value;
23}

Referenced by anonymous_namespace{BeatsNumericConverterFormatter.cpp}::BuildBeatsGroup(), anonymous_namespace{ParsedNumericConverterFormatter.cpp}::ParsedNumericConverterFormatter::IsTimeRelatedFormat(), and SelectionBar::UpdateTimeControlsFormat().

Here is the caller graph for this function:

◆ NumericConverterType_FREQUENCY()

const NumericConverterType & NumericConverterType_FREQUENCY ( )

Definition at line 25 of file NumericConverterType.cpp.

26{
27 static NumericConverterType value { L"frequency" };
28 return value;
29}

Referenced by NumericEditor::Create(), Grid::Grid(), NumericTextCtrl::OnContext(), LabelDialog::OnFreqUpdate(), and SpectralSelectionBar::Populate().

Here is the caller graph for this function:

◆ NumericConverterType_TIME()

const NumericConverterType & NumericConverterType_TIME ( )