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

Method BeginChangeFocus

src/TrackPanelAx.cpp:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void TrackPanelAx::Adapter::BeginChangeFocus()
44{
45 if (mwAx)
46 mwAx->BeginChangeFocus();
47}
48
49void TrackPanelAx::Adapter::EndChangeFocus(
50 const std::shared_ptr<Track> &track)

Callers 1

SetFocusMethod · 0.80

Calls 4

PeekFocusMethod · 0.80
TrackNumMethod · 0.80
lockMethod · 0.45
GetSelectedMethod · 0.45

Tested by

no test coverage detected