Home
last modified time | relevance | path

Searched refs:MidiPlayerWindow (Results 1 – 5 of 5) sorted by relevance

/haiku/src/apps/midiplayer/
H A DMidiPlayerWindow.cpp52 MidiPlayerWindow::MidiPlayerWindow() in MidiPlayerWindow() function in MidiPlayerWindow
78 MidiPlayerWindow::~MidiPlayerWindow() in ~MidiPlayerWindow()
88 MidiPlayerWindow::QuitRequested() in QuitRequested()
96 MidiPlayerWindow::MessageReceived(BMessage* message) in MessageReceived()
151 MidiPlayerWindow::FrameMoved(BPoint origin) in FrameMoved()
161 MidiPlayerWindow::MenusBeginning() in MenusBeginning()
188 MidiPlayerWindow::CreateInputMenu() in CreateInputMenu()
204 MidiPlayerWindow::CreateReverbMenu() in CreateReverbMenu()
232 MidiPlayerWindow::CreateViews() in CreateViews()
296 MidiPlayerWindow::InitControls() in InitControls()
[all …]
H A DMidiPlayerWindow.h52 class MidiPlayerWindow : public BWindow {
54 MidiPlayerWindow();
55 virtual ~MidiPlayerWindow();
H A DMidiPlayerApp.h33 class MidiPlayerWindow; variable
46 MidiPlayerWindow* window;
H A DJamfile7 MidiPlayerWindow.cpp
18 MidiPlayerWindow.cpp
H A DMidiPlayerApp.cpp47 window = new MidiPlayerWindow(); in MidiPlayerApp()