Audacity 3.2.0
Namespaces | Macros | Functions | Variables
TranscriptionToolBar.cpp File Reference
#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"
Include dependency graph for TranscriptionToolBar.cpp:

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 ()
 

Variables

static RegisteredToolbarFactory factory
 
AttachedToolBarMenuItem anonymous_namespace{TranscriptionToolBar.cpp}::sAttachment
 
AttachedItem anonymous_namespace{TranscriptionToolBar.cpp}::sAttachment2
 
AttachedItem anonymous_namespace{TranscriptionToolBar.cpp}::sAttachment3
 

Macro Definition Documentation

◆ TIMETRACK_MAX

#define TIMETRACK_MAX   10.0

Definition at line 486 of file TranscriptionToolBar.cpp.

◆ TIMETRACK_MIN

#define TIMETRACK_MIN   0.01

Definition at line 485 of file TranscriptionToolBar.cpp.

Function Documentation

◆ EVT_COMMAND_RANGE()

Methods for TranscriptionToolBar.

◆ IMPLEMENT_CLASS()

IMPLEMENT_CLASS ( TranscriptionToolBar  ,
ToolBar   
)

Variable Documentation

◆ factory

RegisteredToolbarFactory factory
static
Initial value:
{
}
#define safenew
Definition: MemoryX.h:9
const auto project
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
Definition: Project.h:90
wxWindowPtr< ToolBar > Holder
Definition: ToolBar.h:78
A kind of ToolBar used to help with analysing voice recordings.

Definition at line 1064 of file TranscriptionToolBar.cpp.