#include <batchrender.h>
Public Member Functions | |
| BatchRenderGUI (MWindow *mwindow, BatchRenderThread *thread, int x, int y, int w, int h) | |
| ~BatchRenderGUI () | |
| void | create_objects () |
| int | resize_event (int w, int h) |
| int | translation_event () |
| int | close_event () |
| void | create_list (int update_widget) |
| void | change_job () |
Public Attributes | |
| ArrayList< BC_ListBoxItem * > | list_columns [BATCHRENDER_COLUMNS] |
| MWindow * | mwindow |
| BatchRenderThread * | thread |
| BC_Title * | output_path_title |
| BatchFormat * | format_tools |
| BrowseButton * | edl_path_browse |
| BatchRenderEDLPath * | edl_path_text |
| BC_Title * | edl_path_title |
| BC_Title * | list_title |
| BatchRenderNew * | new_batch |
| BatchRenderDelete * | delete_batch |
| BatchRenderList * | batch_list |
| BatchRenderStart * | start_button |
| BatchRenderStop * | stop_button |
| BatchRenderCancel * | cancel_button |
Definition at line 216 of file batchrender.h.
|
||||||||||||||||||||||||||||
|
Definition at line 622 of file batchrender.C. |
|
|
Definition at line 643 of file batchrender.C. References format_tools. |
|
|
Definition at line 893 of file batchrender.C. References BatchRenderJob::asset, BatchRenderJob::edl_path, edl_path_text, format_tools, BatchRenderThread::get_current_job(), BatchRenderJob::strategy, thread, and FormatTools::update(). Referenced by BatchRenderThread::delete_job(), BatchRenderThread::new_job(), and BatchRenderList::selection_changed(). |
|
|
Definition at line 825 of file batchrender.C. References BatchRenderThread::stop_rendering(), and thread. |
|
|
|
||||||||||||
|
|
Definition at line 818 of file batchrender.C. References MainSession::batchrender_x, MainSession::batchrender_y, mwindow, and MWindow::session. |
|
|
Definition at line 249 of file batchrender.h. Referenced by create_list(), create_objects(), and resize_event(). |
|
|
Definition at line 252 of file batchrender.h. Referenced by create_objects(), and resize_event(). |
|
|
Definition at line 248 of file batchrender.h. Referenced by create_objects(), resize_event(), BatchRenderThread::start_rendering(), BatchRenderThread::test_edl_files(), and BatchRenderThread::update_done(). |
|
|
Definition at line 240 of file batchrender.h. Referenced by create_objects(), and resize_event(). |
|
|
Definition at line 241 of file batchrender.h. Referenced by change_job(), create_objects(), and resize_event(). |
|
|
Definition at line 242 of file batchrender.h. Referenced by create_objects(), and resize_event(). |
|
|
Definition at line 239 of file batchrender.h. Referenced by change_job(), create_objects(), resize_event(), and ~BatchRenderGUI(). |
|
|
Definition at line 234 of file batchrender.h. Referenced by create_list(). |
|
|
Definition at line 246 of file batchrender.h. Referenced by create_objects(), and resize_event(). |
|
|
Definition at line 236 of file batchrender.h. Referenced by create_objects(), resize_event(), and translation_event(). |
|
|
Definition at line 247 of file batchrender.h. Referenced by create_objects(), resize_event(), BatchRenderThread::start_rendering(), BatchRenderThread::test_edl_files(), and BatchRenderThread::update_done(). |
|
|
Definition at line 238 of file batchrender.h. Referenced by create_objects(), and resize_event(). |
|
|
Definition at line 250 of file batchrender.h. Referenced by create_objects(), and resize_event(). |
|
|
Definition at line 251 of file batchrender.h. Referenced by create_objects(), and resize_event(). |
|
|
Definition at line 237 of file batchrender.h. Referenced by change_job(), close_event(), create_list(), and create_objects(). |
1.4.4