
Public Member Functions | |
| InterpolateVideoWindow (InterpolateVideo *plugin, int x, int y) | |
| ~InterpolateVideoWindow () | |
| void | create_objects () |
| int | close_event () |
| void | update_enabled () |
Data Fields | |
| ArrayList< BC_ListBoxItem * > | frame_rates |
| InterpolateVideo * | plugin |
| InterpolateVideoRate * | rate |
| InterpolateVideoRateMenu * | rate_menu |
| InterpolateVideoKeyframes * | keyframes |
Definition at line 76 of file interpolatevideo.C.
| InterpolateVideoWindow::InterpolateVideoWindow | ( | InterpolateVideo * | plugin, | |
| int | x, | |||
| int | y | |||
| ) |
Definition at line 172 of file interpolatevideo.C.
| InterpolateVideoWindow::~InterpolateVideoWindow | ( | ) |
Definition at line 187 of file interpolatevideo.C.
| void InterpolateVideoWindow::create_objects | ( | ) |
Definition at line 191 of file interpolatevideo.C.
References _, BC_WindowBase::add_subwindow(), BC_WindowBase::BC_Title, BC_WindowBase::flush(), BC_WindowBase::get_w(), keyframes, plugin, rate, rate_menu, BC_WindowBase::show_window(), BC_WindowBase::title, update_enabled(), BC_WindowBase::x, and BC_WindowBase::y.

| int InterpolateVideoWindow::close_event | ( | ) | [virtual] |
Reimplemented from BC_WindowBase.
| void InterpolateVideoWindow::update_enabled | ( | ) |
Definition at line 217 of file interpolatevideo.C.
References BC_TextBox::disable(), BC_TextBox::enable(), plugin, and rate.
Referenced by create_objects(), and InterpolateVideoKeyframes::handle_event().

Definition at line 86 of file interpolatevideo.C.
Definition at line 87 of file interpolatevideo.C.
Referenced by create_objects(), and update_enabled().
Definition at line 89 of file interpolatevideo.C.
Referenced by create_objects(), InterpolateVideoRateMenu::handle_event(), and update_enabled().
1.5.5