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

Method WriteEnum

src/TimeDisplayMode.cpp:28–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26};
27
28bool TimeDisplayModeSetting::WriteEnum(TimeDisplayMode value)
29{
30 if (!EnumSetting::WriteEnum(value))
31 return false;
32
33 Publish(value);
34
35 return true;
36}

Callers 6

CancelMethod · 0.45
PopulateOrExchangeMethod · 0.45
ShowDialogMethod · 0.45
SetTimeDisplayModeMethod · 0.45
SaveSettingsMethod · 0.45

Calls 1

WriteEnumFunction · 0.85

Tested by

no test coverage detected