mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-02 16:49:41 +02:00
Remove Shuttle.h from other headers
This commit is contained in:
parent
166e73fdeb
commit
3ff61f3e10
@ -42,6 +42,7 @@ ShuttleGui.
|
||||
#include "../Mix.h"
|
||||
#include "../Prefs.h"
|
||||
#include "../Project.h"
|
||||
#include "../Shuttle.h"
|
||||
#include "../ShuttleGui.h"
|
||||
#include "../WaveTrack.h"
|
||||
#include "../toolbars/ControlToolBar.h"
|
||||
|
@ -32,7 +32,6 @@ class wxWindow;
|
||||
#include "../Experimental.h"
|
||||
#include "../SampleFormat.h"
|
||||
#include "../SelectedRegion.h"
|
||||
#include "../Shuttle.h"
|
||||
#include "../Internat.h"
|
||||
#include "../widgets/ProgressDialog.h"
|
||||
#include "../include/audacity/ComponentInterface.h"
|
||||
|
@ -29,6 +29,7 @@ threshold of difference in two selected tracks
|
||||
#include <float.h>
|
||||
#include <wx/intl.h>
|
||||
|
||||
#include "../Shuttle.h"
|
||||
#include "../ShuttleGui.h"
|
||||
#include "../widgets/ErrorDialog.h"
|
||||
#include "../widgets/valnum.h"
|
||||
|
@ -26,6 +26,7 @@ parameters. It is for development purposes.
|
||||
|
||||
#include <wx/intl.h>
|
||||
|
||||
#include "../Shuttle.h"
|
||||
#include "../ShuttleGui.h"
|
||||
#include "../widgets/ErrorDialog.h"
|
||||
#include "../widgets/valnum.h"
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include "../Track.h"
|
||||
#include "../TrackPanel.h"
|
||||
#include "../WaveTrack.h"
|
||||
#include "../Shuttle.h"
|
||||
#include "../ShuttleGui.h"
|
||||
#include "CommandContext.h"
|
||||
|
||||
|
@ -40,6 +40,7 @@ This class now lists
|
||||
#include "CommandContext.h"
|
||||
|
||||
#include "../prefs/PrefsDialog.h"
|
||||
#include "../Shuttle.h"
|
||||
#include "../ShuttleGui.h"
|
||||
|
||||
enum {
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include "../TrackPanel.h"
|
||||
#include "../NoteTrack.h"
|
||||
#include "../WaveTrack.h"
|
||||
#include "../Shuttle.h"
|
||||
#include "../ShuttleGui.h"
|
||||
#include "CommandContext.h"
|
||||
|
||||
|
@ -16,6 +16,7 @@
|
||||
|
||||
#include "../Audacity.h"
|
||||
#include "HelpCommand.h"
|
||||
#include "../Shuttle.h"
|
||||
#include "../ShuttleGui.h"
|
||||
#include "CommandContext.h"
|
||||
#include "../effects/EffectManager.h"
|
||||
|
@ -19,6 +19,7 @@
|
||||
#include "../Project.h"
|
||||
#include "../Track.h"
|
||||
#include "../export/Export.h"
|
||||
#include "../Shuttle.h"
|
||||
#include "../ShuttleGui.h"
|
||||
#include "CommandContext.h"
|
||||
|
||||
|
@ -17,6 +17,7 @@
|
||||
#include "MessageCommand.h"
|
||||
#include "CommandType.h"
|
||||
#include "CommandContext.h"
|
||||
#include "../Shuttle.h"
|
||||
#include "../ShuttleGui.h"
|
||||
|
||||
bool MessageCommand::DefineParams( ShuttleParams & S ){
|
||||
|
@ -19,6 +19,7 @@
|
||||
#include "../Menus.h"
|
||||
#include "../Project.h"
|
||||
#include "../export/Export.h"
|
||||
#include "../Shuttle.h"
|
||||
#include "../ShuttleGui.h"
|
||||
#include "CommandContext.h"
|
||||
|
||||
|
@ -19,6 +19,7 @@ SetPreferenceCommand classes
|
||||
#include "PreferenceCommands.h"
|
||||
#include "../Menus.h"
|
||||
#include "../Prefs.h"
|
||||
#include "../Shuttle.h"
|
||||
#include "../ShuttleGui.h"
|
||||
#include "../commands/CommandContext.h"
|
||||
|
||||
|
@ -42,6 +42,7 @@ small calculations of rectangles.
|
||||
#include "../toolbars/ToolsToolBar.h"
|
||||
#include "../toolbars/TranscriptionToolBar.h"
|
||||
#include "../Prefs.h"
|
||||
#include "../Shuttle.h"
|
||||
#include "../ShuttleGui.h"
|
||||
#include "CommandContext.h"
|
||||
#include "CommandManager.h"
|
||||
|
@ -37,6 +37,7 @@ explicitly code all three.
|
||||
#include "../Project.h"
|
||||
#include "../Track.h"
|
||||
#include "../TrackPanel.h"
|
||||
#include "../Shuttle.h"
|
||||
#include "../ShuttleGui.h"
|
||||
#include "CommandContext.h"
|
||||
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include "../Track.h"
|
||||
#include "../TrackPanel.h"
|
||||
#include "../WaveTrack.h"
|
||||
#include "../Shuttle.h"
|
||||
#include "../ShuttleGui.h"
|
||||
#include "CommandContext.h"
|
||||
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include "../TrackPanel.h"
|
||||
#include "../WaveTrack.h"
|
||||
#include "../Envelope.h"
|
||||
#include "../Shuttle.h"
|
||||
#include "../ShuttleGui.h"
|
||||
#include "CommandContext.h"
|
||||
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include "../TrackPanel.h"
|
||||
#include "../WaveTrack.h"
|
||||
#include "../LabelTrack.h"
|
||||
#include "../Shuttle.h"
|
||||
#include "../ShuttleGui.h"
|
||||
#include "CommandContext.h"
|
||||
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include "../Track.h"
|
||||
#include "../TrackPanel.h"
|
||||
#include "../WaveTrack.h"
|
||||
#include "../Shuttle.h"
|
||||
#include "../ShuttleGui.h"
|
||||
#include "CommandContext.h"
|
||||
#include "../toolbars/SelectionBar.h"
|
||||
|
@ -41,6 +41,7 @@ SetTrackAudioCommand and SetTrackVisualsCommand.
|
||||
#include "../WaveTrack.h"
|
||||
#include "../prefs/WaveformSettings.h"
|
||||
#include "../prefs/SpectrogramSettings.h"
|
||||
#include "../Shuttle.h"
|
||||
#include "../ShuttleGui.h"
|
||||
#include "CommandContext.h"
|
||||
|
||||
|
@ -33,6 +33,7 @@
|
||||
#include <wx/valtext.h>
|
||||
#include <wx/log.h>
|
||||
|
||||
#include "../Shuttle.h"
|
||||
#include "../ShuttleGui.h"
|
||||
#include "../WaveTrack.h"
|
||||
#include "../widgets/valnum.h"
|
||||
|
@ -30,6 +30,7 @@
|
||||
#include "../AllThemeResources.h"
|
||||
#include "../Internat.h"
|
||||
#include "../Prefs.h"
|
||||
#include "../Shuttle.h"
|
||||
#include "../ShuttleGui.h"
|
||||
#include "../Theme.h"
|
||||
#include "../widgets/valnum.h"
|
||||
|
@ -26,6 +26,7 @@
|
||||
#include <wx/sizer.h>
|
||||
|
||||
#include "../Prefs.h"
|
||||
#include "../Shuttle.h"
|
||||
#include "../ShuttleGui.h"
|
||||
#include "../WaveTrack.h"
|
||||
#include "../widgets/valnum.h"
|
||||
|
@ -31,6 +31,7 @@ the pitch without changing the tempo.
|
||||
#include <wx/valtext.h>
|
||||
|
||||
#include "../PitchName.h"
|
||||
#include "../Shuttle.h"
|
||||
#include "../ShuttleGui.h"
|
||||
#include "../Spectrum.h"
|
||||
#include "../WaveTrack.h"
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include "../Prefs.h"
|
||||
#include "../Project.h"
|
||||
#include "../Resample.h"
|
||||
#include "../Shuttle.h"
|
||||
#include "../ShuttleGui.h"
|
||||
#include "../widgets/valnum.h"
|
||||
|
||||
|
@ -28,6 +28,7 @@
|
||||
|
||||
#include <wx/intl.h>
|
||||
|
||||
#include "../Shuttle.h"
|
||||
#include "../ShuttleGui.h"
|
||||
#include "../widgets/valnum.h"
|
||||
#include "TimeWarper.h"
|
||||
|
@ -33,6 +33,7 @@
|
||||
#include <wx/valgen.h>
|
||||
|
||||
#include "../Prefs.h"
|
||||
#include "../Shuttle.h"
|
||||
#include "../ShuttleGui.h"
|
||||
#include "../widgets/ErrorDialog.h"
|
||||
#include "../widgets/valnum.h"
|
||||
|
@ -36,6 +36,7 @@
|
||||
|
||||
#include "../AColor.h"
|
||||
#include "../Prefs.h"
|
||||
#include "../Shuttle.h"
|
||||
#include "../ShuttleGui.h"
|
||||
#include "../float_cast.h"
|
||||
#include "../widgets/Ruler.h"
|
||||
|
@ -37,6 +37,7 @@
|
||||
#include <wx/log.h>
|
||||
|
||||
#include "../Prefs.h"
|
||||
#include "../Shuttle.h"
|
||||
#include "../ShuttleGui.h"
|
||||
#include "../widgets/valnum.h"
|
||||
#include "../TranslatableStringArray.h"
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include <wx/valtext.h>
|
||||
|
||||
#include "../Prefs.h"
|
||||
#include "../Shuttle.h"
|
||||
#include "../ShuttleGui.h"
|
||||
#include "../widgets/valnum.h"
|
||||
|
||||
|
@ -35,7 +35,6 @@ class wxWindow;
|
||||
#include "../Experimental.h"
|
||||
#include "../SampleFormat.h"
|
||||
#include "../SelectedRegion.h"
|
||||
#include "../Shuttle.h"
|
||||
#include "../Internat.h"
|
||||
#include "../widgets/ProgressDialog.h"
|
||||
|
||||
|
@ -32,6 +32,7 @@ effects.
|
||||
#endif
|
||||
|
||||
#include "EffectManager.h"
|
||||
#include "../Shuttle.h"
|
||||
#include "../commands/Command.h"
|
||||
#include "../commands/CommandContext.h"
|
||||
|
||||
|
@ -81,6 +81,7 @@
|
||||
|
||||
#include "../Experimental.h"
|
||||
#include "../AColor.h"
|
||||
#include "../Shuttle.h"
|
||||
#include "../ShuttleGui.h"
|
||||
#include "../PlatformCompatibility.h"
|
||||
#include "../FileNames.h"
|
||||
|
@ -26,6 +26,7 @@
|
||||
|
||||
#include <wx/intl.h>
|
||||
|
||||
#include "../Shuttle.h"
|
||||
#include "../ShuttleGui.h"
|
||||
#include "../widgets/valnum.h"
|
||||
#include "../widgets/ErrorDialog.h"
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include <wx/valgen.h>
|
||||
|
||||
#include "../Prefs.h"
|
||||
#include "../Shuttle.h"
|
||||
#include "../ShuttleGui.h"
|
||||
#include "../widgets/valnum.h"
|
||||
|
||||
|
@ -26,6 +26,7 @@
|
||||
|
||||
#include "../Internat.h"
|
||||
#include "../Prefs.h"
|
||||
#include "../Shuttle.h"
|
||||
#include "../ShuttleGui.h"
|
||||
#include "../WaveTrack.h"
|
||||
#include "../widgets/valnum.h"
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include <wx/intl.h>
|
||||
#include <wx/valgen.h>
|
||||
|
||||
#include "../Shuttle.h"
|
||||
#include "../ShuttleGui.h"
|
||||
#include "../FFT.h"
|
||||
#include "../widgets/valnum.h"
|
||||
|
@ -26,6 +26,7 @@
|
||||
|
||||
#include <wx/intl.h>
|
||||
|
||||
#include "../Shuttle.h"
|
||||
#include "../ShuttleGui.h"
|
||||
#include "../widgets/valnum.h"
|
||||
|
||||
|
@ -28,6 +28,7 @@
|
||||
#include <wx/intl.h>
|
||||
|
||||
#include "../LabelTrack.h"
|
||||
#include "../Shuttle.h"
|
||||
#include "../ShuttleGui.h"
|
||||
#include "../WaveTrack.h"
|
||||
#include "../widgets/NumericTextCtrl.h"
|
||||
|
@ -22,6 +22,7 @@
|
||||
|
||||
#include "../Audacity.h"
|
||||
#include "../Prefs.h"
|
||||
#include "../Shuttle.h"
|
||||
#include "../ShuttleGui.h"
|
||||
#include "../widgets/valnum.h"
|
||||
|
||||
|
@ -50,6 +50,7 @@ a graph for EffectScienFilter.
|
||||
#include "../PlatformCompatibility.h"
|
||||
#include "../Prefs.h"
|
||||
#include "../Project.h"
|
||||
#include "../Shuttle.h"
|
||||
#include "../ShuttleGui.h"
|
||||
#include "../Theme.h"
|
||||
#include "../WaveTrack.h"
|
||||
|
@ -23,6 +23,7 @@
|
||||
|
||||
#include <wx/intl.h>
|
||||
|
||||
#include "../Shuttle.h"
|
||||
#include "../ShuttleGui.h"
|
||||
#include "../widgets/valnum.h"
|
||||
|
||||
|
@ -29,6 +29,7 @@ frequency changes smoothly during the tone.
|
||||
#include <wx/valgen.h>
|
||||
|
||||
#include "../Project.h"
|
||||
#include "../Shuttle.h"
|
||||
#include "../ShuttleGui.h"
|
||||
#include "../widgets/NumericTextCtrl.h"
|
||||
#include "../widgets/valnum.h"
|
||||
|
@ -29,6 +29,7 @@
|
||||
|
||||
#include "../Prefs.h"
|
||||
#include "../Project.h"
|
||||
#include "../Shuttle.h"
|
||||
#include "../ShuttleGui.h"
|
||||
#include "../WaveTrack.h"
|
||||
#include "../widgets/valnum.h"
|
||||
|
@ -25,6 +25,7 @@
|
||||
|
||||
#include <wx/intl.h>
|
||||
|
||||
#include "../Shuttle.h"
|
||||
#include "../ShuttleGui.h"
|
||||
#include "../widgets/valnum.h"
|
||||
|
||||
|
@ -55,6 +55,7 @@ effects from this one class.
|
||||
#include "../../TimeTrack.h"
|
||||
#include "../../prefs/SpectrogramSettings.h"
|
||||
#include "../../Project.h"
|
||||
#include "../../Shuttle.h"
|
||||
#include "../../ShuttleGui.h"
|
||||
#include "../../WaveClip.h"
|
||||
#include "../../WaveTrack.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user