MCPcopy 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
64void Viewport::SetCallbacks(std::unique_ptr<ViewportCallbacks> pCallbacks)
65{
66 mpCallbacks = move(pCallbacks);
67}
68
69void Viewport::FinishAutoScroll()
70{

Callers 2

ProjectWindowMethod · 0.45
TrackPanelMethod · 0.45

Calls 1

moveFunction · 0.85

Tested by

no test coverage detected