#include <timestretch.h>
Inherits BC_Window.

Public Member Functions | |
| TimeStretchWindow (TimeStretch *plugin, int x, int y) | |
| void | create_objects () |
| void | update () |
| int | close_event () |
Data Fields | |
| TimeStretchScale * | scale |
| TimeStretch * | plugin |
Definition at line 30 of file timestretch.h.
| TimeStretchWindow::TimeStretchWindow | ( | TimeStretch * | plugin, | |
| int | x, | |||
| int | y | |||
| ) |
Definition at line 477 of file timestretch.C.
| void TimeStretchWindow::create_objects | ( | ) |
Definition at line 492 of file timestretch.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 TimeStretchWindow::update | ( | ) |
Definition at line 505 of file timestretch.C.
References TimeStretch::config, plugin, TimeStretchConfig::scale, scale, and BC_FPot::update().

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