mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-17 00:20:06 +02:00
Remove wx/checkbox.h from headers
This commit is contained in:
parent
0ff934e1c1
commit
d71a54b4e9
@ -25,7 +25,6 @@
|
|||||||
#include "BatchCommands.h"
|
#include "BatchCommands.h"
|
||||||
|
|
||||||
class wxWindow;
|
class wxWindow;
|
||||||
class wxCheckBox;
|
|
||||||
class wxTextCtrl;
|
class wxTextCtrl;
|
||||||
class wxRadioButton;
|
class wxRadioButton;
|
||||||
class wxListCtrl;
|
class wxListCtrl;
|
||||||
|
@ -25,7 +25,6 @@
|
|||||||
#include "BatchCommands.h"
|
#include "BatchCommands.h"
|
||||||
|
|
||||||
class wxWindow;
|
class wxWindow;
|
||||||
class wxCheckBox;
|
|
||||||
class wxTextCtrl;
|
class wxTextCtrl;
|
||||||
class wxRadioButton;
|
class wxRadioButton;
|
||||||
class wxListCtrl;
|
class wxListCtrl;
|
||||||
|
@ -49,6 +49,7 @@ and in the spectrogram spectral selection.
|
|||||||
|
|
||||||
#include <wx/brush.h>
|
#include <wx/brush.h>
|
||||||
#include <wx/button.h>
|
#include <wx/button.h>
|
||||||
|
#include <wx/checkbox.h>
|
||||||
#include <wx/choice.h>
|
#include <wx/choice.h>
|
||||||
#include <wx/font.h>
|
#include <wx/font.h>
|
||||||
#include <wx/image.h>
|
#include <wx/image.h>
|
||||||
|
@ -16,7 +16,6 @@
|
|||||||
#include <wx/brush.h>
|
#include <wx/brush.h>
|
||||||
#include <wx/dcmemory.h>
|
#include <wx/dcmemory.h>
|
||||||
#include <wx/panel.h>
|
#include <wx/panel.h>
|
||||||
#include <wx/checkbox.h>
|
|
||||||
#include <wx/dialog.h>
|
#include <wx/dialog.h>
|
||||||
#include <wx/gdicmn.h>
|
#include <wx/gdicmn.h>
|
||||||
#include <wx/pen.h>
|
#include <wx/pen.h>
|
||||||
@ -31,6 +30,7 @@ class wxSlider;
|
|||||||
class wxStatusBar;
|
class wxStatusBar;
|
||||||
class wxTextCtrl;
|
class wxTextCtrl;
|
||||||
class wxButton;
|
class wxButton;
|
||||||
|
class wxCheckBox;
|
||||||
class wxChoice;
|
class wxChoice;
|
||||||
|
|
||||||
class AudacityProject;
|
class AudacityProject;
|
||||||
|
@ -19,7 +19,6 @@ class wxStaticBitmap;
|
|||||||
class wxBitmap;
|
class wxBitmap;
|
||||||
class ShuttleGui;
|
class ShuttleGui;
|
||||||
class AudacityProject;
|
class AudacityProject;
|
||||||
class wxCheckbox;
|
|
||||||
class HtmlWindow;
|
class HtmlWindow;
|
||||||
|
|
||||||
class SplashDialog final : public wxDialogWrapper {
|
class SplashDialog final : public wxDialogWrapper {
|
||||||
|
@ -26,6 +26,7 @@
|
|||||||
#include <wx/setup.h> // for wxUSE_* macros
|
#include <wx/setup.h> // for wxUSE_* macros
|
||||||
|
|
||||||
#include <wx/button.h>
|
#include <wx/button.h>
|
||||||
|
#include <wx/checkbox.h>
|
||||||
#include <wx/choice.h>
|
#include <wx/choice.h>
|
||||||
#include <wx/defs.h>
|
#include <wx/defs.h>
|
||||||
#include <wx/dir.h>
|
#include <wx/dir.h>
|
||||||
|
@ -21,9 +21,9 @@
|
|||||||
#include <wx/datectrl.h>
|
#include <wx/datectrl.h>
|
||||||
#include <wx/calctrl.h>
|
#include <wx/calctrl.h>
|
||||||
#include <wx/timer.h>
|
#include <wx/timer.h>
|
||||||
#include <wx/checkbox.h>
|
|
||||||
#include "export/Export.h"
|
#include "export/Export.h"
|
||||||
|
|
||||||
|
class wxCheckBox;
|
||||||
class wxTimerEvent;
|
class wxTimerEvent;
|
||||||
|
|
||||||
class NumericTextCtrl;
|
class NumericTextCtrl;
|
||||||
|
@ -22,7 +22,6 @@
|
|||||||
#include <wx/intl.h>
|
#include <wx/intl.h>
|
||||||
#include <wx/tglbtn.h>
|
#include <wx/tglbtn.h>
|
||||||
|
|
||||||
class wxCheckBox;
|
|
||||||
class wxListBox;
|
class wxListBox;
|
||||||
class wxWindow;
|
class wxWindow;
|
||||||
|
|
||||||
|
@ -15,13 +15,12 @@
|
|||||||
#ifndef __AUDACITY_EFFECT_AMPLIFY__
|
#ifndef __AUDACITY_EFFECT_AMPLIFY__
|
||||||
#define __AUDACITY_EFFECT_AMPLIFY__
|
#define __AUDACITY_EFFECT_AMPLIFY__
|
||||||
|
|
||||||
#include <wx/checkbox.h>
|
|
||||||
|
|
||||||
#include "Effect.h"
|
#include "Effect.h"
|
||||||
|
|
||||||
#define AMPLIFY_PLUGIN_SYMBOL ComponentInterfaceSymbol{ XO("Amplify") }
|
#define AMPLIFY_PLUGIN_SYMBOL ComponentInterfaceSymbol{ XO("Amplify") }
|
||||||
|
|
||||||
class wxSlider;
|
class wxSlider;
|
||||||
|
class wxCheckBox;
|
||||||
class wxTextCtrl;
|
class wxTextCtrl;
|
||||||
class ShuttleGui;
|
class ShuttleGui;
|
||||||
|
|
||||||
|
@ -23,6 +23,7 @@
|
|||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
#include <wx/button.h>
|
#include <wx/button.h>
|
||||||
|
#include <wx/checkbox.h>
|
||||||
#include <wx/intl.h>
|
#include <wx/intl.h>
|
||||||
#include <wx/panel.h>
|
#include <wx/panel.h>
|
||||||
#include <wx/sizer.h>
|
#include <wx/sizer.h>
|
||||||
|
@ -12,11 +12,10 @@
|
|||||||
#ifndef __AUDACITY_EFFECT_BASS_TREBLE__
|
#ifndef __AUDACITY_EFFECT_BASS_TREBLE__
|
||||||
#define __AUDACITY_EFFECT_BASS_TREBLE__
|
#define __AUDACITY_EFFECT_BASS_TREBLE__
|
||||||
|
|
||||||
#include <wx/checkbox.h>
|
|
||||||
|
|
||||||
#include "Effect.h"
|
#include "Effect.h"
|
||||||
|
|
||||||
class wxSlider;
|
class wxSlider;
|
||||||
|
class wxCheckBox;
|
||||||
class wxTextCtrl;
|
class wxTextCtrl;
|
||||||
class ShuttleGui;
|
class ShuttleGui;
|
||||||
|
|
||||||
|
@ -27,6 +27,7 @@ the pitch without changing the tempo.
|
|||||||
#include <float.h>
|
#include <float.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
|
#include <wx/checkbox.h>
|
||||||
#include <wx/choice.h>
|
#include <wx/choice.h>
|
||||||
#include <wx/intl.h>
|
#include <wx/intl.h>
|
||||||
#include <wx/slider.h>
|
#include <wx/slider.h>
|
||||||
|
@ -23,7 +23,6 @@ the pitch without changing the tempo.
|
|||||||
|
|
||||||
#if USE_SBSMS
|
#if USE_SBSMS
|
||||||
#include "SBSMSEffect.h"
|
#include "SBSMSEffect.h"
|
||||||
#include <wx/checkbox.h>
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <wx/spinctrl.h>
|
#include <wx/spinctrl.h>
|
||||||
@ -32,6 +31,7 @@ the pitch without changing the tempo.
|
|||||||
|
|
||||||
class wxSlider;
|
class wxSlider;
|
||||||
class wxChoice;
|
class wxChoice;
|
||||||
|
class wxCheckBox;
|
||||||
class wxTextCtrl;
|
class wxTextCtrl;
|
||||||
class ShuttleGui;
|
class ShuttleGui;
|
||||||
|
|
||||||
|
@ -28,6 +28,7 @@
|
|||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
#include <wx/intl.h>
|
#include <wx/intl.h>
|
||||||
|
#include <wx/checkbox.h>
|
||||||
#include <wx/slider.h>
|
#include <wx/slider.h>
|
||||||
|
|
||||||
#include "../Shuttle.h"
|
#include "../Shuttle.h"
|
||||||
|
@ -19,12 +19,12 @@
|
|||||||
|
|
||||||
#if USE_SBSMS
|
#if USE_SBSMS
|
||||||
#include "SBSMSEffect.h"
|
#include "SBSMSEffect.h"
|
||||||
#include <wx/checkbox.h>
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "SoundTouchEffect.h"
|
#include "SoundTouchEffect.h"
|
||||||
|
|
||||||
class wxSlider;
|
class wxSlider;
|
||||||
|
class wxCheckBox;
|
||||||
class wxTextCtrl;
|
class wxTextCtrl;
|
||||||
class ShuttleGui;
|
class ShuttleGui;
|
||||||
|
|
||||||
|
@ -30,6 +30,7 @@
|
|||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
#include <wx/brush.h>
|
#include <wx/brush.h>
|
||||||
|
#include <wx/checkbox.h>
|
||||||
#include <wx/dcclient.h>
|
#include <wx/dcclient.h>
|
||||||
#include <wx/dcmemory.h>
|
#include <wx/dcmemory.h>
|
||||||
#include <wx/intl.h>
|
#include <wx/intl.h>
|
||||||
|
@ -12,13 +12,13 @@
|
|||||||
#define __AUDACITY_EFFECT_COMPRESSOR__
|
#define __AUDACITY_EFFECT_COMPRESSOR__
|
||||||
|
|
||||||
#include <wx/bitmap.h>
|
#include <wx/bitmap.h>
|
||||||
#include <wx/checkbox.h>
|
|
||||||
#include <wx/gdicmn.h>
|
#include <wx/gdicmn.h>
|
||||||
#include "../widgets/wxPanelWrapper.h"
|
#include "../widgets/wxPanelWrapper.h"
|
||||||
|
|
||||||
#include "TwoPassSimpleMono.h"
|
#include "TwoPassSimpleMono.h"
|
||||||
#include "../SampleFormat.h"
|
#include "../SampleFormat.h"
|
||||||
|
|
||||||
|
class wxCheckBox;
|
||||||
class wxSlider;
|
class wxSlider;
|
||||||
class wxStaticText;
|
class wxStaticText;
|
||||||
class EffectCompressorPanel;
|
class EffectCompressorPanel;
|
||||||
|
@ -33,6 +33,7 @@
|
|||||||
#define M_PI_2 1.57079632679489661923132169163975
|
#define M_PI_2 1.57079632679489661923132169163975
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <wx/checkbox.h>
|
||||||
#include <wx/choice.h>
|
#include <wx/choice.h>
|
||||||
#include <wx/intl.h>
|
#include <wx/intl.h>
|
||||||
#include <wx/valgen.h>
|
#include <wx/valgen.h>
|
||||||
|
@ -11,14 +11,13 @@
|
|||||||
#ifndef __AUDACITY_EFFECT_DISTORTION__
|
#ifndef __AUDACITY_EFFECT_DISTORTION__
|
||||||
#define __AUDACITY_EFFECT_DISTORTION__
|
#define __AUDACITY_EFFECT_DISTORTION__
|
||||||
|
|
||||||
#include <wx/checkbox.h>
|
|
||||||
|
|
||||||
#include <queue>
|
#include <queue>
|
||||||
|
|
||||||
#include "Effect.h"
|
#include "Effect.h"
|
||||||
|
|
||||||
class wxSlider;
|
class wxSlider;
|
||||||
class wxStaticText;
|
class wxStaticText;
|
||||||
|
class wxCheckBox;
|
||||||
class wxTextCtrl;
|
class wxTextCtrl;
|
||||||
class ShuttleGui;
|
class ShuttleGui;
|
||||||
|
|
||||||
|
@ -24,7 +24,6 @@
|
|||||||
#include <wx/listctrl.h>
|
#include <wx/listctrl.h>
|
||||||
#include <wx/bitmap.h>
|
#include <wx/bitmap.h>
|
||||||
#include <wx/radiobut.h>
|
#include <wx/radiobut.h>
|
||||||
#include <wx/checkbox.h>
|
|
||||||
|
|
||||||
#if wxUSE_ACCESSIBILITY
|
#if wxUSE_ACCESSIBILITY
|
||||||
#include "../widgets/WindowAccessible.h"
|
#include "../widgets/WindowAccessible.h"
|
||||||
@ -52,6 +51,7 @@ const int kEqLegacy = kEqOptionGraphic + kEqOptionCurve;
|
|||||||
|
|
||||||
class wxBoxSizer;
|
class wxBoxSizer;
|
||||||
class wxButton;
|
class wxButton;
|
||||||
|
class wxCheckBox;
|
||||||
class wxChoice;
|
class wxChoice;
|
||||||
class wxSizer;
|
class wxSizer;
|
||||||
class wxSizerItem;
|
class wxSizerItem;
|
||||||
|
@ -23,6 +23,7 @@
|
|||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
|
#include <wx/checkbox.h>
|
||||||
#include <wx/intl.h>
|
#include <wx/intl.h>
|
||||||
#include <wx/stattext.h>
|
#include <wx/stattext.h>
|
||||||
#include <wx/valgen.h>
|
#include <wx/valgen.h>
|
||||||
|
@ -15,11 +15,10 @@
|
|||||||
|
|
||||||
#include "../Experimental.h"
|
#include "../Experimental.h"
|
||||||
|
|
||||||
#include <wx/checkbox.h>
|
|
||||||
|
|
||||||
#include "Effect.h"
|
#include "Effect.h"
|
||||||
#include "Biquad.h"
|
#include "Biquad.h"
|
||||||
|
|
||||||
|
class wxCheckBox;
|
||||||
class wxStaticText;
|
class wxStaticText;
|
||||||
class wxTextCtrl;
|
class wxTextCtrl;
|
||||||
class ShuttleGui;
|
class ShuttleGui;
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
#include "Reverb.h"
|
#include "Reverb.h"
|
||||||
|
|
||||||
#include <wx/arrstr.h>
|
#include <wx/arrstr.h>
|
||||||
|
#include <wx/checkbox.h>
|
||||||
#include <wx/intl.h>
|
#include <wx/intl.h>
|
||||||
#include <wx/slider.h>
|
#include <wx/slider.h>
|
||||||
|
|
||||||
|
@ -12,11 +12,11 @@
|
|||||||
#ifndef __AUDACITY_EFFECT_REVERB__
|
#ifndef __AUDACITY_EFFECT_REVERB__
|
||||||
#define __AUDACITY_EFFECT_REVERB__
|
#define __AUDACITY_EFFECT_REVERB__
|
||||||
|
|
||||||
#include <wx/checkbox.h>
|
|
||||||
#include <wx/spinctrl.h>
|
#include <wx/spinctrl.h>
|
||||||
|
|
||||||
#include "Effect.h"
|
#include "Effect.h"
|
||||||
|
|
||||||
|
class wxCheckBox;
|
||||||
class wxSlider;
|
class wxSlider;
|
||||||
class ShuttleGui;
|
class ShuttleGui;
|
||||||
|
|
||||||
|
@ -14,7 +14,6 @@
|
|||||||
#ifdef EXPERIMENTAL_SCOREALIGN
|
#ifdef EXPERIMENTAL_SCOREALIGN
|
||||||
|
|
||||||
#include <wx/dialog.h>
|
#include <wx/dialog.h>
|
||||||
#include <wx/checkbox.h>
|
|
||||||
|
|
||||||
#if 1
|
#if 1
|
||||||
|
|
||||||
@ -54,6 +53,7 @@ extern int scorealign(
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
class wxButton;
|
class wxButton;
|
||||||
|
class wxCheckBox;
|
||||||
class wxString;
|
class wxString;
|
||||||
class wxSlider;
|
class wxSlider;
|
||||||
class wxStaticText;
|
class wxStaticText;
|
||||||
|
@ -17,6 +17,7 @@
|
|||||||
#include <cmath>
|
#include <cmath>
|
||||||
|
|
||||||
#include <wx/button.h>
|
#include <wx/button.h>
|
||||||
|
#include <wx/checkbox.h>
|
||||||
#include <wx/choice.h>
|
#include <wx/choice.h>
|
||||||
#include <wx/dcbuffer.h>
|
#include <wx/dcbuffer.h>
|
||||||
#include <wx/dialog.h>
|
#include <wx/dialog.h>
|
||||||
|
@ -17,7 +17,6 @@ class wxArrayString;
|
|||||||
|
|
||||||
#include "../../MemoryX.h"
|
#include "../../MemoryX.h"
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <wx/checkbox.h>
|
|
||||||
#include <wx/dialog.h>
|
#include <wx/dialog.h>
|
||||||
|
|
||||||
#include "lv2/lv2plug.in/ns/ext/atom/forge.h"
|
#include "lv2/lv2plug.in/ns/ext/atom/forge.h"
|
||||||
|
@ -23,6 +23,7 @@
|
|||||||
|
|
||||||
class wxArrayString;
|
class wxArrayString;
|
||||||
class wxFileName;
|
class wxFileName;
|
||||||
|
class wxCheckBox;
|
||||||
class wxTextCtrl;
|
class wxTextCtrl;
|
||||||
|
|
||||||
#define NYQUISTEFFECTS_VERSION wxT("1.0.0.0")
|
#define NYQUISTEFFECTS_VERSION wxT("1.0.0.0")
|
||||||
|
@ -15,8 +15,6 @@
|
|||||||
|
|
||||||
#if defined(USE_VAMP)
|
#if defined(USE_VAMP)
|
||||||
|
|
||||||
#include <wx/checkbox.h>
|
|
||||||
|
|
||||||
#include <vamp-hostsdk/PluginLoader.h>
|
#include <vamp-hostsdk/PluginLoader.h>
|
||||||
|
|
||||||
#include "../../SampleFormat.h"
|
#include "../../SampleFormat.h"
|
||||||
@ -25,6 +23,7 @@
|
|||||||
class wxStaticText;
|
class wxStaticText;
|
||||||
class wxSlider;
|
class wxSlider;
|
||||||
class wxChoice;
|
class wxChoice;
|
||||||
|
class wxCheckBox;
|
||||||
class wxTextCtrl;
|
class wxTextCtrl;
|
||||||
class LabelTrack;
|
class LabelTrack;
|
||||||
|
|
||||||
|
@ -28,6 +28,7 @@ LRN
|
|||||||
class wxArrayStringEx;
|
class wxArrayStringEx;
|
||||||
|
|
||||||
class wxArrayString;
|
class wxArrayString;
|
||||||
|
class wxCheckBox;
|
||||||
class wxStaticText;
|
class wxStaticText;
|
||||||
class wxTextCtrl;
|
class wxTextCtrl;
|
||||||
|
|
||||||
|
@ -27,7 +27,6 @@
|
|||||||
#define SIZER_COLS 7
|
#define SIZER_COLS 7
|
||||||
|
|
||||||
class wxBitmap;
|
class wxBitmap;
|
||||||
class wxCheckBox;
|
|
||||||
class wxChoice;
|
class wxChoice;
|
||||||
class wxComboBox;
|
class wxComboBox;
|
||||||
class wxCommandEvent;
|
class wxCommandEvent;
|
||||||
|
@ -17,7 +17,6 @@ Paul Licameli
|
|||||||
#include "../widgets/NumericTextCtrl.h"
|
#include "../widgets/NumericTextCtrl.h"
|
||||||
|
|
||||||
class wxBitmap;
|
class wxBitmap;
|
||||||
class wxCheckBox;
|
|
||||||
class wxChoice;
|
class wxChoice;
|
||||||
class wxComboBox;
|
class wxComboBox;
|
||||||
class wxCommandEvent;
|
class wxCommandEvent;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user