#include <clipedit.h>
Inherits Thread.

Public Member Functions | |
| ClipEdit (MWindow *mwindow, AWindow *awindow, VWindow *vwindow) | |
| ~ClipEdit () | |
| void | run () |
| void | edit_clip (EDL *clip) |
| void | create_clip (EDL *clip) |
Data Fields | |
| MWindow * | mwindow |
| AWindow * | awindow |
| VWindow * | vwindow |
| EDL * | clip |
| int | create_it |
Definition at line 12 of file clipedit.h.
| ClipEdit::~ClipEdit | ( | ) |
Definition at line 28 of file clipedit.C.
| void ClipEdit::run | ( | ) | [virtual] |
Implements Thread.
Definition at line 54 of file clipedit.C.
References _, BC_TextBox::activate(), EDL::add_clip(), AWindowGUI::async_update_assets(), MWindow::awindow, ClipEditWindow::clip, clip, MainSession::clip_number, LocalSession::clip_title, EDL::clips, EDL::copy_all(), EDL::copy_session(), create_it, ClipEditWindow::create_objects(), EDL::create_objects(), MWindow::edl, error(), BC_WindowBase::get_abs_cursor_x(), BC_WindowBase::get_abs_cursor_y(), AWindow::gui, MWindow::gui, EDL::local_session, mwindow, BC_WindowBase::run_window(), MWindow::session, ClipEditWindow::titlebox, ArrayList< TYPE >::total, ArrayList< TYPE >::values, vwindow, and window.

| void ClipEdit::edit_clip | ( | EDL * | clip | ) |
Definition at line 32 of file clipedit.C.
References create_it, and Thread::start().
Referenced by AssetPopupInfo::handle_event().

| void ClipEdit::create_clip | ( | EDL * | clip | ) |
Definition at line 43 of file clipedit.C.
References create_it, and Thread::start().
Referenced by VWindowEditing::to_clip(), and MWindow::to_clip().

Definition at line 24 of file clipedit.h.
Definition at line 28 of file clipedit.h.
Referenced by ClipEdit(), ClipEditWindow::create_objects(), and run().
Definition at line 29 of file clipedit.h.
Referenced by ClipEdit(), create_clip(), ClipEditWindow::create_objects(), edit_clip(), and run().
1.5.5