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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/sound/
H A Dsound.cpp61 ~MyFrame() { delete m_sound; }
85 wxSound* m_sound; member in class:MyFrame
183 m_sound = NULL;
996 delete m_sound;
997 m_sound = NULL;
1020 delete m_sound;
1021 m_sound = NULL;
1044 if ( !m_sound )
1046 m_sound = new wxSound;
1047 CreateSound(*m_sound);
[all...]

Completed in 71 milliseconds