Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ SetCallbacks
Method
SetCallbacks
libraries/lib-viewport/Viewport.cpp:64–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
void Viewport::SetCallbacks(std::unique_ptr<ViewportCallbacks> pCallbacks)
65
{
66
mpCallbacks = move(pCallbacks);
67
}
68
69
void Viewport::FinishAutoScroll()
70
{
Callers
2
ProjectWindow
Method · 0.45
TrackPanel
Method · 0.45
Calls
1
move
Function · 0.85
Tested by
no test coverage detected