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

Method OnSelectAllTracks

src/menus/SelectMenus.cpp:474–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

472}
473
474void OnSelectAllTracks(const CommandContext &context)
475{
476 auto &project = context.project;
477 SelectUtilities::DoSelectTimeAndTracks( project, false, true );
478}
479
480void OnSelectSyncLockSel(const CommandContext &context)
481{

Callers

nothing calls this directly

Calls 1

DoSelectTimeAndTracksFunction · 0.85

Tested by

no test coverage detected