#include <new.h>
Public Member Functions | |
| NewThread (MWindow *mwindow, New *new_project) | |
| ~NewThread () | |
| void | run () |
| int | load_defaults () |
| int | save_defaults () |
| int | update_aspect () |
Public Attributes | |
| int | auto_aspect |
| int | auto_sizes |
| NewWindow * | nwindow |
| MWindow * | mwindow |
| New * | new_project |
| Mutex * | window_lock |
Definition at line 37 of file new.h.
|
||||||||||||
|
Definition at line 107 of file new.C. References window_lock. |
|
|
Definition at line 115 of file new.C. References window_lock. |
|
|
Definition at line 157 of file new.C. References auto_aspect, MWindow::defaults, and mwindow. Referenced by run(). |
|
|
Definition at line 121 of file new.C. References New::create_new_project(), NewWindow::create_objects(), MWindow::defaults, MWindow::gui, HEIGHT, load_defaults(), mwindow, New::new_edl, new_project, nwindow, EDL::save_defaults(), WIDTH, and window_lock. |
|
|
Definition at line 163 of file new.C. References auto_aspect, MWindow::defaults, and mwindow. |
|
|
Definition at line 169 of file new.C. References EDLSession::aspect_h, NewWindow::aspect_h_text, EDLSession::aspect_w, NewWindow::aspect_w_text, auto_aspect, MWindow::create_aspect_ratio(), mwindow, New::new_edl, new_project, nwindow, EDLSession::output_h, EDLSession::output_w, and EDL::session. Referenced by NewAspectAuto::handle_event(), NewOutputH::handle_event(), and NewOutputW::handle_event(). |
|
|
Definition at line 48 of file new.h. Referenced by NewAspectAuto::handle_event(), load_defaults(), save_defaults(), and update_aspect(). |
|
|
|
|
|
Definition at line 51 of file new.h. Referenced by load_defaults(), run(), save_defaults(), and update_aspect(). |
|
|
Definition at line 52 of file new.h. Referenced by NewWindow::NewWindow(), run(), and update_aspect(). |
|
|
Definition at line 50 of file new.h. Referenced by New::handle_event(), run(), and update_aspect(). |
|
|
Definition at line 53 of file new.h. Referenced by New::handle_event(), NewThread(), run(), and ~NewThread(). |
1.4.4