Audacity 3.2.0
Classes | Variables
anonymous_namespace{TrackView.cpp} Namespace Reference

Classes

struct  TrackPositioner
 

Variables

static const AudacityProject::AttachedObjects::RegisteredFactory key
 

Variable Documentation

◆ key

const AudacityProject::AttachedObjects::RegisteredFactory anonymous_namespace{TrackView.cpp}::key
static
Initial value:
{
[]( AudacityProject &project ){
return std::make_shared< TrackPositioner >( 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

Definition at line 237 of file TrackView.cpp.