Audacity 3.2.0
Classes | Variables
ProjectTempoListener.cpp File Reference
#include "ClientData.h"
#include "Observer.h"
#include "Project.h"
#include "ProjectTimeSignature.h"
#include "TempoChange.h"
#include "Track.h"
#include <cassert>
#include "ViewInfo.h"
Include dependency graph for ProjectTempoListener.cpp:

Go to the source code of this file.

Classes

class  ProjectTempoListener
 

Variables

static const AttachedProjectObjects::RegisteredFactory key
 

Variable Documentation

◆ key

Initial value:
{
return std::make_shared<ProjectTempoListener>(
}
}
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
static TrackList & Get(AudacityProject &project)
Definition: Track.cpp:314

Definition at line 27 of file ProjectTempoListener.cpp.