Audacity 3.2.0
Variables
ProjectSettings.cpp File Reference
#include "ProjectSettings.h"
#include "AudioIOBase.h"
#include "Project.h"
#include "QualitySettings.h"
#include "widgets/NumericTextCtrl.h"
Include dependency graph for ProjectSettings.cpp:

Go to the source code of this file.

Variables

static const AudacityProject::AttachedObjects::RegisteredFactory sProjectSettingsKey
 

Variable Documentation

◆ sProjectSettingsKey

const AudacityProject::AttachedObjects::RegisteredFactory sProjectSettingsKey
static
Initial value:
{
auto result = std::make_shared< ProjectSettings >( project );
return result;
}
}
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 21 of file ProjectSettings.cpp.

Referenced by ProjectSettings::Get().