11#ifndef __AUDACITY_WAVEFORM_VZOOM_HANDLE__
12#define __AUDACITY_WAVEFORM_VZOOM_HANDLE__
14#include "../../../../UIHandle.h"
26 const std::shared_ptr<WaveChannel> &pChannel,
const wxRect &rect,
int y);
33 const wxRect &rect,
int zoomStart,
int zoomEnd,
34 bool fixedMousePoint);
38 std::shared_ptr<const Track>
FindTrack()
const override;
56 wxWindow *pParent)
override;
65 const wxRect &rect,
unsigned iPass )
override;
69 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.