#include <channeledit.h>
Public Member Functions | |
| ChannelEditEditThread (ChannelEditWindow *window, ChannelPicker *channel_picker, Record *record) | |
| ~ChannelEditEditThread () | |
| void | run () |
| int | edit_channel (Channel *channel, int editing) |
| void | set_device () |
| int | change_source (char *source_name) |
| int | source_up () |
| int | source_down () |
| int | set_input (int value) |
| int | set_norm (int value) |
| int | set_freqtable (int value) |
| int | close_threads () |
Public Attributes | |
| Channel | new_channel |
| Channel * | output_channel |
| ChannelPicker * | channel_picker |
| ChannelEditWindow * | window |
| ChannelEditEditSource * | source_text |
| ChannelEditEditWindow * | edit_window |
| Record * | record |
| int | editing |
| int | in_progress |
| int | user_title |
| Condition * | completion |
Definition at line 231 of file channeledit.h.
|
||||||||||||||||
|
Definition at line 843 of file channeledit.C. References completion, edit_window, editing, and in_progress. |
|
|
Definition at line 857 of file channeledit.C. References completion. |
|
|
Definition at line 904 of file channeledit.C. References chanlists, CHANLISTS::count, edit_window, Channel::entry, Channel::freqtable, new_channel, set_device(), Channel::title, ChannelEditEditWindow::title_text, and user_title. Referenced by ChannelEditEditSource::handle_event(). |
|
|
Definition at line 862 of file channeledit.C. References completion, and edit_window. Referenced by ChannelEditThread::close_threads(), and ChannelEditThread::run(). |
|
||||||||||||
|
Definition at line 872 of file channeledit.C. References completion, Channel::copy_settings(), Channel::copy_usage(), edit_window, in_progress, new_channel, output_channel, Channel::title, and user_title. Referenced by ChannelEditWindow::add_channel(), and ChannelEditWindow::edit_channel(). |
|
|
Definition at line 962 of file channeledit.C. References channel_picker, completion, Channel::copy_settings(), ChannelEditEditWindow::create_objects(), ChannelEditWindow::delete_channel(), edit_window, editing, in_progress, new_channel, output_channel, ChannelEditWindow::update_list(), and window. |
|
|
Definition at line 899 of file channeledit.C. References channel_picker, new_channel, and ChannelPicker::set_channel(). Referenced by change_source(), ChannelEditEditFine::handle_event(), set_freqtable(), set_input(), set_norm(), source_down(), and source_up(). |
|
|
Definition at line 954 of file channeledit.C. References chanlists, CHANLISTS::count, Channel::entry, Channel::freqtable, new_channel, set_device(), and source_text. Referenced by ChannelEditEditFreqItem::handle_event(). |
|
|
Definition at line 942 of file channeledit.C. References Channel::input, new_channel, and set_device(). Referenced by ChannelEditEditInputItem::handle_event(). |
|
|
Definition at line 948 of file channeledit.C. References new_channel, Channel::norm, and set_device(). Referenced by ChannelEditEditNormItem::handle_event(). |
|
|
Definition at line 934 of file channeledit.C. References chanlists, CHANLISTS::count, Channel::entry, Channel::freqtable, new_channel, set_device(), and source_text. Referenced by ChannelEditEditSourceTumbler::handle_down_event(). |
|
|
Definition at line 926 of file channeledit.C. References chanlists, CHANLISTS::count, Channel::entry, Channel::freqtable, new_channel, set_device(), and source_text. Referenced by ChannelEditEditSourceTumbler::handle_up_event(). |
|
|
Definition at line 252 of file channeledit.h. Referenced by run(), and set_device(). |
|
|
Definition at line 260 of file channeledit.h. Referenced by ChannelEditEditThread(), close_threads(), edit_channel(), run(), and ~ChannelEditEditThread(). |
|
|
Definition at line 255 of file channeledit.h. Referenced by change_source(), ChannelEditEditThread(), close_threads(), edit_channel(), ChannelEditEditInputItem::handle_event(), and run(). |
|
|
Definition at line 257 of file channeledit.h. Referenced by ChannelEditEditThread(), and run(). |
|
|
Definition at line 258 of file channeledit.h. Referenced by ChannelEditEditThread(), edit_channel(), and run(). |
|
|
Definition at line 250 of file channeledit.h. Referenced by change_source(), edit_channel(), ChannelEditEditFine::handle_event(), ChannelEditEditInputItem::handle_event(), ChannelEditEditTitle::handle_event(), run(), set_device(), set_freqtable(), set_input(), set_norm(), source_down(), and source_up(). |
|
|
Definition at line 251 of file channeledit.h. Referenced by edit_channel(), and run(). |
|
|
Definition at line 256 of file channeledit.h. |
|
|
Definition at line 254 of file channeledit.h. Referenced by ChannelEditEditWindow::create_objects(), set_freqtable(), source_down(), and source_up(). |
|
|
Definition at line 259 of file channeledit.h. Referenced by change_source(), edit_channel(), ChannelEditEditInputItem::handle_event(), and ChannelEditEditTitle::handle_event(). |
|
|
Definition at line 253 of file channeledit.h. Referenced by run(). |
1.4.4