Audacity 3.2.0
Variables
SelectionState.cpp File Reference
#include "SelectionState.h"
#include "ViewInfo.h"
#include "SyncLock.h"
#include "Track.h"
#include "Project.h"
#include <cassert>
Include dependency graph for SelectionState.cpp:

Go to the source code of this file.

Variables

static const AudacityProject::AttachedObjects::RegisteredFactory key
 

Variable Documentation

◆ key

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

Referenced by SelectionState::Get().