#include <cwindowtool.h>
Inherits CWindowToolGUI.

Public Member Functions | |
| CWindowCropGUI (MWindow *mwindow, CWindowTool *thread) | |
| ~CWindowCropGUI () | |
| void | create_objects () |
| void | update () |
| void | handle_event () |
Data Fields | |
| CWindowCoord * | x1 |
| CWindowCoord * | y1 |
| CWindowCoord * | width |
| CWindowCoord * | height |
Definition at line 95 of file cwindowtool.h.
| CWindowCropGUI::CWindowCropGUI | ( | MWindow * | mwindow, | |
| CWindowTool * | thread | |||
| ) |
Definition at line 328 of file cwindowtool.C.
| CWindowCropGUI::~CWindowCropGUI | ( | ) |
Definition at line 338 of file cwindowtool.C.
| void CWindowCropGUI::create_objects | ( | ) | [virtual] |
Reimplemented from CWindowToolGUI.
Definition at line 342 of file cwindowtool.C.
References _, BC_WindowBase::add_subwindow(), BC_WindowBase::BC_Title, BC_Title::calculate_h(), BC_TextBox::calculate_h(), BC_TumbleTextBox::create_objects(), EDLSession::crop_x1, EDLSession::crop_x2, EDLSession::crop_y1, EDLSession::crop_y2, MWindow::edl, BC_TumbleTextBox::get_w(), BC_WindowBase::get_w(), height, MAX, MEDIUMFONT, CWindowToolGUI::mwindow, EDL::session, CWindowToolGUI::thread, BC_WindowBase::title, CWindowTool::tool_gui, width, BC_WindowBase::x, x1, BC_WindowBase::y, and y1.

| void CWindowCropGUI::update | ( | ) | [virtual] |
Reimplemented from CWindowToolGUI.
Definition at line 424 of file cwindowtool.C.
References EDLSession::crop_x1, EDLSession::crop_x2, EDLSession::crop_y1, EDLSession::crop_y2, MWindow::edl, height, CWindowToolGUI::mwindow, EDL::session, BC_TumbleTextBox::update(), width, x1, and y1.
Referenced by handle_event().

| void CWindowCropGUI::handle_event | ( | ) | [virtual] |
Reimplemented from CWindowToolGUI.
Definition at line 395 of file cwindowtool.C.
References CWindowGUI::canvas, EDLSession::crop_x1, EDLSession::crop_x2, EDLSession::crop_y1, EDLSession::crop_y2, MWindow::cwindow, CWindowCanvas::draw_refresh(), MWindow::edl, BC_TumbleTextBox::get_text(), CWindow::gui, height, BC_WindowBase::lock_window(), CWindowToolGUI::mwindow, EDL::session, BC_WindowBase::unlock_window(), update(), width, x1, and y1.

Definition at line 104 of file cwindowtool.h.
Referenced by create_objects(), handle_event(), and update().
Definition at line 104 of file cwindowtool.h.
Referenced by create_objects(), handle_event(), and update().
Definition at line 104 of file cwindowtool.h.
Referenced by create_objects(), handle_event(), and update().
Definition at line 104 of file cwindowtool.h.
Referenced by create_objects(), handle_event(), and update().
1.5.5