1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-08 09:27:11 +01:00

Remove Meter.h from other headers

This commit is contained in:
Paul Licameli
2015-07-05 11:38:44 -04:00
parent cab89f6fb4
commit 4decbe80d3
3 changed files with 5 additions and 4 deletions

View File

@@ -24,7 +24,6 @@
#include "widgets/AButton.h"
#include "widgets/ASlider.h"
#include "widgets/Meter.h"
// containment hierarchy:
// MixerBoardFrame -> MixerBoard -> MixerBoardScrolledWindow -> MixerTrackCluster(s)
@@ -45,7 +44,7 @@ public:
bool canUseShift = true,
float stepValue = STEP_CONTINUOUS,
int orientation = wxHORIZONTAL);
virtual ~MixerTrackSlider() {};
virtual ~MixerTrackSlider() {}
void OnMouseEvent(wxMouseEvent & event);
@@ -61,6 +60,7 @@ public:
class AudacityProject;
class Meter;
class MixerBoard;
#ifdef EXPERIMENTAL_MIDI_OUT
class Track;
@@ -76,7 +76,7 @@ public:
WaveTrack* pLeftTrack, WaveTrack* pRightTrack = NULL,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize);
virtual ~MixerTrackCluster() {};
virtual ~MixerTrackCluster() {}
void HandleResize(); // For wxSizeEvents, update gain slider and meter.