#include <batchrender.h>
Inherits BC_GenericButton, and Thread.

Public Member Functions | |
| BatchRenderSaveList (BatchRenderThread *thread, int x, int y) | |
| ~BatchRenderSaveList () | |
| int | handle_event () |
| void | run () |
| virtual int | keypress_event () |
Data Fields | |
| BatchRenderThread * | thread |
| BC_FileBox * | gui |
| Mutex * | startup_lock |
Definition at line 154 of file batchrender.h.
| BatchRenderSaveList::BatchRenderSaveList | ( | BatchRenderThread * | thread, | |
| int | x, | |||
| int | y | |||
| ) |
Definition at line 1004 of file batchrender.C.
References _, gui, BC_WindowBase::set_tooltip(), and startup_lock.

| BatchRenderSaveList::~BatchRenderSaveList | ( | ) |
Definition at line 1015 of file batchrender.C.
References gui, Thread::join(), Mutex::lock(), BC_WindowBase::lock_window(), BC_WindowBase::set_done(), startup_lock, Mutex::unlock(), and BC_WindowBase::unlock_window().

| int BatchRenderSaveList::handle_event | ( | ) | [virtual] |
Reimplemented from BC_Button.
Definition at line 1029 of file batchrender.C.
References gui, Mutex::lock(), BC_WindowBase::lock_window(), BC_WindowBase::raise_window(), Thread::running(), Thread::start(), startup_lock, Mutex::unlock(), and BC_WindowBase::unlock_window().
Referenced by keypress_event().

| void BatchRenderSaveList::run | ( | ) | [virtual] |
Implements Thread.
Definition at line 1048 of file batchrender.C.
References _, BCTEXTLEN, MWindow::defaults, BC_WindowBase::flush(), BC_Hash::get(), BatchRenderThread::gui, gui, Mutex::lock(), BatchRenderThread::mwindow, BatchRenderThread::save_jobs(), startup_lock, thread, Mutex::unlock(), and BC_Hash::update().

| int BatchRenderSaveList::keypress_event | ( | ) | [virtual] |
Reimplemented from BC_WindowBase.
Definition at line 1081 of file batchrender.C.
References BC_WindowBase::get_keypress(), and handle_event().

Definition at line 163 of file batchrender.h.
Referenced by BatchRenderSaveList(), handle_event(), run(), and ~BatchRenderSaveList().
Definition at line 166 of file batchrender.h.
Referenced by BatchRenderSaveList(), handle_event(), run(), and ~BatchRenderSaveList().
1.5.5