1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-04-25 07:23:44 +02:00

inclusions of Audacity.h

This commit is contained in:
Paul Licameli
2018-02-08 23:13:50 -05:00
parent 574a20f95f
commit a3be011bf6
11 changed files with 12 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ preferences.
*//*******************************************************************/ *//*******************************************************************/
//#include "Audacity.h" #include "Audacity.h"
#include <wx/defs.h> #include <wx/defs.h>
#include <wx/checkbox.h> #include <wx/checkbox.h>

View File

@@ -13,6 +13,7 @@
*//*******************************************************************/ *//*******************************************************************/
#include "../Audacity.h"
#include "BatchEvalCommand.h" #include "BatchEvalCommand.h"
wxString BatchEvalCommandType::BuildName() wxString BatchEvalCommandType::BuildName()

View File

@@ -14,6 +14,7 @@ ApplyAndSendResponse, and CommandImplementation classes
*//*******************************************************************/ *//*******************************************************************/
#include "../Audacity.h"
#include "Command.h" #include "Command.h"
#include <map> #include <map>
#include <wx/string.h> #include <wx/string.h>

View File

@@ -17,6 +17,7 @@ threshold of difference in two selected tracks
*//*******************************************************************/ *//*******************************************************************/
#include "../Audacity.h"
#include "CompareAudioCommand.h" #include "CompareAudioCommand.h"
#include "../Project.h" #include "../Project.h"
#include "Command.h" #include "Command.h"

View File

@@ -16,6 +16,7 @@
*//*******************************************************************/ *//*******************************************************************/
#include "../Audacity.h"
#include "GetTrackInfoCommand.h" #include "GetTrackInfoCommand.h"
#include "../TrackPanel.h" #include "../TrackPanel.h"
#include "../Project.h" #include "../Project.h"

View File

@@ -13,6 +13,7 @@
*//*******************************************************************/ *//*******************************************************************/
#include "../Audacity.h"
#include "ImportExportCommands.h" #include "ImportExportCommands.h"
#include "../Project.h" #include "../Project.h"
#include "../Track.h" #include "../Track.h"

View File

@@ -13,6 +13,7 @@
*//*******************************************************************/ *//*******************************************************************/
#include "../Audacity.h"
#include "MessageCommand.h" #include "MessageCommand.h"
#include "CommandType.h" #include "CommandType.h"

View File

@@ -13,6 +13,7 @@
*//*******************************************************************/ *//*******************************************************************/
#include "../Audacity.h"
#include "OpenSaveCommands.h" #include "OpenSaveCommands.h"
#include "../Project.h" #include "../Project.h"
#include "../export/Export.h" #include "../export/Export.h"

View File

@@ -14,6 +14,7 @@ SetPreferenceCommand classes
*//*******************************************************************/ *//*******************************************************************/
#include "../Audacity.h"
#include "PreferenceCommands.h" #include "PreferenceCommands.h"
#include "../Prefs.h" #include "../Prefs.h"

View File

@@ -15,11 +15,12 @@ project window.
*//*******************************************************************/ *//*******************************************************************/
/* TODO: JKC: The screenshot code is very verbose and should be made /* TODO: JKC: The screenshot code is very verbose and should be made
much shorter. It could work from a single list of function much shorter. It could work from a single list of function
names and functors. names and functors.
*/ */
#include "../Audacity.h"
#include "ScreenshotCommand.h" #include "ScreenshotCommand.h"
#include "CommandTargets.h" #include "CommandTargets.h"
#include "../Project.h" #include "../Project.h"

View File

@@ -16,6 +16,7 @@
*//*******************************************************************/ *//*******************************************************************/
#include "../Audacity.h"
#include "SetTrackInfoCommand.h" #include "SetTrackInfoCommand.h"
#include "../Project.h" #include "../Project.h"
#include "../Track.h" #include "../Track.h"