#include <pitch.h>
Inherits BC_Window.

Public Member Functions | |
| PitchWindow (PitchEffect *plugin, int x, int y) | |
| void | create_objects () |
| void | update () |
| int | close_event () |
Data Fields | |
| PitchScale * | scale |
| PitchEffect * | plugin |
Definition at line 24 of file pitch.h.
| PitchWindow::PitchWindow | ( | PitchEffect * | plugin, | |
| int | x, | |||
| int | y | |||
| ) |
| void PitchWindow::create_objects | ( | ) |
Definition at line 376 of file pitch.C.
References _, BC_WindowBase::add_subwindow(), BC_WindowBase::BC_Title, BC_WindowBase::flush(), plugin, scale, BC_WindowBase::show_window(), BC_WindowBase::x, and BC_WindowBase::y.

| void PitchWindow::update | ( | ) |
Definition at line 389 of file pitch.C.
References PitchEffect::config, plugin, PitchConfig::scale, scale, and BC_FPot::update().

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