#include <cwindowtool.h>
Inherits BC_GenericButton.

Public Member Functions | |
| CWindowCropOK (MWindow *mwindow, CWindowToolGUI *gui, int x, int y) | |
| int | handle_event () |
| int | keypress_event () |
Data Fields | |
| MWindow * | mwindow |
| CWindowToolGUI * | gui |
Definition at line 84 of file cwindowtool.h.
| CWindowCropOK::CWindowCropOK | ( | MWindow * | mwindow, | |
| CWindowToolGUI * | gui, | |||
| int | x, | |||
| int | y | |||
| ) |
Definition at line 299 of file cwindowtool.C.
| int CWindowCropOK::handle_event | ( | ) | [virtual] |
Reimplemented from BC_Button.
Definition at line 305 of file cwindowtool.C.
References MWindow::crop_video(), and mwindow.
Referenced by keypress_event().

| int CWindowCropOK::keypress_event | ( | ) | [virtual] |
Reimplemented from BC_WindowBase.
Definition at line 312 of file cwindowtool.C.
References BC_WindowBase::get_keypress(), and handle_event().

Definition at line 92 of file cwindowtool.h.
1.5.5