Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
bool TimeDisplayModeSetting::WriteEnum(TimeDisplayMode value)
29
{
30
if (!EnumSetting::WriteEnum(value))
31
return false;
32
33
Publish(value);
34
35
return true;
36
}
Callers
6
Cancel
Method · 0.45
PopulateOrExchange
Method · 0.45
ShowDialog
Method · 0.45
OnTimelineFormatChange
Method · 0.45
SetTimeDisplayMode
Method · 0.45
SaveSettings
Method · 0.45
Calls
1
WriteEnum
Function · 0.85
Tested by
no test coverage detected