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:
parent
574a20f95f
commit
a3be011bf6
@ -50,7 +50,7 @@ preferences.
|
||||
|
||||
*//*******************************************************************/
|
||||
|
||||
//#include "Audacity.h"
|
||||
#include "Audacity.h"
|
||||
|
||||
#include <wx/defs.h>
|
||||
#include <wx/checkbox.h>
|
||||
|
@ -13,6 +13,7 @@
|
||||
|
||||
*//*******************************************************************/
|
||||
|
||||
#include "../Audacity.h"
|
||||
#include "BatchEvalCommand.h"
|
||||
|
||||
wxString BatchEvalCommandType::BuildName()
|
||||
|
@ -14,6 +14,7 @@ ApplyAndSendResponse, and CommandImplementation classes
|
||||
|
||||
*//*******************************************************************/
|
||||
|
||||
#include "../Audacity.h"
|
||||
#include "Command.h"
|
||||
#include <map>
|
||||
#include <wx/string.h>
|
||||
|
@ -17,6 +17,7 @@ threshold of difference in two selected tracks
|
||||
|
||||
*//*******************************************************************/
|
||||
|
||||
#include "../Audacity.h"
|
||||
#include "CompareAudioCommand.h"
|
||||
#include "../Project.h"
|
||||
#include "Command.h"
|
||||
|
@ -16,6 +16,7 @@
|
||||
|
||||
*//*******************************************************************/
|
||||
|
||||
#include "../Audacity.h"
|
||||
#include "GetTrackInfoCommand.h"
|
||||
#include "../TrackPanel.h"
|
||||
#include "../Project.h"
|
||||
|
@ -13,6 +13,7 @@
|
||||
|
||||
*//*******************************************************************/
|
||||
|
||||
#include "../Audacity.h"
|
||||
#include "ImportExportCommands.h"
|
||||
#include "../Project.h"
|
||||
#include "../Track.h"
|
||||
|
@ -13,6 +13,7 @@
|
||||
|
||||
*//*******************************************************************/
|
||||
|
||||
#include "../Audacity.h"
|
||||
#include "MessageCommand.h"
|
||||
#include "CommandType.h"
|
||||
|
||||
|
@ -13,6 +13,7 @@
|
||||
|
||||
*//*******************************************************************/
|
||||
|
||||
#include "../Audacity.h"
|
||||
#include "OpenSaveCommands.h"
|
||||
#include "../Project.h"
|
||||
#include "../export/Export.h"
|
||||
|
@ -14,6 +14,7 @@ SetPreferenceCommand classes
|
||||
|
||||
*//*******************************************************************/
|
||||
|
||||
#include "../Audacity.h"
|
||||
#include "PreferenceCommands.h"
|
||||
#include "../Prefs.h"
|
||||
|
||||
|
@ -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"
|
||||
|
@ -16,6 +16,7 @@
|
||||
|
||||
*//*******************************************************************/
|
||||
|
||||
#include "../Audacity.h"
|
||||
#include "SetTrackInfoCommand.h"
|
||||
#include "../Project.h"
|
||||
#include "../Track.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user