Searched refs:wxSoundBackendSDLNotification (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dsound_sdl.cpp38 class wxSoundBackendSDLNotification : public wxEvent class in inherits:wxEvent
41 DECLARE_DYNAMIC_CLASS(wxSoundBackendSDLNotification)
42 wxSoundBackendSDLNotification();
43 wxEvent *Clone() const { return new wxSoundBackendSDLNotification(*this); }
47 (wxSoundBackendSDLNotification&);
60 IMPLEMENT_DYNAMIC_CLASS(wxSoundBackendSDLNotification, wxEvtHandler)
63 wxSoundBackendSDLNotification::wxSoundBackendSDLNotification() function in class:wxSoundBackendSDLNotification
112 void OnNotify(wxSoundBackendSDLNotification& WXUNUSED(event))
162 wxSoundBackendSDLNotification even
[all...]

Completed in 68 milliseconds