Audacity 3.2.0
List of all members
CommonTrackPanelCell::MouseWheelHook Struct Reference

#include <CommonTrackPanelCell.h>

Inheritance diagram for CommonTrackPanelCell::MouseWheelHook:
[legend]
Collaboration diagram for CommonTrackPanelCell::MouseWheelHook:
[legend]

Additional Inherited Members

- Public Types inherited from GlobalHook< MouseWheelHook, unsigned(const TrackPanelMouseEvent &evt, AudacityProject *pProject) >
using result_type = typename std::function< unsigned(const TrackPanelMouseEvent &evt, AudacityProject *pProject) >::result_type
 
using Scope = typename GlobalVariable< MouseWheelHook, const std::function< unsigned(const TrackPanelMouseEvent &evt, AudacityProject *pProject) >, nullptr, Options... >::Scope
 
- Public Types inherited from GlobalVariable< MouseWheelHook, const std::function< unsigned(const TrackPanelMouseEvent &evt, AudacityProject *pProject) >, nullptr, Options... >
using variable_type = GlobalVariable
 
using stored_type = const std::function< unsigned(const TrackPanelMouseEvent &evt, AudacityProject *pProject) >
 
using mutable_type = std::remove_const_t< const std::function< unsigned(const TrackPanelMouseEvent &evt, AudacityProject *pProject) > >
 
- Static Public Member Functions inherited from GlobalHook< MouseWheelHook, unsigned(const TrackPanelMouseEvent &evt, AudacityProject *pProject) >
static result_type Call (Arguments &&...arguments)
 Null check of the installed function is done for you. More...
 
- Static Public Member Functions inherited from GlobalVariable< MouseWheelHook, const std::function< unsigned(const TrackPanelMouseEvent &evt, AudacityProject *pProject) >, nullptr, Options... >
static stored_typeGet ()
 Get the installed value. More...
 
static auto Set (std::conditional_t< ScopedOnly, dummy, mutable_type > replacement) -> std::conditional_t< ScopedOnly, void, mutable_type >
 Move in a new value, move out and return the previous. More...
 

Detailed Description

Definition at line 37 of file CommonTrackPanelCell.h.


The documentation for this struct was generated from the following file: