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:
parent
0b733eed3f
commit
2e1fe80601
@ -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();
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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
|
||||||
|
@ -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;
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
@ -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
|
||||||
|
@ -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;
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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);
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user