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

Function GetTimeDisplayMode

src/menus/TimelineMenus.cpp:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40TimeDisplayMode GetTimeDisplayMode(const AudacityProject& project)
41{
42 auto& panel = AdornedRulerPanel::Get(project);
43 return panel.GetTimeDisplayMode();
44}
45
46using namespace MenuRegistry;
47

Callers 1

ExtraSelectionMenuFunction · 0.85

Calls 2

GetFunction · 0.85
GetTimeDisplayModeMethod · 0.80

Tested by

no test coverage detected