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

Function DoSelectAllAudio

src/SelectUtilities.cpp:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void DoSelectAllAudio(AudacityProject &project)
143{
144 DoSelectTimeAndAudioTracks( project, true, true );
145}
146
147// This function selects all tracks if no tracks selected,
148// and all time if no time selected.

Callers 3

SelectAllIfNoneFunction · 0.85
EditMenus.cppFile · 0.85

Calls 1

Tested by

no test coverage detected