Audacity 3.2.0
Classes | Variables
TrackPanel.h File Reference
#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"
Include dependency graph for TrackPanel.h:
This graph shows which files directly or indirectly include this file:

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
 

Variable Documentation

◆ DragThreshold

const int DragThreshold = 3

◆ kTimerInterval

constexpr auto kTimerInterval = std::chrono::milliseconds{50}
staticconstexpr

Definition at line 55 of file TrackPanel.h.