Audacity 3.2.0
|
#include "AudioIO.h"
#include "../CommonCommandFlags.h"
#include "DeviceManager.h"
#include "LabelTrack.h"
#include "Prefs.h"
#include "Project.h"
#include "ProjectAudioIO.h"
#include "../ProjectAudioManager.h"
#include "ProjectHistory.h"
#include "../ProjectWindows.h"
#include "../SelectUtilities.h"
#include "../SoundActivatedRecord.h"
#include "TrackFocus.h"
#include "../TrackPanel.h"
#include "../TransportUtilities.h"
#include "UndoManager.h"
#include "../prefs/RecordingPrefs.h"
#include "../prefs/TracksPrefs.h"
#include "WaveTrack.h"
#include "ViewInfo.h"
#include "Viewport.h"
#include "CommandContext.h"
#include "../toolbars/ControlToolBar.h"
#include "../toolbars/ToolManager.h"
#include "AudacityMessageBox.h"
#include "BasicUI.h"
#include "ProgressDialog.h"
#include <thread>
#include <float.h>
#include <wx/app.h>
Go to the source code of this file.
Namespaces | |
namespace | anonymous_namespace{TransportMenus.cpp} |
Variables | |
static const auto | SetLoopInTitle = XXO("Set Loop &In") |
static const auto | SetLoopOutTitle = XXO("Set Loop &Out") |
AttachedItem | anonymous_namespace{TransportMenus.cpp}::sAttachment1 { Indirect(TransportMenu()) } |
AttachedItem | anonymous_namespace{TransportMenus.cpp}::sAttachment2 |
AttachedItem | anonymous_namespace{TransportMenus.cpp}::sAttachment4 |
|
static |
Definition at line 144 of file TransportMenus.cpp.
Referenced by anonymous_namespace{TransportMenus.cpp}::OnSetPlayRegionIn(), and anonymous_namespace{TransportMenus.cpp}::TransportMenu().
|
static |
Definition at line 146 of file TransportMenus.cpp.
Referenced by anonymous_namespace{TransportMenus.cpp}::OnSetPlayRegionOut(), and anonymous_namespace{TransportMenus.cpp}::TransportMenu().