
Public Member Functions | |
| LiveAudioWindow (LiveAudio *plugin, int x, int y) | |
| ~LiveAudioWindow () | |
| void | create_objects () |
| int | close_event () |
Data Fields | |
| LiveAudio * | plugin |
Definition at line 35 of file liveaudio.C.
| LiveAudioWindow::LiveAudioWindow | ( | LiveAudio * | plugin, | |
| int | x, | |||
| int | y | |||
| ) |
Definition at line 105 of file liveaudio.C.
| LiveAudioWindow::~LiveAudioWindow | ( | ) |
Definition at line 120 of file liveaudio.C.
| void LiveAudioWindow::create_objects | ( | ) |
Definition at line 124 of file liveaudio.C.
References BC_WindowBase::add_subwindow(), BC_WindowBase::BC_Title, BC_WindowBase::flush(), BC_WindowBase::show_window(), BC_WindowBase::title, BC_WindowBase::x, and BC_WindowBase::y.

| int LiveAudioWindow::close_event | ( | ) | [virtual] |
Reimplemented from BC_WindowBase.
Definition at line 44 of file liveaudio.C.
1.5.5