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

Method SetFormatName

src/widgets/NumericTextCtrl.cpp:247–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245}
246
247bool NumericTextCtrl::SetFormatName(const NumericFormatID& formatName)
248{
249 if (!NumericConverter::SetFormatName(formatName))
250 return false;
251
252 HandleFormatterChanged(true);
253
254 return true;
255}
256
257bool NumericTextCtrl::SetCustomFormat(const TranslatableString& customFormat)
258{

Callers 8

TransferDataToWindowMethod · 0.45
TransferDataToWindowMethod · 0.45
OnTimeCtrlUpdateMethod · 0.45
SetSelectionFormatMethod · 0.45
SetAudioTimeFormatMethod · 0.45

Calls

no outgoing calls