1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-01 08:29:27 +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/checkbox.h>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -14,6 +14,7 @@ SetPreferenceCommand classes
*//*******************************************************************/
#include "../Audacity.h"
#include "PreferenceCommands.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
names and functors.
*/
#include "../Audacity.h"
#include "ScreenshotCommand.h"
#include "CommandTargets.h"
#include "../Project.h"

View File

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