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

Function SetTimeDisplayMode

src/menus/TimelineMenus.cpp:20–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18namespace
19{
20void SetTimeDisplayMode(const CommandContext& context, TimeDisplayMode type)
21{
22 auto& project = context.project;
23
24 auto& ruler = AdornedRulerPanel::Get(project);
25 ruler.SetTimeDisplayMode(type);
26
27 CommandManager::Get(project).UpdateCheckmarks();
28}
29
30void OnSetMinutesSeconds(const CommandContext& context)
31{

Callers 2

OnSetMinutesSecondsFunction · 0.85
OnSetBeatsAndMeasuresFunction · 0.85

Calls 3

GetFunction · 0.85
SetTimeDisplayModeMethod · 0.80
UpdateCheckmarksMethod · 0.80

Tested by

no test coverage detected