Audacity 3.2.0
Variables
ProjectSelectionManager.cpp File Reference
#include "ProjectSelectionManager.h"
#include "Project.h"
#include "ProjectHistory.h"
#include "ProjectNumericFormats.h"
#include "ProjectRate.h"
#include "ProjectSnap.h"
#include "ProjectTimeSignature.h"
#include "Snap.h"
#include "ViewInfo.h"
Include dependency graph for ProjectSelectionManager.cpp:

Go to the source code of this file.

Variables

static AudacityProject::AttachedObjects::RegisteredFactory sProjectSelectionManagerKey
 

Variable Documentation

◆ sProjectSelectionManagerKey

AudacityProject::AttachedObjects::RegisteredFactory sProjectSelectionManagerKey
static
Initial value:
{
return std::make_shared< ProjectSelectionManager >( project );
}
}
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

Definition at line 22 of file ProjectSelectionManager.cpp.

Referenced by ProjectSelectionManager::Get().