Audacity 3.2.0
|
#include "TranscriptionToolBar.h"
#include "ToolManager.h"
#include <wx/wxprec.h>
#include <wx/choice.h>
#include <wx/defs.h>
#include <wx/brush.h>
#include "Envelope.h"
#include "AllThemeResources.h"
#include "AudioIO.h"
#include "ImageManipulation.h"
#include "../KeyboardCapture.h"
#include "NoteTrack.h"
#include "Project.h"
#include "ProjectAudioIO.h"
#include "../ProjectAudioManager.h"
#include "ViewInfo.h"
#include "WaveTrack.h"
#include "../widgets/AButton.h"
#include "../widgets/ASlider.h"
#include "../tracks/ui/Scrubbing.h"
#include "Prefs.h"
#include "../CommonCommandFlags.h"
Go to the source code of this file.
Namespaces | |
namespace | anonymous_namespace{TranscriptionToolBar.cpp} |
Macros | |
#define | TIMETRACK_MIN 0.01 |
#define | TIMETRACK_MAX 10.0 |
Functions | |
IMPLEMENT_CLASS (TranscriptionToolBar, ToolBar) | |
EVT_COMMAND_RANGE (TTB_PlaySpeed, TTB_PlaySpeed, wxEVT_COMMAND_BUTTON_CLICKED, TranscriptionToolBar::OnPlaySpeed) | |
Methods for TranscriptionToolBar. More... | |
void | anonymous_namespace{TranscriptionToolBar.cpp}::OnPlayAtSpeed (const CommandContext &context) |
void | anonymous_namespace{TranscriptionToolBar.cpp}::OnPlayAtSpeedLooped (const CommandContext &context) |
void | anonymous_namespace{TranscriptionToolBar.cpp}::OnPlayAtSpeedCutPreview (const CommandContext &context) |
void | anonymous_namespace{TranscriptionToolBar.cpp}::OnSetPlaySpeed (const CommandContext &context) |
void | anonymous_namespace{TranscriptionToolBar.cpp}::OnPlaySpeedInc (const CommandContext &context) |
void | anonymous_namespace{TranscriptionToolBar.cpp}::OnPlaySpeedDec (const CommandContext &context) |
auto | anonymous_namespace{TranscriptionToolBar.cpp}::ExtraPlayAtSpeedMenu () |
auto | anonymous_namespace{TranscriptionToolBar.cpp}::ExtraPlayAtSpeedItems () |
#define TIMETRACK_MAX 10.0 |
Definition at line 486 of file TranscriptionToolBar.cpp.
#define TIMETRACK_MIN 0.01 |
Definition at line 485 of file TranscriptionToolBar.cpp.
EVT_COMMAND_RANGE | ( | TTB_PlaySpeed | , |
TTB_PlaySpeed | , | ||
wxEVT_COMMAND_BUTTON_CLICKED | , | ||
TranscriptionToolBar::OnPlaySpeed | |||
) |
Methods for TranscriptionToolBar.
IMPLEMENT_CLASS | ( | TranscriptionToolBar | , |
ToolBar | |||
) |
|
static |
Definition at line 1064 of file TranscriptionToolBar.cpp.