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

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

| BatchRenderLoadList::~BatchRenderLoadList | ( | ) |
Definition at line 1102 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 BatchRenderLoadList::handle_event | ( | ) | [virtual] |
Reimplemented from BC_Button.
Definition at line 1116 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 BatchRenderLoadList::run | ( | ) | [virtual] |
Implements Thread.
Definition at line 1135 of file batchrender.C.
References _, BCTEXTLEN, BatchRenderGUI::create_list(), MWindow::defaults, BC_WindowBase::flush(), BC_Hash::get(), BatchRenderThread::gui, gui, BatchRenderThread::load_jobs(), Mutex::lock(), BatchRenderThread::mwindow, MWindow::preferences, startup_lock, thread, Mutex::unlock(), and BC_Hash::update().

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

Definition at line 178 of file batchrender.h.
Referenced by BatchRenderLoadList(), handle_event(), run(), and ~BatchRenderLoadList().
Definition at line 181 of file batchrender.h.
Referenced by BatchRenderLoadList(), handle_event(), run(), and ~BatchRenderLoadList().
1.5.5