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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/mmedia/
H A Dmmboard.cpp69 class MMBoardFrame : public wxFrame class in inherits:wxFrame
73 MMBoardFrame(const wxString& title, const wxPoint& pos, const wxSize& size);
75 ~MMBoardFrame();
136 BEGIN_EVENT_TABLE(MMBoardFrame, wxFrame)
137 EVT_MENU(MMBoard_Quit, MMBoardFrame::OnQuit)
138 EVT_MENU(MMBoard_About, MMBoardFrame::OnAbout)
139 EVT_MENU(MMBoard_Open, MMBoardFrame::OnOpen)
140 EVT_BUTTON(MMBoard_PlayButton, MMBoardFrame::OnPlay)
141 EVT_BUTTON(MMBoard_StopButton, MMBoardFrame::OnStop)
142 EVT_BUTTON(MMBoard_PauseButton, MMBoardFrame
240 MMBoardFrame::MMBoardFrame(const wxString& title, const wxPoint& pos, const wxSize& size) function in class:MMBoardFrame
[all...]

Completed in 116 milliseconds