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

Function ClearPlayRegion

src/SelectUtilities.cpp:206–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206void ClearPlayRegion(AudacityProject &project)
207{
208 auto &viewInfo = ViewInfo::Get( project );
209 auto &playRegion = viewInfo.playRegion;
210 playRegion.Clear();
211
212 if (playRegion.Active())
213 InactivatePlayRegion(project);
214}
215
216void SetPlayRegionToSelection(AudacityProject &project)
217{

Callers 3

HandleQPReleaseMethod · 0.85
OnClearPlayRegionMethod · 0.85
OnClearPlayRegionFunction · 0.85

Calls 3

GetFunction · 0.85
InactivatePlayRegionFunction · 0.85
ClearMethod · 0.45

Tested by

no test coverage detected