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

Function OnZoomSel

src/menus/ViewMenus.cpp:163–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163void OnZoomSel(const CommandContext &context)
164{
165 auto &project = context.project;
166 auto &selectedRegion = ViewInfo::Get( project ).selectedRegion;
167 auto &viewport = Viewport::Get(project);
168 viewport.Zoom(GetZoomOfSelection(project));
169 viewport.SetHorizontalThumb(selectedRegion.t0());
170}
171
172void OnZoomToggle(const CommandContext &context)
173{

Callers

nothing calls this directly

Calls 4

GetFunction · 0.85
GetZoomOfSelectionFunction · 0.85
SetHorizontalThumbMethod · 0.80
ZoomMethod · 0.45

Tested by

no test coverage detected