#include <channeledit.h>
Inherits BC_Window.

Public Member Functions | |
| ChannelEditEditWindow (ChannelEditEditThread *thread, ChannelEditWindow *window, ChannelPicker *channel_picker) | |
| ~ChannelEditEditWindow () | |
| int | create_objects (Channel *channel) |
Data Fields | |
| ChannelEditEditThread * | thread |
| ChannelEditWindow * | window |
| ChannelEditEditTitle * | title_text |
| Channel * | new_channel |
| ChannelPicker * | channel_picker |
Definition at line 259 of file channeledit.h.
| ChannelEditEditWindow::ChannelEditEditWindow | ( | ChannelEditEditThread * | thread, | |
| ChannelEditWindow * | window, | |||
| ChannelPicker * | channel_picker | |||
| ) |
Definition at line 969 of file channeledit.C.
| ChannelEditEditWindow::~ChannelEditEditWindow | ( | ) |
Definition at line 987 of file channeledit.C.
| int ChannelEditEditWindow::create_objects | ( | Channel * | channel | ) |
Definition at line 990 of file channeledit.C.
References _, ChannelEditEditInput::add_items(), ChannelEditEditNorm::add_items(), ChannelEditEditFreqtable::add_items(), BC_WindowBase::add_subwindow(), BC_WindowBase::BC_Title, channel_picker, ChannelPicker::get_channel_usage(), input, new_channel, SET_TRACE, BC_WindowBase::show_window(), ChannelEditEditThread::source_text, ChannelEditWindow::thread, thread, title_text, Channel::use_fine, Channel::use_frequency, Channel::use_input, Channel::use_norm, window, BC_WindowBase::x, and BC_WindowBase::y.

Definition at line 270 of file channeledit.h.
Referenced by ChannelEditEditThread::change_source(), create_objects(), and ChannelEditEditInputItem::handle_event().
1.5.5