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

Classes

struct  MyEvent
 

Functions

void Notify (AudacityProject &project)
 

Function Documentation

◆ Notify()

void anonymous_namespace{ProjectRate.cpp}::Notify ( AudacityProject project)

Definition at line 28 of file ProjectRate.cpp.

29  {
30  MyEvent e;
31  project.ProcessEvent( e );
32  }

Referenced by ProjectRate::SetRate().

Here is the caller graph for this function:
MyEvent
Definition: Prefs.cpp:77