#include <gwindow.h>
Inherits Thread.

Public Member Functions | |
| GWindow (MWindow *mwindow) | |
| void | run () |
| void | create_objects () |
Data Fields | |
| MWindow * | mwindow |
| GWindowGUI * | gui |
Definition at line 9 of file gwindow.h.
| void GWindow::run | ( | ) | [virtual] |
Implements Thread.
Definition at line 12 of file gwindow.C.
References gui, and BC_WindowBase::run_window().

| void GWindow::create_objects | ( | ) |
Definition at line 17 of file gwindow.C.
References GWindowGUI::calculate_extents(), GWindowGUI::create_objects(), gui, MWindow::gui, and mwindow.
Referenced by MWindow::init_gwindow().

Definition at line 16 of file gwindow.h.
Referenced by MWindow::create_objects(), create_objects(), PluginAutomation::handle_event(), ShowAutomation::handle_event(), ShowTransitions::handle_event(), ShowTitles::handle_event(), ShowAssets::handle_event(), MWindow::paste_edls(), run(), and MWindow::show_gwindow().
1.5.5