#include <720to480.h>
Inherits BC_Window.

Public Member Functions | |
| _720to480Window (_720to480Main *client, int x, int y) | |
| ~_720to480Window () | |
| int | create_objects () |
| int | close_event () |
| int | set_first_field (int first_field) |
| int | set_direction (int direction) |
Data Fields | |
| _720to480Main * | client |
| _720to480Order * | odd_first |
| _720to480Order * | even_first |
| _720to480Direction * | forward |
| _720to480Direction * | reverse |
Definition at line 11 of file 720to480.h.
| _720to480Window::_720to480Window | ( | _720to480Main * | client, | |
| int | x, | |||
| int | y | |||
| ) |
Definition at line 32 of file 720to480.C.
| _720to480Window::~_720to480Window | ( | ) |
Definition at line 48 of file 720to480.C.
| int _720to480Window::create_objects | ( | ) |
Definition at line 52 of file 720to480.C.
References _, BC_WindowBase::add_subwindow(), BC_WindowBase::add_tool(), client, even_first, BC_WindowBase::flush(), odd_first, BC_WindowBase::show_window(), BC_WindowBase::x, and BC_WindowBase::y.

| int _720to480Window::close_event | ( | ) | [virtual] |
Reimplemented from BC_WindowBase.
| int _720to480Window::set_first_field | ( | int | first_field | ) |
Definition at line 75 of file 720to480.C.
References client, _720to480Main::config, even_first, _720to480Config::first_field, odd_first, and BC_Toggle::update().
Referenced by _720to480Order::handle_event().

| int _720to480Window::set_direction | ( | int | direction | ) |
Definition at line 84 of file 720to480.C.
References client, _720to480Main::config, _720to480Config::direction, FORWARD, forward, REVERSE, reverse, and BC_Toggle::update().
Referenced by _720to480Direction::handle_event().

Definition at line 22 of file 720to480.h.
Referenced by create_objects(), set_direction(), and set_first_field().
1.5.5