mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-20 07:31:19 +01:00
Move drawing of snap guidelines out of TrackPanel.cpp
This commit is contained in:
@@ -28,6 +28,7 @@ class WaveClip;
|
||||
class WaveTrack;
|
||||
class TrackList;
|
||||
class ZoomInfo;
|
||||
class wxDC;
|
||||
|
||||
class TrackClip
|
||||
{
|
||||
@@ -101,6 +102,8 @@ public:
|
||||
static const wxString & GetSnapValue(int index);
|
||||
static int GetSnapIndex(const wxString & value);
|
||||
|
||||
static void Draw( wxDC *dc, wxInt64 left, wxInt64 right );
|
||||
|
||||
private:
|
||||
|
||||
void Reinit();
|
||||
|
||||
Reference in New Issue
Block a user