1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-19 06:07:42 +02:00

Remove wx/slider.h from headers

This commit is contained in:
Paul Licameli 2018-11-11 16:18:23 -05:00
parent 47fe07bb42
commit b18f825ee8
39 changed files with 39 additions and 21 deletions

View File

@ -57,6 +57,7 @@ and in the spectrogram spectral selection.
#include <wx/filedlg.h> #include <wx/filedlg.h>
#include <wx/intl.h> #include <wx/intl.h>
#include <wx/sizer.h> #include <wx/sizer.h>
#include <wx/slider.h>
#include <wx/statbmp.h> #include <wx/statbmp.h>
#include <wx/stattext.h> #include <wx/stattext.h>
#include <wx/statusbr.h> #include <wx/statusbr.h>

View File

@ -24,7 +24,6 @@
#include <wx/font.h> #include <wx/font.h>
#include <wx/scrolbar.h> #include <wx/scrolbar.h>
#include <wx/sizer.h> #include <wx/sizer.h>
#include <wx/slider.h>
#include <wx/stattext.h> #include <wx/stattext.h>
#include <wx/statusbr.h> #include <wx/statusbr.h>
#include <wx/textctrl.h> #include <wx/textctrl.h>
@ -32,6 +31,7 @@
#include "SampleFormat.h" #include "SampleFormat.h"
#include "widgets/wxPanelWrapper.h" #include "widgets/wxPanelWrapper.h"
class wxSlider;
class wxStatusBar; class wxStatusBar;
class wxButton; class wxButton;
class wxChoice; class wxChoice;

View File

@ -28,6 +28,7 @@
#include <wx/checkbox.h> #include <wx/checkbox.h>
#include <wx/intl.h> #include <wx/intl.h>
#include <wx/sizer.h> #include <wx/sizer.h>
#include <wx/slider.h>
#include <wx/stattext.h> #include <wx/stattext.h>
#include <wx/textctrl.h> #include <wx/textctrl.h>
#include <wx/valtext.h> #include <wx/valtext.h>

View File

@ -16,13 +16,13 @@
#define __AUDACITY_EFFECT_AMPLIFY__ #define __AUDACITY_EFFECT_AMPLIFY__
#include <wx/checkbox.h> #include <wx/checkbox.h>
#include <wx/slider.h>
#include <wx/textctrl.h> #include <wx/textctrl.h>
#include "Effect.h" #include "Effect.h"
#define AMPLIFY_PLUGIN_SYMBOL ComponentInterfaceSymbol{ XO("Amplify") } #define AMPLIFY_PLUGIN_SYMBOL ComponentInterfaceSymbol{ XO("Amplify") }
class wxSlider;
class ShuttleGui; class ShuttleGui;
class EffectAmplify final : public Effect class EffectAmplify final : public Effect

View File

@ -26,6 +26,7 @@
#include <wx/intl.h> #include <wx/intl.h>
#include <wx/panel.h> #include <wx/panel.h>
#include <wx/sizer.h> #include <wx/sizer.h>
#include <wx/slider.h>
#include "../Prefs.h" #include "../Prefs.h"
#include "../Shuttle.h" #include "../Shuttle.h"

View File

@ -12,13 +12,13 @@
#ifndef __AUDACITY_EFFECT_BASS_TREBLE__ #ifndef __AUDACITY_EFFECT_BASS_TREBLE__
#define __AUDACITY_EFFECT_BASS_TREBLE__ #define __AUDACITY_EFFECT_BASS_TREBLE__
#include <wx/slider.h>
#include <wx/stattext.h> #include <wx/stattext.h>
#include <wx/textctrl.h> #include <wx/textctrl.h>
#include <wx/checkbox.h> #include <wx/checkbox.h>
#include "Effect.h" #include "Effect.h"
class wxSlider;
class ShuttleGui; class ShuttleGui;
#define BASSTREBLE_PLUGIN_SYMBOL ComponentInterfaceSymbol{ XO("Bass and Treble") } #define BASSTREBLE_PLUGIN_SYMBOL ComponentInterfaceSymbol{ XO("Bass and Treble") }

View File

@ -28,6 +28,7 @@ the pitch without changing the tempo.
#include <math.h> #include <math.h>
#include <wx/intl.h> #include <wx/intl.h>
#include <wx/slider.h>
#include <wx/valtext.h> #include <wx/valtext.h>
#include "../PitchName.h" #include "../PitchName.h"

View File

@ -27,12 +27,12 @@ the pitch without changing the tempo.
#endif #endif
#include <wx/choice.h> #include <wx/choice.h>
#include <wx/slider.h>
#include <wx/spinctrl.h> #include <wx/spinctrl.h>
#include <wx/textctrl.h> #include <wx/textctrl.h>
#include "SoundTouchEffect.h" #include "SoundTouchEffect.h"
class wxSlider;
class ShuttleGui; class ShuttleGui;
#define CHANGEPITCH_PLUGIN_SYMBOL ComponentInterfaceSymbol{ XO("Change Pitch") } #define CHANGEPITCH_PLUGIN_SYMBOL ComponentInterfaceSymbol{ XO("Change Pitch") }

View File

@ -19,6 +19,7 @@
#include <math.h> #include <math.h>
#include <wx/intl.h> #include <wx/intl.h>
#include <wx/slider.h>
#include "../LabelTrack.h" #include "../LabelTrack.h"
#include "../Prefs.h" #include "../Prefs.h"

View File

@ -14,13 +14,13 @@
#define __AUDACITY_EFFECT_CHANGESPEED__ #define __AUDACITY_EFFECT_CHANGESPEED__
#include <wx/choice.h> #include <wx/choice.h>
#include <wx/slider.h>
#include <wx/textctrl.h> #include <wx/textctrl.h>
#include "../widgets/NumericTextCtrl.h" #include "../widgets/NumericTextCtrl.h"
#include "Effect.h" #include "Effect.h"
class wxSlider;
class ShuttleGui; class ShuttleGui;
#define CHANGESPEED_PLUGIN_SYMBOL ComponentInterfaceSymbol{ XO("Change Speed") } #define CHANGESPEED_PLUGIN_SYMBOL ComponentInterfaceSymbol{ XO("Change Speed") }

View File

@ -28,6 +28,7 @@
#include <math.h> #include <math.h>
#include <wx/intl.h> #include <wx/intl.h>
#include <wx/slider.h>
#include "../Shuttle.h" #include "../Shuttle.h"
#include "../ShuttleGui.h" #include "../ShuttleGui.h"

View File

@ -22,11 +22,11 @@
#include <wx/checkbox.h> #include <wx/checkbox.h>
#endif #endif
#include <wx/slider.h>
#include <wx/textctrl.h> #include <wx/textctrl.h>
#include "SoundTouchEffect.h" #include "SoundTouchEffect.h"
class wxSlider;
class ShuttleGui; class ShuttleGui;
#define CHANGETEMPO_PLUGIN_SYMBOL ComponentInterfaceSymbol{ XO("Change Tempo") } #define CHANGETEMPO_PLUGIN_SYMBOL ComponentInterfaceSymbol{ XO("Change Tempo") }

View File

@ -30,6 +30,7 @@
#include <math.h> #include <math.h>
#include <wx/intl.h> #include <wx/intl.h>
#include <wx/slider.h>
#include <wx/valgen.h> #include <wx/valgen.h>
#include "../Prefs.h" #include "../Prefs.h"

View File

@ -16,11 +16,11 @@
#ifndef __AUDACITY_EFFECT_CLICK_REMOVAL__ #ifndef __AUDACITY_EFFECT_CLICK_REMOVAL__
#define __AUDACITY_EFFECT_CLICK_REMOVAL__ #define __AUDACITY_EFFECT_CLICK_REMOVAL__
#include <wx/slider.h>
#include <wx/textctrl.h> #include <wx/textctrl.h>
#include "Effect.h" #include "Effect.h"
class wxSlider;
class Envelope; class Envelope;
class ShuttleGui; class ShuttleGui;

View File

@ -33,6 +33,7 @@
#include <wx/dcclient.h> #include <wx/dcclient.h>
#include <wx/dcmemory.h> #include <wx/dcmemory.h>
#include <wx/intl.h> #include <wx/intl.h>
#include <wx/slider.h>
#include "../AColor.h" #include "../AColor.h"
#include "../Prefs.h" #include "../Prefs.h"

View File

@ -14,7 +14,6 @@
#include <wx/bitmap.h> #include <wx/bitmap.h>
#include <wx/checkbox.h> #include <wx/checkbox.h>
#include <wx/gdicmn.h> #include <wx/gdicmn.h>
#include <wx/slider.h>
#include <wx/stattext.h> #include <wx/stattext.h>
#include <wx/window.h> #include <wx/window.h>
#include "../widgets/wxPanelWrapper.h" #include "../widgets/wxPanelWrapper.h"
@ -22,6 +21,7 @@
#include "TwoPassSimpleMono.h" #include "TwoPassSimpleMono.h"
#include "../SampleFormat.h" #include "../SampleFormat.h"
class wxSlider;
class EffectCompressorPanel; class EffectCompressorPanel;
class ShuttleGui; class ShuttleGui;

View File

@ -37,6 +37,7 @@
#include <wx/intl.h> #include <wx/intl.h>
#include <wx/valgen.h> #include <wx/valgen.h>
#include <wx/log.h> #include <wx/log.h>
#include <wx/slider.h>
#include "../Prefs.h" #include "../Prefs.h"
#include "../Shuttle.h" #include "../Shuttle.h"

View File

@ -11,7 +11,6 @@
#ifndef __AUDACITY_EFFECT_DISTORTION__ #ifndef __AUDACITY_EFFECT_DISTORTION__
#define __AUDACITY_EFFECT_DISTORTION__ #define __AUDACITY_EFFECT_DISTORTION__
#include <wx/slider.h>
#include <wx/textctrl.h> #include <wx/textctrl.h>
#include <wx/checkbox.h> #include <wx/checkbox.h>
@ -19,6 +18,7 @@
#include "Effect.h" #include "Effect.h"
class wxSlider;
class ShuttleGui; class ShuttleGui;
#define DISTORTION_PLUGIN_SYMBOL ComponentInterfaceSymbol{ XO("Distortion") } #define DISTORTION_PLUGIN_SYMBOL ComponentInterfaceSymbol{ XO("Distortion") }

View File

@ -19,6 +19,7 @@
#include "../Experimental.h" #include "../Experimental.h"
#include <wx/intl.h> #include <wx/intl.h>
#include <wx/slider.h>
#include <wx/valgen.h> #include <wx/valgen.h>
#include <wx/valtext.h> #include <wx/valtext.h>

View File

@ -14,13 +14,13 @@
#ifndef __AUDACITY_EFFECT_DTMF__ #ifndef __AUDACITY_EFFECT_DTMF__
#define __AUDACITY_EFFECT_DTMF__ #define __AUDACITY_EFFECT_DTMF__
#include <wx/slider.h>
#include <wx/stattext.h> #include <wx/stattext.h>
#include "../widgets/NumericTextCtrl.h" #include "../widgets/NumericTextCtrl.h"
#include "Effect.h" #include "Effect.h"
class wxSlider;
class ShuttleGui; class ShuttleGui;
#define DTMFTONES_PLUGIN_SYMBOL ComponentInterfaceSymbol{ XO("DTMF Tones") } #define DTMFTONES_PLUGIN_SYMBOL ComponentInterfaceSymbol{ XO("DTMF Tones") }

View File

@ -72,6 +72,7 @@
#include <wx/intl.h> #include <wx/intl.h>
#include <wx/choice.h> #include <wx/choice.h>
#include <wx/radiobut.h> #include <wx/radiobut.h>
#include <wx/slider.h>
#include <wx/stattext.h> #include <wx/stattext.h>
#include <wx/string.h> #include <wx/string.h>
#include <wx/textdlg.h> #include <wx/textdlg.h>

View File

@ -24,7 +24,6 @@
#include <wx/intl.h> #include <wx/intl.h>
#include <wx/listctrl.h> #include <wx/listctrl.h>
#include <wx/stattext.h> #include <wx/stattext.h>
#include <wx/slider.h>
#include <wx/sizer.h> #include <wx/sizer.h>
#include <wx/bitmap.h> #include <wx/bitmap.h>
#include <wx/choice.h> #include <wx/choice.h>
@ -53,6 +52,7 @@ const int kEqOptionCurve =1<<1;
// The legacy version offers both Graphic and curve on the same UI. // The legacy version offers both Graphic and curve on the same UI.
const int kEqLegacy = kEqOptionGraphic + kEqOptionCurve; const int kEqLegacy = kEqOptionGraphic + kEqOptionCurve;
class wxSlider;
class Envelope; class Envelope;
class EnvelopeEditor; class EnvelopeEditor;
class EqualizationPanel; class EqualizationPanel;

View File

@ -23,10 +23,10 @@
#include "../MemoryX.h" #include "../MemoryX.h"
#include "../SampleFormat.h" #include "../SampleFormat.h"
#include <wx/dialog.h> #include <wx/dialog.h>
#include <wx/slider.h>
class wxButton; class wxButton;
class wxSizer; class wxSizer;
class wxSlider;
class wxString; class wxString;
class Envelope; class Envelope;

View File

@ -27,6 +27,7 @@
#include <math.h> #include <math.h>
#include <wx/intl.h> #include <wx/intl.h>
#include <wx/slider.h>
#include "../Shuttle.h" #include "../Shuttle.h"
#include "../ShuttleGui.h" #include "../ShuttleGui.h"

View File

@ -16,11 +16,11 @@
#ifndef __AUDACITY_EFFECT_PHASER__ #ifndef __AUDACITY_EFFECT_PHASER__
#define __AUDACITY_EFFECT_PHASER__ #define __AUDACITY_EFFECT_PHASER__
#include <wx/slider.h>
#include <wx/textctrl.h> #include <wx/textctrl.h>
#include "Effect.h" #include "Effect.h"
class wxSlider;
class ShuttleGui; class ShuttleGui;
#define NUM_STAGES 24 #define NUM_STAGES 24

View File

@ -19,6 +19,7 @@
#include <wx/arrstr.h> #include <wx/arrstr.h>
#include <wx/intl.h> #include <wx/intl.h>
#include <wx/slider.h>
#include "../Prefs.h" #include "../Prefs.h"
#include "../Shuttle.h" #include "../Shuttle.h"

View File

@ -13,11 +13,11 @@
#define __AUDACITY_EFFECT_REVERB__ #define __AUDACITY_EFFECT_REVERB__
#include <wx/checkbox.h> #include <wx/checkbox.h>
#include <wx/slider.h>
#include <wx/spinctrl.h> #include <wx/spinctrl.h>
#include "Effect.h" #include "Effect.h"
class wxSlider;
class ShuttleGui; class ShuttleGui;
#define REVERB_PLUGIN_SYMBOL ComponentInterfaceSymbol{ XO("Reverb") } #define REVERB_PLUGIN_SYMBOL ComponentInterfaceSymbol{ XO("Reverb") }

View File

@ -44,6 +44,7 @@ a graph for EffectScienFilter.
#include <wx/dcmemory.h> #include <wx/dcmemory.h>
#include <wx/intl.h> #include <wx/intl.h>
#include <wx/settings.h> #include <wx/settings.h>
#include <wx/slider.h>
#include <wx/utils.h> #include <wx/utils.h>
#include <wx/valgen.h> #include <wx/valgen.h>

View File

@ -18,7 +18,6 @@ Vaughan Johnson (Preview)
#include <wx/bitmap.h> #include <wx/bitmap.h>
#include <wx/choice.h> #include <wx/choice.h>
#include <wx/panel.h> #include <wx/panel.h>
#include <wx/slider.h>
#include <wx/stattext.h> #include <wx/stattext.h>
#include <wx/window.h> #include <wx/window.h>
@ -26,6 +25,7 @@ Vaughan Johnson (Preview)
#include "Effect.h" #include "Effect.h"
class wxSlider;
class wxTextCtrl; class wxTextCtrl;
class RulerPanel; class RulerPanel;
class ShuttleGui; class ShuttleGui;

View File

@ -14,7 +14,6 @@
#ifdef EXPERIMENTAL_SCOREALIGN #ifdef EXPERIMENTAL_SCOREALIGN
#include <wx/dialog.h> #include <wx/dialog.h>
#include <wx/slider.h>
#include <wx/checkbox.h> #include <wx/checkbox.h>
#if 1 #if 1
@ -57,6 +56,7 @@ extern int scorealign(
class wxButton; class wxButton;
class wxSizer; class wxSizer;
class wxString; class wxString;
class wxSlider;
void CloseScoreAlignDialog(); void CloseScoreAlignDialog();

View File

@ -21,6 +21,7 @@
#include <math.h> #include <math.h>
#include <wx/intl.h> #include <wx/intl.h>
#include <wx/slider.h>
#include "../Shuttle.h" #include "../Shuttle.h"
#include "../ShuttleGui.h" #include "../ShuttleGui.h"

View File

@ -15,11 +15,11 @@
#if USE_SBSMS #if USE_SBSMS
#include <wx/slider.h>
#include <wx/textctrl.h> #include <wx/textctrl.h>
#include "SBSMSEffect.h" #include "SBSMSEffect.h"
class wxSlider;
class ShuttleGui; class ShuttleGui;
// two strings here // two strings here

View File

@ -26,6 +26,7 @@
#include <math.h> #include <math.h>
#include <wx/intl.h> #include <wx/intl.h>
#include <wx/slider.h>
#include "../Shuttle.h" #include "../Shuttle.h"
#include "../ShuttleGui.h" #include "../ShuttleGui.h"

View File

@ -16,11 +16,11 @@
#ifndef __AUDACITY_EFFECT_WAHWAH__ #ifndef __AUDACITY_EFFECT_WAHWAH__
#define __AUDACITY_EFFECT_WAHWAH__ #define __AUDACITY_EFFECT_WAHWAH__
#include <wx/slider.h>
#include <wx/textctrl.h> #include <wx/textctrl.h>
#include "Effect.h" #include "Effect.h"
class wxSlider;
class ShuttleGui; class ShuttleGui;
#define WAHWAH_PLUGIN_SYMBOL ComponentInterfaceSymbol{ XO("Wahwah") } #define WAHWAH_PLUGIN_SYMBOL ComponentInterfaceSymbol{ XO("Wahwah") }

View File

@ -26,6 +26,7 @@
#endif #endif
#include <wx/sizer.h> #include <wx/sizer.h>
#include <wx/slider.h>
#include <wx/statbox.h> #include <wx/statbox.h>
#include <wx/tokenzr.h> #include <wx/tokenzr.h>
#include <wx/intl.h> #include <wx/intl.h>

View File

@ -19,7 +19,6 @@ class wxArrayString;
#include <vector> #include <vector>
#include <wx/checkbox.h> #include <wx/checkbox.h>
#include <wx/dialog.h> #include <wx/dialog.h>
#include <wx/slider.h>
#include <wx/stattext.h> #include <wx/stattext.h>
#include <wx/textctrl.h> #include <wx/textctrl.h>
@ -40,6 +39,8 @@ class wxArrayString;
#include <unordered_map> #include <unordered_map>
class wxSlider;
#define LV2EFFECTS_VERSION wxT("1.0.0.0") #define LV2EFFECTS_VERSION wxT("1.0.0.0")
/* i18n-hint: abbreviates /* i18n-hint: abbreviates
"Linux Audio Developer's Simple Plugin API (LADSPA) version 2" */ "Linux Audio Developer's Simple Plugin API (LADSPA) version 2" */

View File

@ -39,6 +39,7 @@ effects from this one class.
#include <wx/datetime.h> #include <wx/datetime.h>
#include <wx/intl.h> #include <wx/intl.h>
#include <wx/log.h> #include <wx/log.h>
#include <wx/slider.h>
#include <wx/sstream.h> #include <wx/sstream.h>
#include <wx/textdlg.h> #include <wx/textdlg.h>
#include <wx/txtstrm.h> #include <wx/txtstrm.h>

View File

@ -17,7 +17,6 @@
#include <wx/filename.h> #include <wx/filename.h>
#include <wx/intl.h> #include <wx/intl.h>
#include <wx/sizer.h> #include <wx/sizer.h>
#include <wx/slider.h>
#include <wx/stattext.h> #include <wx/stattext.h>
#include <wx/textbuf.h> #include <wx/textbuf.h>
#include <wx/textctrl.h> #include <wx/textctrl.h>

View File

@ -17,7 +17,6 @@
#include <wx/checkbox.h> #include <wx/checkbox.h>
#include <wx/choice.h> #include <wx/choice.h>
#include <wx/slider.h>
#include <wx/stattext.h> #include <wx/stattext.h>
#include <wx/textctrl.h> #include <wx/textctrl.h>
@ -26,6 +25,7 @@
#include "../../SampleFormat.h" #include "../../SampleFormat.h"
#include "../Effect.h" #include "../Effect.h"
class wxSlider;
class LabelTrack; class LabelTrack;
#define VAMPEFFECTS_VERSION wxT("1.0.0.0") #define VAMPEFFECTS_VERSION wxT("1.0.0.0")