#include <channelpicker.h>
Inherits BC_Tumbler.

Public Member Functions | |
| ChannelTumbler (ChannelPicker *channel_picker, int x, int y) | |
| ~ChannelTumbler () | |
| int | handle_up_event () |
| int | handle_down_event () |
| int | keypress_event () |
Data Fields | |
| ChannelPicker * | channel_picker |
Definition at line 241 of file channelpicker.h.
| ChannelTumbler::ChannelTumbler | ( | ChannelPicker * | channel_picker, | |
| int | x, | |||
| int | y | |||
| ) |
Definition at line 602 of file channelpicker.C.
| ChannelTumbler::~ChannelTumbler | ( | ) |
Definition at line 609 of file channelpicker.C.
| int ChannelTumbler::handle_up_event | ( | ) | [virtual] |
Reimplemented from BC_Tumbler.
Definition at line 612 of file channelpicker.C.
References channel_picker, and ChannelPicker::channel_up().
Referenced by keypress_event().

| int ChannelTumbler::handle_down_event | ( | ) | [virtual] |
Reimplemented from BC_Tumbler.
Definition at line 617 of file channelpicker.C.
References ChannelPicker::channel_down(), and channel_picker.
Referenced by keypress_event().

| int ChannelTumbler::keypress_event | ( | ) | [virtual] |
Reimplemented from BC_WindowBase.
Definition at line 622 of file channelpicker.C.
References BC_WindowBase::get_keypress(), handle_down_event(), handle_up_event(), PGDN, and PGUP.

Definition at line 249 of file channelpicker.h.
Referenced by handle_down_event(), and handle_up_event().
1.5.5