MCPcopy Create free account
hub / github.com/audacity/audacity / GetSelectionFormat

Method GetSelectionFormat

libraries/lib-effects/Effect.cpp:187–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187NumericFormatID Effect::GetSelectionFormat()
188{
189 if( !IsBatchProcessing() && FindProject() )
190 return ProjectNumericFormats::Get( *FindProject() )
191 .GetSelectionFormat();
192 return NumericConverterFormats::HoursMinsSecondsFormat().Internal();
193}
194
195wxString Effect::GetSavedStateGroup()
196{

Callers 8

OnFormatsChangedMethod · 0.45
ReinitMethod · 0.45
OnSetRegionFunction · 0.45
DoEditLabelsMethod · 0.45
AddTimeMethod · 0.45
PopulateMethod · 0.45
OnFormatsChangedMethod · 0.45

Calls 2

IsBatchProcessingFunction · 0.85
GetFunction · 0.85

Tested by

no test coverage detected