#include <channeledit.h>
Inherits BC_Tumbler.

Public Member Functions | |
| ChannelEditEditSourceTumbler (int x, int y, ChannelEditEditThread *thread) | |
| ~ChannelEditEditSourceTumbler () | |
| int | handle_up_event () |
| int | handle_down_event () |
Data Fields | |
| ChannelEditEditThread * | thread |
Definition at line 293 of file channeledit.h.
| ChannelEditEditSourceTumbler::ChannelEditEditSourceTumbler | ( | int | x, | |
| int | y, | |||
| ChannelEditEditThread * | thread | |||
| ) |
Definition at line 1116 of file channeledit.C.
| ChannelEditEditSourceTumbler::~ChannelEditEditSourceTumbler | ( | ) |
Definition at line 1121 of file channeledit.C.
| int ChannelEditEditSourceTumbler::handle_up_event | ( | ) | [virtual] |
Reimplemented from BC_Tumbler.
Definition at line 1124 of file channeledit.C.
References ChannelEditEditThread::source_up(), and thread.

| int ChannelEditEditSourceTumbler::handle_down_event | ( | ) | [virtual] |
Reimplemented from BC_Tumbler.
Definition at line 1128 of file channeledit.C.
References ChannelEditEditThread::source_down(), and thread.

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