Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
void TrackPanelAx::Adapter::EndChangeFocus(
50
const std::shared_ptr<Track> &track)
51
{
52
if (mwAx)
53
mwAx->EndChangeFocus(track);
54
}
55
56
void TrackPanelAx::Adapter::UpdateAccessibility()
57
{
Callers
1
SetFocus
Method · 0.80
Calls
3
FindFocus
Function · 0.85
lock
Method · 0.45
GetSelected
Method · 0.45
Tested by
no test coverage detected