Audacity 3.2.0
Classes | Functions
AppEvents::anonymous_namespace{AppEvents.cpp} Namespace Reference

Classes

struct  EventHandlers
 
struct  IdleEvent
 

Functions

EventHandlersGetEventHandlers ()
 

Function Documentation

◆ GetEventHandlers()

EventHandlers & AppEvents::anonymous_namespace{AppEvents.cpp}::GetEventHandlers ( )

Definition at line 34 of file AppEvents.cpp.

35{
36 static EventHandlers handlers;
37 return handlers;
38}

Referenced by AppEvents::ProviderBase::HandleAppClosing(), AppEvents::ProviderBase::HandleAppIdle(), AppEvents::ProviderBase::HandleAppInitialized(), AppEvents::OnAppClosing(), AppEvents::OnAppIdle(), and AppEvents::OnAppInitialized().

Here is the caller graph for this function: