#include <leveleffect.h>
Inherits BC_Window.

Public Member Functions | |
| SoundLevelWindow (SoundLevelEffect *plugin, int x, int y) | |
| void | create_objects () |
| int | close_event () |
Data Fields | |
| BC_Title * | soundlevel_max |
| BC_Title * | soundlevel_rms |
| SoundLevelDuration * | duration |
| SoundLevelEffect * | plugin |
Definition at line 37 of file leveleffect.h.
| SoundLevelWindow::SoundLevelWindow | ( | SoundLevelEffect * | plugin, | |
| int | x, | |||
| int | y | |||
| ) |
Definition at line 93 of file leveleffect.C.
| void SoundLevelWindow::create_objects | ( | ) |
Definition at line 108 of file leveleffect.C.
References _, BC_WindowBase::add_subwindow(), BC_WindowBase::BC_Title, duration, BC_WindowBase::flush(), plugin, BC_WindowBase::show_window(), soundlevel_max, soundlevel_rms, BC_WindowBase::x, and BC_WindowBase::y.

| int SoundLevelWindow::close_event | ( | ) | [virtual] |
Reimplemented from BC_WindowBase.
1.5.5