Go to the source code of this file.
|
| AUDACITY_DLL_API HitTestPreview | WaveChannelVZoomHandle::HitPreview (const bool bVZoom) |
| |
| AUDACITY_DLL_API bool | WaveChannelVZoomHandle::IsDragZooming (int zoomStart, int zoomEnd, bool hasDragZoom) |
| |
| AUDACITY_DLL_API Result | WaveChannelVZoomHandle::DoDrag (const TrackPanelMouseEvent &event, AudacityProject *pProject, int zoomStart, int &zoomEnd, bool hasDragZoom) |
| |
| AUDACITY_DLL_API Result | WaveChannelVZoomHandle::DoRelease (const TrackPanelMouseEvent &event, AudacityProject *pProject, wxWindow *pParent, WaveChannel &wc, const wxRect &mRect, DoZoomFunction doZoom, PopupMenuTable &table, int zoomStart, int zoomEnd) |
| |
| AUDACITY_DLL_API void | WaveChannelVZoomHandle::DoDraw (TrackPanelDrawingContext &context, const wxRect &rect, unsigned iPass, int zoomStart, int zoomEnd, bool hasDragZoom) |
| |
| AUDACITY_DLL_API wxRect | WaveChannelVZoomHandle::DoDrawingArea (const wxRect &rect, const wxRect &panelRect, unsigned iPass) |
| |
◆ anonymous enum
| Enumerator |
|---|
| OnZoomFitVerticalID | |
| OnZoomResetID | |
| OnZoomHalfWaveID | |
| OnZoomInVerticalID | |
| OnZoomOutVerticalID | |
| OnFirstWaveformScaleID | |
| OnLastWaveformScaleID | |
| OnFirstSpectrumScaleID | |
| OnLastSpectrumScaleID | |
Definition at line 104 of file WaveChannelVZoomHandle.h.
104 {
110
111
114
115
118};