#include "asset.h"#include "batchrender.h"#include "bcsignals.h"#include "confirmsave.h"#include "bchash.h"#include "edl.h"#include "edlsession.h"#include "errorbox.h"#include "filesystem.h"#include "filexml.h"#include "keys.h"#include "language.h"#include "mainsession.h"#include "mutex.h"#include "mwindow.h"#include "mwindowgui.h"#include "packagedispatcher.h"#include "packagerenderer.h"#include "preferences.h"#include "render.h"#include "theme.h"#include "transportque.h"#include "vframe.h"

Go to the source code of this file.
Variables | |
| static char * | list_titles [] |
| static int | list_widths [] |
char* list_titles[] [static] |
Initial value:
Definition at line 29 of file batchrender.C.
Referenced by BatchRenderGUI::create_list().
int list_widths[] [static] |
Initial value:
{
50,
100,
200,
100
}
Definition at line 37 of file batchrender.C.
Referenced by BatchRenderThread::load_defaults().
1.5.5