Audacity 3.2.0
|
#include "Identifier.h"
Go to the source code of this file.
Typedefs | |
using | NumericConverterType = Identifier |
Functions | |
NUMERIC_FORMATS_API const NumericConverterType & | NumericConverterType_TIME () |
NUMERIC_FORMATS_API const NumericConverterType & | NumericConverterType_DURATION () |
NUMERIC_FORMATS_API const NumericConverterType & | NumericConverterType_FREQUENCY () |
NUMERIC_FORMATS_API const NumericConverterType & | NumericConverterType_BANDWIDTH () |
using NumericConverterType = Identifier |
Definition at line 15 of file NumericConverterType.h.
NUMERIC_FORMATS_API const NumericConverterType & NumericConverterType_BANDWIDTH | ( | ) |
Definition at line 31 of file NumericConverterType.cpp.
Referenced by NumericTextCtrl::OnContext(), and SpectralSelectionBar::Populate().
NUMERIC_FORMATS_API const NumericConverterType & NumericConverterType_DURATION | ( | ) |
Definition at line 19 of file NumericConverterType.cpp.
Referenced by anonymous_namespace{BeatsNumericConverterFormatter.cpp}::BuildBeatsGroup(), anonymous_namespace{ParsedNumericConverterFormatter.cpp}::ParsedNumericConverterFormatter::IsTimeRelatedFormat(), and SelectionBar::UpdateTimeControlsFormat().
NUMERIC_FORMATS_API const NumericConverterType & NumericConverterType_FREQUENCY | ( | ) |
Definition at line 25 of file NumericConverterType.cpp.
Referenced by NumericEditor::Create(), Grid::Grid(), NumericTextCtrl::OnContext(), LabelDialog::OnFreqUpdate(), and SpectralSelectionBar::Populate().
NUMERIC_FORMATS_API const NumericConverterType & NumericConverterType_TIME | ( | ) |
Definition at line 13 of file NumericConverterType.cpp.
Referenced by SelectionBar::AddTime(), anonymous_namespace{BeatsNumericConverterFormatter.cpp}::BuildBeatsGroup(), NyquistEffect::BuildEffectWindow(), LV2Editor::BuildPlain(), VSTEditor::BuildPlain(), ContrastDialog::ContrastDialog(), EffectRepeat::DisplayNewTime(), Grid::Grid(), anonymous_namespace{ParsedNumericConverterFormatter.cpp}::ParsedNumericConverterFormatter::IsTimeRelatedFormat(), NumericTextCtrl::OnContext(), EffectChangeSpeed::OnTimeCtrlUpdate(), LabelDialog::OnUpdate(), TimeToolBar::Populate(), TimeDialog::PopulateOrExchange(), TimerRecordDialog::PopulateOrExchange(), EffectDtmf::Editor::PopulateOrExchange(), EffectChangeSpeed::PopulateOrExchange(), EffectNoise::PopulateOrExchange(), EffectSilence::PopulateOrExchange(), EffectToneGen::PopulateOrExchange(), LadspaEditor::PopulateUI(), TEST_CASE(), SelectionBar::UpdatePrefs(), and VST3Editor::VST3Editor().