1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-26 15:23:48 +01:00

Removed ShuttleGui.h from other headers

This commit is contained in:
Paul Licameli
2015-06-18 10:24:36 -04:00
parent 66576997f0
commit e70f91c64e
89 changed files with 198 additions and 150 deletions

View File

@@ -16,10 +16,10 @@
#include <wx/window.h>
#include "../ShuttleGui.h"
#include "PrefsPanel.h"
class ShuttleGui;
class BatchPrefs : public PrefsPanel
{
public:

View File

@@ -19,11 +19,11 @@
#include <wx/window.h>
#include <wx/dynarray.h>
#include "../ShuttleGui.h"
#include "PrefsPanel.h"
class DevicePrefs:public PrefsPanel
class ShuttleGui;
class DevicePrefs :public PrefsPanel
{
public:
DevicePrefs(wxWindow * parent);

View File

@@ -14,11 +14,11 @@
#include <wx/stattext.h>
#include <wx/textctrl.h>
#include "../ShuttleGui.h"
#include "PrefsPanel.h"
class DirectoriesPrefs:public PrefsPanel
class ShuttleGui;
class DirectoriesPrefs :public PrefsPanel
{
public:
DirectoriesPrefs(wxWindow * parent);

View File

@@ -18,11 +18,11 @@
#include <wx/arrstr.h>
#include <wx/window.h>
#include "../ShuttleGui.h"
#include "PrefsPanel.h"
class EffectsPrefs:public PrefsPanel
class ShuttleGui;
class EffectsPrefs :public PrefsPanel
{
public:
EffectsPrefs(wxWindow * parent);

View File

@@ -16,15 +16,15 @@
#include <wx/window.h>
#include "../widgets/Grid.h"
#include "../ShuttleGui.h"
#include "PrefsPanel.h"
#include "../import/Import.h"
#include "../import/ImportPlugin.h"
class wxButton;
class wxListEvent;
class ExtImportPrefs;
class ShuttleGui;
class ExtImportPrefsDropTarget: public wxDropTarget
{

View File

@@ -18,11 +18,11 @@
#include <wx/arrstr.h>
#include <wx/window.h>
#include "../ShuttleGui.h"
#include "PrefsPanel.h"
class GUIPrefs:public PrefsPanel
class ShuttleGui;
class GUIPrefs :public PrefsPanel
{
public:
GUIPrefs(wxWindow * parent);

View File

@@ -17,11 +17,11 @@
#include <wx/window.h>
#include "../ShuttleGui.h"
#include "PrefsPanel.h"
class ImportExportPrefs:public PrefsPanel
class ShuttleGui;
class ImportExportPrefs :public PrefsPanel
{
public:
ImportExportPrefs(wxWindow * parent);

View File

@@ -12,6 +12,8 @@
#ifndef __AUDACITY_KEY_CONFIG_PREFS__
#define __AUDACITY_KEY_CONFIG_PREFS__
class ShuttleGui;
#if defined(EXPERIMENTAL_KEY_VIEW)
#include <wx/defs.h>
@@ -23,13 +25,12 @@
#include <wx/textctrl.h>
#include <wx/timer.h>
#include "../ShuttleGui.h"
#include "../commands/CommandManager.h"
#include "../widgets/KeyView.h"
#include "PrefsPanel.h"
class KeyConfigPrefs:public PrefsPanel
class KeyConfigPrefs :public PrefsPanel
{
public:
KeyConfigPrefs(wxWindow * parent);
@@ -93,7 +94,6 @@ private:
#include <wx/textctrl.h>
#include <wx/string.h>
#include "../ShuttleGui.h"
#include "../commands/CommandManager.h"
#include "PrefsPanel.h"

View File

@@ -18,11 +18,11 @@
#include <wx/stattext.h>
#include <wx/window.h>
#include "../ShuttleGui.h"
#include "PrefsPanel.h"
class LibraryPrefs:public PrefsPanel
class ShuttleGui;
class LibraryPrefs :public PrefsPanel
{
public:
LibraryPrefs(wxWindow * parent);

View File

@@ -10,6 +10,9 @@
**********************************************************************/
#include "../Experimental.h"
class ShuttleGui;
#ifdef EXPERIMENTAL_MIDI_OUT
#ifndef __AUDACITY_MIDI_IO_PREFS__
@@ -21,8 +24,6 @@
#include <wx/string.h>
#include <wx/window.h>
#include "../ShuttleGui.h"
#include "PrefsPanel.h"
class MidiIOPrefs:public PrefsPanel

View File

@@ -17,11 +17,11 @@
#include <wx/window.h>
#include "../ShuttleGui.h"
#include "PrefsPanel.h"
class ShuttleGui;
enum {
kModuleDisabled = 0,
kModuleEnabled = 1,

View File

@@ -15,11 +15,11 @@
#include <wx/string.h>
#include <wx/window.h>
#include "../ShuttleGui.h"
#include "PrefsPanel.h"
class MousePrefs:public PrefsPanel
class ShuttleGui;
class MousePrefs :public PrefsPanel
{
public:
MousePrefs(wxWindow * parent);

View File

@@ -16,11 +16,11 @@
#include <wx/window.h>
#include "../ShuttleGui.h"
#include "PrefsPanel.h"
class PlaybackPrefs:public PrefsPanel
class ShuttleGui;
class PlaybackPrefs :public PrefsPanel
{
public:
PlaybackPrefs(wxWindow * parent);

View File

@@ -39,6 +39,7 @@
#include "../Experimental.h"
#include "../Project.h"
#include "../Prefs.h"
#include "../ShuttleGui.h"
#include "PrefsDialog.h"
#include "PrefsPanel.h"

View File

@@ -17,11 +17,11 @@
#include <wx/window.h>
#include "../ShuttleGui.h"
#include "PrefsPanel.h"
class ProjectsPrefs:public PrefsPanel
class ShuttleGui;
class ProjectsPrefs :public PrefsPanel
{
public:
ProjectsPrefs(wxWindow * parent);

View File

@@ -19,11 +19,11 @@
#include <wx/dynarray.h>
#include <wx/textctrl.h>
#include "../ShuttleGui.h"
#include "PrefsPanel.h"
class QualityPrefs:public PrefsPanel
class ShuttleGui;
class QualityPrefs :public PrefsPanel
{
public:
QualityPrefs(wxWindow * parent);

View File

@@ -16,11 +16,11 @@
#include <wx/window.h>
#include "../ShuttleGui.h"
#include "PrefsPanel.h"
class RecordingPrefs:public PrefsPanel
class ShuttleGui;
class RecordingPrefs :public PrefsPanel
{
public:
RecordingPrefs(wxWindow * parent);

View File

@@ -26,11 +26,12 @@
#include <wx/window.h>
#include "../Experimental.h"
#include "../ShuttleGui.h"
#include "PrefsPanel.h"
class wxTextCtrl;
struct FFTParam;
class ShuttleGui;
class SpectrumPrefs:public PrefsPanel
{

View File

@@ -17,11 +17,11 @@
#include <wx/defs.h>
#include <wx/window.h>
#include "../ShuttleGui.h"
#include "PrefsPanel.h"
class ThemePrefs:public PrefsPanel
class ShuttleGui;
class ThemePrefs :public PrefsPanel
{
public:
ThemePrefs(wxWindow * parent);

View File

@@ -18,11 +18,11 @@
#include <wx/arrstr.h>
#include <wx/window.h>
#include "../ShuttleGui.h"
#include "PrefsPanel.h"
class TracksPrefs:public PrefsPanel
class ShuttleGui;
class TracksPrefs :public PrefsPanel
{
public:
TracksPrefs(wxWindow * parent);

View File

@@ -17,11 +17,11 @@
#include <wx/window.h>
#include "../ShuttleGui.h"
#include "PrefsPanel.h"
class WarningsPrefs:public PrefsPanel
class ShuttleGui;
class WarningsPrefs :public PrefsPanel
{
public:
WarningsPrefs(wxWindow * parent);