Audacity  3.2.0
Functions
anonymous_namespace{CommonTrackPanelCell.cpp} Namespace Reference

Functions

CommonTrackPanelCell::HookGetHook ()
 

Function Documentation

◆ GetHook()

CommonTrackPanelCell::Hook& anonymous_namespace{CommonTrackPanelCell.cpp}::GetHook ( )

Definition at line 28 of file CommonTrackPanelCell.cpp.

29  {
30  static CommonTrackPanelCell::Hook theHook;
31  return theHook;
32  }

Referenced by CommonTrackPanelCell::HandleWheelRotation(), and CommonTrackPanelCell::InstallMouseWheelHook().

Here is the caller graph for this function:
CommonTrackPanelCell::Hook
std::function< unsigned(const TrackPanelMouseEvent &evt, AudacityProject *pProject) > Hook
Definition: CommonTrackPanelCell.h:35