Audacity 3.2.0
Functions
anonymous_namespace{ProjectSettings.cpp} Namespace Reference

Functions

void Notify (AudacityProject &project, ProjectSettings::EventCode code, long previousValue)
 

Function Documentation

◆ Notify()

void anonymous_namespace{ProjectSettings.cpp}::Notify ( AudacityProject project,
ProjectSettings::EventCode  code,
long  previousValue 
)

Definition at line 23 of file ProjectSettings.cpp.

26 {
27 wxCommandEvent e{ EVT_PROJECT_SETTINGS_CHANGE };
28 e.SetInt( static_cast<int>( code ) );
29 e.SetExtraLong( previousValue );
30 project.ProcessEvent( e );
31 }
const auto project

References project.

Referenced by NotifyingSelectedRegion::operator=(), and ProjectSettings::SetTool().

Here is the caller graph for this function: