#include <delayvideo.h>
Inherits BC_Window.

Public Member Functions | |
| DelayVideoWindow (DelayVideo *plugin, int x, int y) | |
| ~DelayVideoWindow () | |
| void | create_objects () |
| int | close_event () |
| void | update_gui () |
Data Fields | |
| DelayVideo * | plugin |
| DelayVideoSlider * | slider |
Definition at line 50 of file delayvideo.h.
| DelayVideoWindow::DelayVideoWindow | ( | DelayVideo * | plugin, | |
| int | x, | |||
| int | y | |||
| ) |
Definition at line 52 of file delayvideo.C.
| DelayVideoWindow::~DelayVideoWindow | ( | ) |
Definition at line 67 of file delayvideo.C.
| void DelayVideoWindow::create_objects | ( | ) |
Definition at line 72 of file delayvideo.C.
References _, BC_WindowBase::add_subwindow(), BC_WindowBase::BC_Title, BC_WindowBase::flush(), plugin, BC_WindowBase::show_window(), slider, BC_WindowBase::x, and BC_WindowBase::y.

| int DelayVideoWindow::close_event | ( | ) | [virtual] |
Reimplemented from BC_WindowBase.
| void DelayVideoWindow::update_gui | ( | ) |
Definition at line 86 of file delayvideo.C.
References BCTEXTLEN, DelayVideo::config, DelayVideoConfig::length, plugin, slider, and BC_TextBox::update().

1.5.5