1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10:06 +02:00

Remove or comment wxPanelWrapper.h in headers

This commit is contained in:
Paul Licameli 2019-03-30 15:06:57 -04:00
parent 0b733eed3f
commit 2e1fe80601
29 changed files with 25 additions and 29 deletions

View File

@ -13,7 +13,7 @@
#include "MemoryX.h" #include "MemoryX.h"
#include <vector> #include <vector>
#include "widgets/wxPanelWrapper.h" #include "widgets/wxPanelWrapper.h" // to inherit
extern const wxString VerCheckArgs(); extern const wxString VerCheckArgs();
extern const wxString VerCheckUrl(); extern const wxString VerCheckUrl();

View File

@ -16,7 +16,7 @@
#include <wx/font.h> // member variable #include <wx/font.h> // member variable
#include <wx/statusbr.h> // to inherit #include <wx/statusbr.h> // to inherit
#include "SampleFormat.h" #include "SampleFormat.h"
#include "widgets/wxPanelWrapper.h" #include "widgets/wxPanelWrapper.h" // to inherit
class wxMemoryDC; class wxMemoryDC;
class wxScrollBar; class wxScrollBar;

View File

@ -11,7 +11,7 @@
#ifndef __AUDACITY_HISTORY_WINDOW__ #ifndef __AUDACITY_HISTORY_WINDOW__
#define __AUDACITY_HISTORY_WINDOW__ #define __AUDACITY_HISTORY_WINDOW__
#include "widgets/wxPanelWrapper.h" #include "widgets/wxPanelWrapper.h" // to inherit
class wxButton; class wxButton;
class wxListCtrl; class wxListCtrl;

View File

@ -15,7 +15,7 @@
#include <wx/defs.h> #include <wx/defs.h>
#include "Internat.h" #include "Internat.h"
#include "widgets/wxPanelWrapper.h" #include "widgets/wxPanelWrapper.h" // to inherit
#include "audacity/ComponentInterface.h" // member variable #include "audacity/ComponentInterface.h" // member variable
class wxArrayString; class wxArrayString;

View File

@ -17,7 +17,7 @@
#include <vector> #include <vector>
#include <wx/textctrl.h> // to inherit #include <wx/textctrl.h> // to inherit
#include "commands/CommandManagerWindowClasses.h" #include "commands/CommandManagerWindowClasses.h"
#include "widgets/wxPanelWrapper.h" #include "widgets/wxPanelWrapper.h" // to inherit
class AudacityProject; class AudacityProject;
class LabelTrack; class LabelTrack;

View File

@ -18,7 +18,6 @@
#include <wx/scrolwin.h> // to inherit #include <wx/scrolwin.h> // to inherit
#include "widgets/ASlider.h" // to inherit #include "widgets/ASlider.h" // to inherit
#include "widgets/wxPanelWrapper.h"
#include "commands/CommandManagerWindowClasses.h" #include "commands/CommandManagerWindowClasses.h"
class wxArrayString; class wxArrayString;

View File

@ -16,7 +16,7 @@
#ifndef __AUDACITY_SOUND_ACTIVATED_RECORD__ #ifndef __AUDACITY_SOUND_ACTIVATED_RECORD__
#define __AUDACITY_SOUND_ACTIVATED_RECORD__ #define __AUDACITY_SOUND_ACTIVATED_RECORD__
#include "widgets/wxPanelWrapper.h" #include "widgets/wxPanelWrapper.h" // to inherit
class ShuttleGui; class ShuttleGui;

View File

@ -12,7 +12,7 @@
#define __AUDACITY_SPLASH_DLG__ #define __AUDACITY_SPLASH_DLG__
#include "MemoryX.h" #include "MemoryX.h"
#include "widgets/wxPanelWrapper.h" #include "widgets/wxPanelWrapper.h" // to inherit
class wxBitmap; class wxBitmap;
class ShuttleGui; class ShuttleGui;

View File

@ -36,7 +36,7 @@
#include "MemoryX.h" #include "MemoryX.h"
#include <utility> #include <utility>
#include "widgets/wxPanelWrapper.h" #include "widgets/wxPanelWrapper.h" // to inherit
#include <unordered_map> #include <unordered_map>

View File

@ -14,7 +14,7 @@
#include <wx/defs.h> #include <wx/defs.h>
#include "widgets/NumericTextCtrl.h" // for NumericFormatSymbol #include "widgets/NumericTextCtrl.h" // for NumericFormatSymbol
#include "widgets/wxPanelWrapper.h" #include "widgets/wxPanelWrapper.h" // to inherit
#include "Internat.h" #include "Internat.h"
class NumericTextCtrl; class NumericTextCtrl;

View File

@ -12,7 +12,6 @@
#define __AUDACITY_EFFECT_AUTODUCK__ #define __AUDACITY_EFFECT_AUTODUCK__
#include "Effect.h" #include "Effect.h"
#include "../widgets/wxPanelWrapper.h"
class wxBitmap; class wxBitmap;
class wxTextCtrl; class wxTextCtrl;

View File

@ -11,8 +11,6 @@
#ifndef __AUDACITY_EFFECT_COMPRESSOR__ #ifndef __AUDACITY_EFFECT_COMPRESSOR__
#define __AUDACITY_EFFECT_COMPRESSOR__ #define __AUDACITY_EFFECT_COMPRESSOR__
#include "../widgets/wxPanelWrapper.h"
#include "TwoPassSimpleMono.h" #include "TwoPassSimpleMono.h"
#include "../SampleFormat.h" #include "../SampleFormat.h"

View File

@ -9,7 +9,7 @@
#ifndef __AUDACITY_CONTRAST_DIALOG__ #ifndef __AUDACITY_CONTRAST_DIALOG__
#define __AUDACITY_CONTRAST_DIALOG__ #define __AUDACITY_CONTRAST_DIALOG__
#include "../widgets/wxPanelWrapper.h" #include "../widgets/wxPanelWrapper.h" // to inherit
class wxButton; class wxButton;
class wxString; class wxString;

View File

@ -15,7 +15,7 @@
#include <vector> #include <vector>
#include <wx/filename.h> // member variable #include <wx/filename.h> // member variable
#include "../SampleFormat.h" #include "../SampleFormat.h"
#include "../widgets/wxPanelWrapper.h" #include "../widgets/wxPanelWrapper.h" // to inherit
class wxArrayString; class wxArrayString;
class FileDialogWrapper; class FileDialogWrapper;

View File

@ -19,7 +19,6 @@ LRN
#include "../xml/XMLFileReader.h" #include "../xml/XMLFileReader.h"
#include "../FileNames.h" #include "../FileNames.h"
#include "../widgets/wxPanelWrapper.h"
#include <unordered_map> #include <unordered_map>

View File

@ -17,7 +17,7 @@
#include <vector> #include <vector>
#include <wx/tokenzr.h> // for enum wxStringTokenizerMode #include <wx/tokenzr.h> // for enum wxStringTokenizerMode
#include "../widgets/wxPanelWrapper.h" #include "../widgets/wxPanelWrapper.h" // to inherit
class wxArrayString; class wxArrayString;
class wxListBox; class wxListBox;

View File

@ -13,7 +13,7 @@
#define __AUDACITY_PREFS_DIALOG__ #define __AUDACITY_PREFS_DIALOG__
#include <vector> #include <vector>
#include "../widgets/wxPanelWrapper.h" #include "../widgets/wxPanelWrapper.h" // to inherit
#include "../Internat.h" #include "../Internat.h"
class wxTreebook; class wxTreebook;

View File

@ -33,7 +33,7 @@ PrefsPanel.
#ifndef __AUDACITY_PREFS_PANEL__ #ifndef __AUDACITY_PREFS_PANEL__
#define __AUDACITY_PREFS_PANEL__ #define __AUDACITY_PREFS_PANEL__
#include "../widgets/wxPanelWrapper.h" #include "../widgets/wxPanelWrapper.h" // to inherit
/* A few constants for an attempt at semi-uniformity */ /* A few constants for an attempt at semi-uniformity */
#define PREFS_FONT_SIZE 8 #define PREFS_FONT_SIZE 8

View File

@ -19,7 +19,7 @@
#include <wx/defs.h> #include <wx/defs.h>
#include "../Theme.h" #include "../Theme.h"
#include "../widgets/wxPanelWrapper.h" #include "../widgets/wxPanelWrapper.h" // to inherit
class wxBoxSizer; class wxBoxSizer;
class wxDC; class wxDC;

View File

@ -16,6 +16,7 @@
#include <vector> #include <vector>
#include <wx/setup.h> // for wxUSE_* macros #include <wx/setup.h> // for wxUSE_* macros
#include <wx/window.h> // to inherit
#include "ImageRoll.h" #include "ImageRoll.h"

View File

@ -17,7 +17,7 @@
#include <wx/setup.h> // for wxUSE_* macros #include <wx/setup.h> // for wxUSE_* macros
#include <wx/defs.h> #include <wx/defs.h>
#include <wx/timer.h> // member variable #include <wx/timer.h> // member variable
#include "wxPanelWrapper.h" #include "wxPanelWrapper.h" // to inherit
class wxArrayString; class wxArrayString;
class wxBitmap; class wxBitmap;

View File

@ -11,7 +11,7 @@
#include "../MemoryX.h" #include "../MemoryX.h"
#include <wx/dcmemory.h> // member variable #include <wx/dcmemory.h> // member variable
#include "wxPanelWrapper.h" #include "wxPanelWrapper.h" // to inherit
/// \brief BackedPanel is for a panel that consists of a bitmap with something drawn /// \brief BackedPanel is for a panel that consists of a bitmap with something drawn

View File

@ -16,7 +16,7 @@
#include <wx/defs.h> #include <wx/defs.h>
#include <wx/msgdlg.h> // to inherit #include <wx/msgdlg.h> // to inherit
#include "wxPanelWrapper.h" #include "wxPanelWrapper.h" // to inherit
class AudacityProject; class AudacityProject;

View File

@ -19,7 +19,7 @@
#include <wx/minifram.h> // to inherit #include <wx/minifram.h> // to inherit
#include "ImageRoll.h" #include "ImageRoll.h"
#include "wxPanelWrapper.h" #include "wxPanelWrapper.h" // to inherit
#include <unordered_map> #include <unordered_map>

View File

@ -15,7 +15,7 @@
#include "../Audacity.h" #include "../Audacity.h"
#include <wx/defs.h> #include <wx/defs.h>
#include "wxPanelWrapper.h" #include "wxPanelWrapper.h" // to inherit
class AudacityProject; class AudacityProject;

View File

@ -15,7 +15,7 @@
#include <vector> #include <vector>
#include <wx/dc.h> // for enum wxRasterOperationMode #include <wx/dc.h> // for enum wxRasterOperationMode
#include <wx/defs.h> #include <wx/defs.h>
#include "wxPanelWrapper.h" #include "wxPanelWrapper.h" // to inherit
#if !wxCHECK_VERSION(3,0,0) #if !wxCHECK_VERSION(3,0,0)
#define wxRasterOperationMode int #define wxRasterOperationMode int

View File

@ -17,7 +17,7 @@
#define __AUDACITY_LINKINGHTMLWINDOW__ #define __AUDACITY_LINKINGHTMLWINDOW__
#include "HtmlWindow.h" // to inherit #include "HtmlWindow.h" // to inherit
#include "wxPanelWrapper.h" #include "wxPanelWrapper.h" // to inherit
void OpenInDefaultBrowser(const wxHtmlLinkInfo& link); void OpenInDefaultBrowser(const wxHtmlLinkInfo& link);

View File

@ -25,7 +25,7 @@
#include <wx/defs.h> #include <wx/defs.h>
#include <wx/evtloop.h> // member variable #include <wx/evtloop.h> // member variable
#include "wxPanelWrapper.h" #include "wxPanelWrapper.h" // to inherit
class wxGauge; class wxGauge;
class wxStaticText; class wxStaticText;

View File

@ -11,7 +11,7 @@
#ifndef __AUDACITY_RULER__ #ifndef __AUDACITY_RULER__
#define __AUDACITY_RULER__ #define __AUDACITY_RULER__
#include "wxPanelWrapper.h" #include "wxPanelWrapper.h" // to inherit
#include <wx/colour.h> // member variable #include <wx/colour.h> // member variable
#include <wx/pen.h> // member variable #include <wx/pen.h> // member variable