#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) |
Public Attributes | |
| 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.
|
||||||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||
|
Definition at line 56 of file cpanel.C. References operation. Referenced by CWindowGUI::resize_event(). |
|
|
Definition at line 69 of file cpanel.C. References MWindow::edl, mwindow, operation, EDLSession::safe_regions, EDL::session, and EDLSession::tool_window. Referenced by CWindowToolGUI::close_event(), and CWindowGUI::set_operation(). |
|
|
|
|
|
Definition at line 19 of file cpanel.h. Referenced by create_objects(), and set_operation(). |
|
|
Definition at line 24 of file cpanel.h. Referenced by create_objects(), reposition_buttons(), and set_operation(). |
|
|
|
|
|
|
Definition at line 22 of file cpanel.h. Referenced by create_objects(). |
|
|
Definition at line 22 of file cpanel.h. Referenced by create_objects(). |
1.4.4