#include "arraylist.h"#include "batchrender.h"#include "bcsignals.h"#include "edl.h"#include "filexml.h"#include "filesystem.h"#include "garbage.h"#include "language.h"#include "loadfile.inc"#include "mainmenu.h"#include "mutex.h"#include "mwindow.h"#include "mwindowgui.h"#include "pluginserver.h"#include "preferences.h"#include "renderfarmclient.h"#include "versioninfo.h"#include <locale.h>#include <stdlib.h>#include <string.h>#include "thread.h"

Go to the source code of this file.
Defines | |
| #define | PACKAGE "cinelerra" |
| #define | LOCALEDIR "/usr/share/locale" |
Enumerations | |
| enum | { DO_GUI, DO_DEAMON, DO_DEAMON_FG, DO_BRENDER, DO_USAGE, DO_BATCHRENDER } |
Functions | |
| int | main (int argc, char *argv[]) |
| anonymous enum |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 41 of file main.C.
References _, MainMenu::add_load(), ArrayList< TYPE >::append(), BCASTDIR, BCTEXTLEN, FileSystem::complete_path(), MWindow::create_objects(), DISABLE_BUFFER, DO_BATCHRENDER, DO_BRENDER, DO_DEAMON, DO_DEAMON_FG, DO_GUI, DO_USAGE, fprintf, Garbage::garbage, MWindow::gui, EDL::id_lock, MWindow::load_filenames(), LOCALEDIR, BC_WindowBase::lock_window(), RenderFarmClient::main_loop(), MWindowGUI::mainmenu, PACKAGE, ArrayList< TYPE >::remove_all_objects(), s, MWindow::save_defaults(), MWindow::start(), BatchRenderThread::start_rendering(), ArrayList< TYPE >::total, BC_WindowBase::unlock_window(), and ArrayList< TYPE >::values.

1.5.5