#include <cpanel.h>

Public Member Functions | |
| CPanel (MWindow *mwindow, CWindowGUI *subwindow, int x, int y, int w, int h) | |
| ~CPanel () | |
| int | create_objects () |
| void | reposition_buttons (int x, int y) |
| void | set_operation (int value) |
Data Fields | |
| MWindow * | mwindow |
| CWindowGUI * | subwindow |
| int | x |
| int | y |
| int | w |
| int | h |
| BC_Toggle * | operation [CPANEL_OPERATIONS] |
Definition at line 9 of file cpanel.h.
| CPanel::CPanel | ( | MWindow * | mwindow, | |
| CWindowGUI * | subwindow, | |||
| int | x, | |||
| int | y, | |||
| int | w, | |||
| int | h | |||
| ) |
| int CPanel::create_objects | ( | ) |
Definition at line 33 of file cpanel.C.
References BC_WindowBase::add_subwindow(), BC_WindowBase::get_h(), mwindow, operation, subwindow, x, and y.
Referenced by CWindowGUI::create_objects().

| void CPanel::reposition_buttons | ( | int | x, | |
| int | y | |||
| ) |
Definition at line 56 of file cpanel.C.
References BC_WindowBase::get_h(), operation, and BC_Toggle::reposition_window().
Referenced by CWindowGUI::resize_event().

| void CPanel::set_operation | ( | int | value | ) |
Definition at line 69 of file cpanel.C.
References MWindow::edl, mwindow, operation, EDLSession::safe_regions, EDL::session, EDLSession::tool_window, and BC_Toggle::update().
Referenced by CWindowToolGUI::close_event(), and CWindowGUI::set_operation().

Definition at line 20 of file cpanel.h.
Referenced by create_objects(), CPanelTitleSafe::handle_event(), CPanelToolWindow::handle_event(), CPanelEyedrop::handle_event(), CPanelCrop::handle_event(), CPanelProj::handle_event(), CPanelCamera::handle_event(), CPanelMagnify::handle_event(), CPanelMask::handle_event(), CPanelProtect::handle_event(), and CPanelToolWindow::set_shown().
| int CPanel::x |
| int CPanel::y |
| BC_Toggle* CPanel::operation[CPANEL_OPERATIONS] |
Definition at line 24 of file cpanel.h.
Referenced by create_objects(), reposition_buttons(), and set_operation().
1.5.5