#include <rgb601window.h>
Inherits BC_Window.

Public Member Functions | |
| RGB601Window (RGB601Main *client, int x, int y) | |
| ~RGB601Window () | |
| int | create_objects () |
| int | close_event () |
| void | update () |
Data Fields | |
| RGB601Main * | client |
| BC_CheckBox * | forward |
| BC_CheckBox * | reverse |
Definition at line 27 of file rgb601window.h.
| RGB601Window::RGB601Window | ( | RGB601Main * | client, | |
| int | x, | |||
| int | y | |||
| ) |
Definition at line 16 of file rgb601window.C.
| RGB601Window::~RGB601Window | ( | ) |
Definition at line 31 of file rgb601window.C.
| int RGB601Window::create_objects | ( | ) |
Definition at line 35 of file rgb601window.C.
References _, BC_WindowBase::add_tool(), client, RGB601Main::config, RGB601Config::direction, BC_WindowBase::flush(), forward, reverse, BC_WindowBase::show_window(), BC_WindowBase::x, and BC_WindowBase::y.

| int RGB601Window::close_event | ( | ) | [virtual] |
Reimplemented from BC_WindowBase.
| void RGB601Window::update | ( | ) |
Definition at line 58 of file rgb601window.C.
References client, RGB601Main::config, RGB601Config::direction, forward, reverse, and BC_Toggle::update().
Referenced by RGB601Direction::handle_event().

Definition at line 37 of file rgb601window.h.
Referenced by create_objects(), RGB601Direction::handle_event(), and update().
1.5.5