mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-19 17:11:12 +02:00
Remove FileHistory.h, KeyView.h from .h files
This commit is contained in:
@@ -100,6 +100,7 @@ It handles initialization and termination by subclassing wxApp.
|
|||||||
#include "widgets/ErrorDialog.h"
|
#include "widgets/ErrorDialog.h"
|
||||||
#include "prefs/DirectoriesPrefs.h"
|
#include "prefs/DirectoriesPrefs.h"
|
||||||
#include "tracks/ui/Scrubbing.h"
|
#include "tracks/ui/Scrubbing.h"
|
||||||
|
#include "widgets/FileHistory.h"
|
||||||
|
|
||||||
//temporarily commented out till it is added to all projects
|
//temporarily commented out till it is added to all projects
|
||||||
//#include "Profiler.h"
|
//#include "Profiler.h"
|
||||||
|
@@ -24,7 +24,6 @@
|
|||||||
#include <wx/dir.h> // for wxDIR_FILES
|
#include <wx/dir.h> // for wxDIR_FILES
|
||||||
#include <wx/timer.h> // member variable
|
#include <wx/timer.h> // member variable
|
||||||
|
|
||||||
#include "widgets/FileHistory.h"
|
|
||||||
#include "ondemand/ODTaskThread.h"
|
#include "ondemand/ODTaskThread.h"
|
||||||
|
|
||||||
#if defined(EXPERIMENTAL_CRASH_REPORT)
|
#if defined(EXPERIMENTAL_CRASH_REPORT)
|
||||||
@@ -41,6 +40,7 @@ class CommandHandler;
|
|||||||
class AppCommandEvent;
|
class AppCommandEvent;
|
||||||
class AudacityLogger;
|
class AudacityLogger;
|
||||||
class AudacityProject;
|
class AudacityProject;
|
||||||
|
class FileHistory;
|
||||||
|
|
||||||
void SaveWindowSize();
|
void SaveWindowSize();
|
||||||
|
|
||||||
|
@@ -48,6 +48,7 @@
|
|||||||
#include "prefs/TracksPrefs.h"
|
#include "prefs/TracksPrefs.h"
|
||||||
#include "toolbars/ControlToolBar.h"
|
#include "toolbars/ControlToolBar.h"
|
||||||
#include "toolbars/ToolManager.h"
|
#include "toolbars/ToolManager.h"
|
||||||
|
#include "widgets/FileHistory.h"
|
||||||
|
|
||||||
#include <wx/menu.h>
|
#include <wx/menu.h>
|
||||||
|
|
||||||
|
@@ -15,6 +15,7 @@
|
|||||||
#include "../export/Export.h"
|
#include "../export/Export.h"
|
||||||
#include "../export/ExportMultiple.h"
|
#include "../export/ExportMultiple.h"
|
||||||
#include "../widgets/ErrorDialog.h"
|
#include "../widgets/ErrorDialog.h"
|
||||||
|
#include "../widgets/FileHistory.h"
|
||||||
|
|
||||||
#ifdef USE_MIDI
|
#ifdef USE_MIDI
|
||||||
#include "../import/ImportMIDI.h"
|
#include "../import/ImportMIDI.h"
|
||||||
|
@@ -18,14 +18,14 @@ class ShuttleGui;
|
|||||||
#include <wx/defs.h>
|
#include <wx/defs.h>
|
||||||
#include <wx/timer.h> // member variable
|
#include <wx/timer.h> // member variable
|
||||||
|
|
||||||
#include "../widgets/KeyView.h"
|
|
||||||
|
|
||||||
#include "PrefsPanel.h"
|
#include "PrefsPanel.h"
|
||||||
|
|
||||||
class wxRadioButton;
|
class wxRadioButton;
|
||||||
class wxStaticText;
|
class wxStaticText;
|
||||||
class wxTextCtrl;
|
class wxTextCtrl;
|
||||||
|
class KeyView;
|
||||||
struct NormalizedKeyString;
|
struct NormalizedKeyString;
|
||||||
|
enum ViewByType : int;
|
||||||
|
|
||||||
class KeyConfigPrefs final : public PrefsPanel
|
class KeyConfigPrefs final : public PrefsPanel
|
||||||
{
|
{
|
||||||
|
@@ -59,7 +59,7 @@ public:
|
|||||||
// Declare the KeyNode arrays
|
// Declare the KeyNode arrays
|
||||||
|
|
||||||
// Types of view currently supported
|
// Types of view currently supported
|
||||||
enum ViewByType
|
enum ViewByType : int
|
||||||
{
|
{
|
||||||
ViewByTree,
|
ViewByTree,
|
||||||
ViewByName,
|
ViewByName,
|
||||||
|
Reference in New Issue
Block a user