Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
void TrackPanelAx::Adapter::BeginChangeFocus()
44
{
45
if (mwAx)
46
mwAx->BeginChangeFocus();
47
}
48
49
void TrackPanelAx::Adapter::EndChangeFocus(
50
const std::shared_ptr<Track> &track)
Callers
1
SetFocus
Method · 0.80
Calls
4
PeekFocus
Method · 0.80
TrackNum
Method · 0.80
lock
Method · 0.45
GetSelected
Method · 0.45
Tested by
no test coverage detected