Audacity 3.2.0
Namespaces | Functions | Variables
ProjectStatus.cpp File Reference
#include "ProjectStatus.h"
#include "Project.h"
Include dependency graph for ProjectStatus.cpp:

Go to the source code of this file.

Namespaces

namespace  anonymous_namespace{ProjectStatus.cpp}
 

Functions

ProjectStatus::StatusWidthFunctionsanonymous_namespace{ProjectStatus.cpp}::statusWidthFunctions ()
 

Variables

static const AudacityProject::AttachedObjects::RegisteredFactory key
 

Variable Documentation

◆ key

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

Referenced by ProjectStatus::Get().