|  | Audacity 3.2.0
    | 
#include <chrono>#include <vector>#include <wx/setup.h>#include <wx/timer.h>#include "HitTestResult.h"#include "Prefs.h"#include "SelectedRegion.h"#include "CellularPanel.h"#include "Observer.h"#include "commands/CommandManagerWindowClasses.h"Go to the source code of this file.
| Classes | |
| class | TrackPanel | 
| The TrackPanel class coordinates updates and operations on the main part of the screen which contains multiple tracks.  More... | |
| class | TrackPanel::AudacityTimer | 
| Timer class dedicated to informing the TrackPanel that it is time to refresh some aspect of the screen.  More... | |
| Variables | |
| static constexpr auto | kTimerInterval = std::chrono::milliseconds{50} | 
| const int | DragThreshold = 3 | 
| const int DragThreshold = 3 | 
Definition at line 57 of file TrackPanel.h.
Referenced by ZoomHandle::IsDragZooming(), anonymous_namespace{NoteTrackVZoomHandle.cpp}::IsDragZooming(), and WaveChannelVZoomHandle::IsDragZooming().
| 
 | staticconstexpr | 
Definition at line 55 of file TrackPanel.h.