Remove wx/stattext.h from headers

This commit is contained in:
Paul Licameli 2018-11-11 16:41:45 -05:00
parent cfde442bcd
commit b8aea73c91
40 changed files with 36 additions and 21 deletions

View File

@ -29,7 +29,6 @@ class wxWindow;
class wxCheckBox;
class wxChoice;
class wxTextCtrl;
class wxStaticText;
class wxRadioButton;
class wxListCtrl;
class wxListEvent;

View File

@ -29,7 +29,6 @@ class wxWindow;
class wxCheckBox;
class wxChoice;
class wxTextCtrl;
class wxStaticText;
class wxRadioButton;
class wxListCtrl;
class wxListEvent;

View File

@ -47,6 +47,7 @@ AliasedFile s.
#include <wx/choice.h>
#include <wx/clipbrd.h>
#include <wx/dataobj.h>
#include <wx/stattext.h>
#include "BlockFile.h"
#include "DirManager.h"

View File

@ -24,7 +24,6 @@
#include <wx/font.h>
#include <wx/scrolbar.h>
#include <wx/sizer.h>
#include <wx/stattext.h>
#include <wx/statusbr.h>
#include <wx/textctrl.h>
#include <wx/utils.h>

View File

@ -20,7 +20,6 @@
#include <wx/image.h>
#include <wx/scrolwin.h>
#include <wx/statbmp.h>
#include <wx/stattext.h>
#include "widgets/AButton.h"
#include "widgets/ASlider.h"

View File

@ -109,6 +109,7 @@ for registering for changes.
#include <wx/notebook.h>
#include <wx/treectrl.h>
#include <wx/spinctrl.h>
#include <wx/stattext.h>
#include <wx/bmpbuttn.h>
#include "../include/audacity/ComponentInterface.h"
#include "Internat.h"

View File

@ -12,7 +12,6 @@
#ifndef __AUDACITY_EFFECT_BASS_TREBLE__
#define __AUDACITY_EFFECT_BASS_TREBLE__
#include <wx/stattext.h>
#include <wx/textctrl.h>
#include <wx/checkbox.h>

View File

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

View File

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

View File

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

View File

@ -19,6 +19,7 @@
#include "Effect.h"
class wxSlider;
class wxStaticText;
class ShuttleGui;
#define DISTORTION_PLUGIN_SYMBOL ComponentInterfaceSymbol{ XO("Distortion") }

View File

@ -22,6 +22,7 @@
#include <wx/slider.h>
#include <wx/valgen.h>
#include <wx/valtext.h>
#include <wx/stattext.h>
#include "../Prefs.h"
#include "../Shuttle.h"

View File

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

View File

@ -25,11 +25,12 @@
#include <wx/image.h>
#include <wx/panel.h>
#include <wx/sizer.h>
#include <wx/stattext.h>
#include <wx/timer.h>
#include "EffectManager.h"
class wxStaticText;
class EffectRack final : public wxFrame
{
public:

View File

@ -23,7 +23,6 @@
#include <wx/dialog.h>
#include <wx/intl.h>
#include <wx/listctrl.h>
#include <wx/stattext.h>
#include <wx/sizer.h>
#include <wx/bitmap.h>
#include <wx/choice.h>
@ -56,6 +55,7 @@ const int kEqOptionCurve =1<<1;
const int kEqLegacy = kEqOptionGraphic + kEqOptionCurve;
class wxSlider;
class wxStaticText;
class Envelope;
class EnvelopeEditor;
class EqualizationPanel;

View File

@ -24,6 +24,7 @@
#include <math.h>
#include <wx/intl.h>
#include <wx/stattext.h>
#include <wx/valgen.h>
#include "../Internat.h"

View File

@ -16,12 +16,12 @@
#include "../Experimental.h"
#include <wx/checkbox.h>
#include <wx/stattext.h>
#include <wx/textctrl.h>
#include "Effect.h"
#include "Biquad.h"
class wxStaticText;
class ShuttleGui;
#define NORMALIZE_PLUGIN_SYMBOL ComponentInterfaceSymbol{ XO("Normalize") }

View File

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

View File

@ -11,7 +11,6 @@
#ifndef __AUDACITY_EFFECT_REPEAT__
#define __AUDACITY_EFFECT_REPEAT__
#include <wx/stattext.h>
#include <wx/textctrl.h>
#include "Effect.h"
@ -20,6 +19,8 @@ class ShuttleGui;
#define REPEAT_PLUGIN_SYMBOL ComponentInterfaceSymbol{ XO("Repeat") }
class wxStaticText;
class EffectRepeat final : public Effect
{
public:

View File

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

View File

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

View File

@ -57,6 +57,7 @@ class wxButton;
class wxSizer;
class wxString;
class wxSlider;
class wxStaticText;
void CloseScoreAlignDialog();

View File

@ -22,6 +22,7 @@
class wxSizerItem;
class wxSlider;
class wxStaticText;
class VSTControl;
#include "VSTControl.h"

View File

@ -28,6 +28,7 @@
#include <wx/sizer.h>
#include <wx/slider.h>
#include <wx/statbox.h>
#include <wx/stattext.h>
#include <wx/tokenzr.h>
#include <wx/intl.h>
#include <wx/scrolwin.h>

View File

@ -19,7 +19,6 @@ class wxArrayString;
#include <vector>
#include <wx/checkbox.h>
#include <wx/dialog.h>
#include <wx/stattext.h>
#include <wx/textctrl.h>
#include "lv2/lv2plug.in/ns/ext/atom/forge.h"

View File

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

View File

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

View File

@ -17,7 +17,6 @@
#include <wx/checkbox.h>
#include <wx/choice.h>
#include <wx/stattext.h>
#include <wx/textctrl.h>
#include <vamp-hostsdk/PluginLoader.h>
@ -25,6 +24,7 @@
#include "../../SampleFormat.h"
#include "../Effect.h"
class wxStaticText;
class wxSlider;
class LabelTrack;

View File

@ -53,6 +53,8 @@
#include <wx/spinctrl.h>
#include <wx/combobox.h>
#include <wx/listimpl.cpp>
#include <wx/stattext.h>
#include <FileDialog.h>
#include "../FileFormats.h"

View File

@ -28,6 +28,7 @@ LRN
class wxArrayStringEx;
class wxArrayString;
class wxStaticText;
/// Identifiers for pre-set export types.
enum FFmpegExposedFormat

View File

@ -23,6 +23,7 @@ class wxButton;
class wxCheckBox;
class wxChoice;
class wxRadioButton;
class wxStaticText;
class wxTextCtrl;
class AudacityProject;

View File

@ -11,13 +11,14 @@
#ifndef __AUDACITY_DIRECTORIES_PREFS__
#define __AUDACITY_DIRECTORIES_PREFS__
#include <wx/stattext.h>
#include <wx/textctrl.h>
#include "PrefsPanel.h"
class ShuttleGui;
class wxStaticText;
class DirectoriesPrefs final : public PrefsPanel
{
public:

View File

@ -30,6 +30,7 @@ KeyConfigPrefs and MousePrefs use.
#include <wx/filedlg.h>
#include <wx/menu.h>
#include <wx/button.h>
#include <wx/stattext.h>
#include "../Prefs.h"
#include "../Project.h"

View File

@ -23,6 +23,7 @@ MP3 and FFmpeg encoding libraries.
#include <wx/defs.h>
#include <wx/button.h>
#include <wx/stattext.h>
#include "../FFmpeg.h"
#include "../ShuttleGui.h"

View File

@ -15,11 +15,11 @@
#include <wx/defs.h>
#include <wx/stattext.h>
#include <wx/window.h>
#include "PrefsPanel.h"
class wxStaticText;
class ShuttleGui;
class LibraryPrefs final : public PrefsPanel

View File

@ -29,6 +29,7 @@
#include <wx/settings.h>
#include <wx/sizer.h>
#include <wx/statbmp.h>
#include <wx/stattext.h>
#include <wx/tooltip.h>
#endif

View File

@ -19,7 +19,6 @@ class wxImage;
class wxSize;
class wxPoint;
class wxChoice;
class wxStaticText;
struct DeviceSourceMap;
class DeviceToolBar final : public ToolBar {

View File

@ -23,7 +23,6 @@
#include <wx/setup.h> // for wxUSE_* macros
#include <wx/defs.h>
#include <wx/panel.h>
#include <wx/stattext.h>
#include <wx/textctrl.h>
#include "../Internat.h"

View File

@ -48,6 +48,7 @@
#include <wx/sound.h>
#include <wx/stopwatch.h>
#include <wx/window.h>
#include <wx/stattext.h>
#include "ErrorDialog.h"
#include "../Prefs.h"

View File

@ -25,11 +25,12 @@
#include <wx/defs.h>
#include <wx/evtloop.h>
#include <wx/gauge.h>
#include <wx/stattext.h>
#include <wx/utils.h>
#include "wxPanelWrapper.h"
class wxStaticText;
enum class ProgressResult : unsigned
{
Cancelled = 0, //<! User says that whatever is happening is undesirable and shouldn't have happened at all