#include <gwindowgui.h>
Public Member Functions | |
| GWindowGUI (MWindow *mwindow, int w, int h) | |
| void | create_objects () |
| int | translation_event () |
| int | close_event () |
| int | keypress_event () |
| void | update_toggles (int use_lock) |
| void | update_mwindow () |
Static Public Member Functions | |
| static void | calculate_extents (BC_WindowBase *gui, int *w, int *h) |
Public Attributes | |
| MWindow * | mwindow |
| GWindowToggle * | other [OTHER_TOGGLES] |
| GWindowToggle * | auto_toggle [AUTOMATION_TOTAL] |
Definition at line 16 of file gwindowgui.h.
|
||||||||||||||||
|
Definition at line 17 of file gwindowgui.C. |
|
||||||||||||||||
|
Definition at line 58 of file gwindowgui.C. References auto_text, other_text, and OTHER_TOGGLES. Referenced by GWindow::create_objects(). |
|
|
Definition at line 168 of file gwindowgui.C. References MWindow::gui, MWindowGUI::mainmenu, mwindow, MWindow::save_defaults(), MWindow::session, MainMenu::show_gwindow, and MainSession::show_gwindow. Referenced by keypress_event(). |
|
|
Definition at line 107 of file gwindowgui.C. References auto_text, auto_toggle, mwindow, other, other_text, and OTHER_TOGGLES. Referenced by GWindow::create_objects(). |
|
|
Definition at line 183 of file gwindowgui.C. References close_event(). |
|
|
Definition at line 161 of file gwindowgui.C. References MainSession::gwindow_x, MainSession::gwindow_y, mwindow, and MWindow::session. |
|
|
Definition at line 137 of file gwindowgui.C. References MWindow::gui, MWindowGUI::mainmenu, mwindow, and MainMenu::update_toggles(). Referenced by GWindowToggle::handle_event(). |
|
|
Definition at line 144 of file gwindowgui.C. References auto_toggle, other, OTHER_TOGGLES, and GWindowToggle::update(). Referenced by PluginAutomation::handle_event(), ShowAutomation::handle_event(), ShowTransitions::handle_event(), ShowTitles::handle_event(), ShowAssets::handle_event(), and MWindow::paste_edls(). |
|
|
Definition at line 30 of file gwindowgui.h. Referenced by create_objects(), and update_toggles(). |
|
|
Definition at line 28 of file gwindowgui.h. Referenced by close_event(), create_objects(), translation_event(), and update_mwindow(). |
|
|
Definition at line 29 of file gwindowgui.h. Referenced by create_objects(), and update_toggles(). |
1.4.4