#include <featheredits.h>
Inherits BC_MenuItem, and Thread.

Public Member Functions | |
| FeatherEdits (MWindow *mwindow, int audio, int video) | |
| int | handle_event () |
| void | run () |
Data Fields | |
| MWindow * | mwindow |
| int | audio |
| int | video |
Definition at line 7 of file featheredits.h.
| FeatherEdits::FeatherEdits | ( | MWindow * | mwindow, | |
| int | audio, | |||
| int | video | |||
| ) |
Definition at line 13 of file featheredits.C.
| int FeatherEdits::handle_event | ( | ) | [virtual] |
Reimplemented from BC_MenuItem.
Definition at line 21 of file featheredits.C.
References Thread::set_synchronous(), and Thread::start().

| void FeatherEdits::run | ( | ) | [virtual] |
Implements Thread.
Definition at line 28 of file featheredits.C.
References audio, FeatherEditsWindow::create_objects(), MWindow::feather_edits(), FeatherEditsWindow::feather_samples, MWindow::get_feather(), MWindow::gui, BC_WindowBase::lock_window(), mwindow, BC_WindowBase::run_window(), BC_WindowBase::unlock_window(), video, and window.

1.5.5