Audacity 3.2.0
Variables
audacity::cloud::audiocom::sync::anonymous_namespace{ProjectCloudUIExtension.cpp} Namespace Reference

Variables

const AttachedProjectObjects::RegisteredFactory key
 
OnCloseHook::Scope onCloseHookScope
 

Variable Documentation

◆ key

const AttachedProjectObjects::RegisteredFactory audacity::cloud::audiocom::sync::anonymous_namespace{ProjectCloudUIExtension.cpp}::key
Initial value:
{
{ return std::make_shared<ProjectCloudUIExtension>(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 40 of file ProjectCloudUIExtension.cpp.

Referenced by audacity::cloud::audiocom::sync::ProjectCloudUIExtension::Get().

◆ onCloseHookScope

OnCloseHook::Scope audacity::cloud::audiocom::sync::anonymous_namespace{ProjectCloudUIExtension.cpp}::onCloseHookScope
Initial value:
return ProjectCloudUIExtension::Get(project).AllowClosing();
} }
Services * Get()
Fetch the global instance, or nullptr if none is yet installed.
Definition: BasicUI.cpp:202

Definition at line 45 of file ProjectCloudUIExtension.cpp.