11#ifndef __AUDACITY_WAVEFORM_VZOOM_HANDLE__
12#define __AUDACITY_WAVEFORM_VZOOM_HANDLE__
14#include "../../../../UIHandle.h"
25 (
const std::shared_ptr<WaveTrack> &pTrack,
const wxRect &rect,
int y);
32 const wxRect &rect,
int zoomStart,
int zoomEnd,
33 bool fixedMousePoint);
55 wxWindow *pParent)
override;
64 const wxRect &rect,
unsigned iPass )
override;
68 const wxRect &rect,
const wxRect &panelRect,
unsigned iPass )
override;
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
Short-lived drawing and event-handling object associated with a TrackPanelCell.
A Track that contains audio waveform data.