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

Method EndChangeFocus

src/TrackPanelAx.cpp:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void TrackPanelAx::Adapter::EndChangeFocus(
50 const std::shared_ptr<Track> &track)
51{
52 if (mwAx)
53 mwAx->EndChangeFocus(track);
54}
55
56void TrackPanelAx::Adapter::UpdateAccessibility()
57{

Callers 1

SetFocusMethod · 0.80

Calls 3

FindFocusFunction · 0.85
lockMethod · 0.45
GetSelectedMethod · 0.45

Tested by

no test coverage detected