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

Method ClearPlayRegion

src/AdornedRulerPanel.cpp:2681–2690  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2679}
2680
2681void AdornedRulerPanel::ClearPlayRegion()
2682{
2683 ProjectAudioManager::Get( *mProject ).Stop();
2684
2685 auto &viewInfo = ViewInfo::Get( *GetProject() );
2686 auto &playRegion = viewInfo.playRegion;
2687 playRegion.Clear();
2688
2689 Refresh();
2690}
2691
2692void AdornedRulerPanel::GetMaxSize(wxCoord *width, wxCoord *height)
2693{

Callers

nothing calls this directly

Calls 3

GetFunction · 0.85
StopMethod · 0.45
ClearMethod · 0.45

Tested by

no test coverage detected