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

Method OnTogglePlayRegion

src/AdornedRulerPanel.cpp:2344–2347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2342
2343
2344void AdornedRulerPanel::OnTogglePlayRegion(wxCommandEvent&)
2345{
2346 SelectUtilities::TogglePlayRegion(*mProject);
2347}
2348
2349void AdornedRulerPanel::OnClearPlayRegion(wxCommandEvent&)
2350{

Callers

nothing calls this directly

Calls 1

TogglePlayRegionFunction · 0.85

Tested by

no test coverage detected