Audacity 3.2.0
Variables
TrackFocus.cpp File Reference
#include "TrackFocus.h"
#include "BasicUI.h"
#include "Project.h"
#include "Track.h"
Include dependency graph for TrackFocus.cpp:

Go to the source code of this file.

Variables

static const AudacityProject::AttachedObjects::RegisteredFactory key
 

Variable Documentation

◆ key

Initial value:
{
[](AudacityProject &parent){
return std::make_shared<TrackFocus>(parent);
}
}
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 126 of file TrackFocus.cpp.

Referenced by TrackFocus::Get().