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

Method SetFocusedCell

src/TrackPanel.cpp:1573–1579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1571}
1572
1573void TrackPanel::SetFocusedCell()
1574{
1575 // This may have a side-effect of assigning a focus if there was none
1576 auto& trackFocus = TrackFocus::Get(*GetProject());
1577 trackFocus.Set(trackFocus.Get());
1578 KeyboardCapture::Capture(this);
1579}
1580
1581void TrackPanel::OnTrackFocusChange(TrackFocusChangeMessage message)
1582{

Callers

nothing calls this directly

Calls 4

GetFunction · 0.85
CaptureFunction · 0.85
SetMethod · 0.45
GetMethod · 0.45

Tested by

no test coverage detected