
Public Member Functions | |
| DecimateWindow (Decimate *plugin, int x, int y) | |
| ~DecimateWindow () | |
| void | create_objects () |
| int | close_event () |
Data Fields | |
| ArrayList< BC_ListBoxItem * > | frame_rates |
| Decimate * | plugin |
| DecimateRate * | rate |
| DecimateRateMenu * | rate_menu |
| BC_Title * | last_dropped |
Definition at line 86 of file decimate.C.
| DecimateWindow::DecimateWindow | ( | Decimate * | plugin, | |
| int | x, | |||
| int | y | |||
| ) |
Definition at line 202 of file decimate.C.
| DecimateWindow::~DecimateWindow | ( | ) |
Definition at line 217 of file decimate.C.
References frame_rates, and ArrayList< TYPE >::remove_all_objects().

| void DecimateWindow::create_objects | ( | ) |
Definition at line 222 of file decimate.C.
References _, BC_WindowBase::add_subwindow(), ArrayList< TYPE >::append(), BC_WindowBase::BC_Title, BC_WindowBase::flush(), frame_rates, BC_WindowBase::get_w(), last_dropped, plugin, rate, rate_menu, BC_WindowBase::show_window(), BC_WindowBase::title, BC_WindowBase::x, and BC_WindowBase::y.

| int DecimateWindow::close_event | ( | ) | [virtual] |
Reimplemented from BC_WindowBase.
Definition at line 97 of file decimate.C.
Referenced by create_objects(), and DecimateRateMenu::handle_event().
1.5.5