
Public Member Functions | |
| LiveVideoWindow (LiveVideo *plugin, int x, int y) | |
| ~LiveVideoWindow () | |
| void | create_objects () |
| int | close_event () |
| int | resize_event (int w, int h) |
Data Fields | |
| ArrayList< BC_ListBoxItem * > | channel_list |
| BC_Title * | title |
| LiveChannelList * | list |
| LiveChannelSelect * | select |
| LiveVideo * | plugin |
Definition at line 77 of file livevideo.C.
| LiveVideoWindow::LiveVideoWindow | ( | LiveVideo * | plugin, | |
| int | x, | |||
| int | y | |||
| ) |
Definition at line 177 of file livevideo.C.
| LiveVideoWindow::~LiveVideoWindow | ( | ) |
Definition at line 192 of file livevideo.C.
References channel_list, and ArrayList< TYPE >::remove_all_objects().

| void LiveVideoWindow::create_objects | ( | ) |
Definition at line 197 of file livevideo.C.
References _, BC_WindowBase::add_subwindow(), ArrayList< TYPE >::append(), BC_WindowBase::BC_Title, BC_OKButton::calculate_h(), channel_list, LiveVideo::channeldb, BC_WindowBase::flush(), ChannelDB::get(), BC_ListBox::get_h(), BC_WindowBase::get_h(), BC_WindowBase::get_w(), list, plugin, select, BC_ListBoxItem::set_selected(), BC_WindowBase::show_window(), ChannelDB::size(), title, Channel::title, BC_WindowBase::x, and BC_WindowBase::y.

| int LiveVideoWindow::close_event | ( | ) | [virtual] |
Reimplemented from BC_WindowBase.
| int LiveVideoWindow::resize_event | ( | int | w, | |
| int | h | |||
| ) | [virtual] |
Reimplemented from BC_WindowBase.
Definition at line 228 of file livevideo.C.
References BC_ListBox::get_h(), BC_WindowBase::get_h(), BC_ListBox::get_w(), BC_WindowBase::get_w(), BC_WindowBase::get_x(), BC_WindowBase::get_y(), LiveVideo::h, list, plugin, BC_Button::reposition_window(), BC_ListBox::reposition_window(), BC_WindowBase::reposition_window(), select, title, and LiveVideo::w.

Reimplemented from BC_WindowBase.
Definition at line 88 of file livevideo.C.
Referenced by create_objects(), and resize_event().
Definition at line 89 of file livevideo.C.
Referenced by create_objects(), LiveChannelSelect::handle_event(), and resize_event().
1.5.5