#include <bandslide.h>
Inherits BC_Window.

Public Member Functions | |
| BandSlideWindow (BandSlideMain *plugin, int x, int y) | |
| void | create_objects () |
| int | close_event () |
Data Fields | |
| BandSlideMain * | plugin |
| BandSlideCount * | count |
| BandSlideIn * | in |
| BandSlideOut * | out |
Definition at line 54 of file bandslide.h.
| BandSlideWindow::BandSlideWindow | ( | BandSlideMain * | plugin, | |
| int | x, | |||
| int | y | |||
| ) |
Definition at line 101 of file bandslide.C.
| void BandSlideWindow::create_objects | ( | ) |
Definition at line 123 of file bandslide.C.
References _, BC_WindowBase::add_subwindow(), BC_WindowBase::BC_Title, count, BC_TumbleTextBox::create_objects(), BC_WindowBase::flush(), in, out, plugin, BC_WindowBase::show_window(), BC_WindowBase::x, and BC_WindowBase::y.

| int BandSlideWindow::close_event | ( | ) | [virtual] |
Reimplemented from BC_WindowBase.
Definition at line 117 of file bandslide.C.
References BC_WindowBase::set_done().

Definition at line 62 of file bandslide.h.
Referenced by create_objects(), and BandSlideOut::handle_event().
Definition at line 63 of file bandslide.h.
Referenced by create_objects(), and BandSlideIn::handle_event().
1.5.5