Audacity  3.2.0
Public Member Functions | List of all members
anonymous_namespace{ProjectRate.cpp}::MyEvent Struct Reference
Inheritance diagram for anonymous_namespace{ProjectRate.cpp}::MyEvent:
[legend]
Collaboration diagram for anonymous_namespace{ProjectRate.cpp}::MyEvent:
[legend]

Public Member Functions

 MyEvent ()
 
wxEvent * Clone () const override
 

Detailed Description

Definition at line 23 of file ProjectRate.cpp.

Constructor & Destructor Documentation

◆ MyEvent()

anonymous_namespace{ProjectRate.cpp}::MyEvent::MyEvent ( )
inline

Definition at line 24 of file ProjectRate.cpp.

24 : wxEvent{ 0, EVT_PROJECT_RATE_CHANGE } {}

Member Function Documentation

◆ Clone()

wxEvent* anonymous_namespace{ProjectRate.cpp}::MyEvent::Clone ( ) const
inlineoverride

Definition at line 25 of file ProjectRate.cpp.

25 { return new MyEvent{*this}; }

The documentation for this struct was generated from the following file:
MyEvent
Definition: Prefs.cpp:77