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

Public Member Functions | |
| CropVideo (MWindow *mwindow) | |
| ~CropVideo () | |
| int | handle_event () |
| void | run () |
| int | load_defaults () |
| int | save_defaults () |
| int | fix_aspect_ratio () |
Data Fields | |
| MWindow * | mwindow |
Definition at line 9 of file cropvideo.h.
| CropVideo::CropVideo | ( | MWindow * | mwindow | ) |
Definition at line 13 of file cropvideo.C.
| CropVideo::~CropVideo | ( | ) |
Definition at line 19 of file cropvideo.C.
| int CropVideo::handle_event | ( | ) | [virtual] |
Reimplemented from BC_MenuItem.
Definition at line 23 of file cropvideo.C.
References Thread::start().

| void CropVideo::run | ( | ) | [virtual] |
Implements Thread.
Definition at line 28 of file cropvideo.C.
References MainSession::changes_made, CropVideoWindow::create_objects(), MWindow::get_aspect_ratio(), MWindow::gui, mwindow, BC_WindowBase::resize_window(), BC_WindowBase::run_window(), MWindow::session, and window.

| int CropVideo::load_defaults | ( | ) |
Definition at line 67 of file cropvideo.C.
| int CropVideo::save_defaults | ( | ) |
Definition at line 71 of file cropvideo.C.
| int CropVideo::fix_aspect_ratio | ( | ) |
1.5.5