#include "arraylist.h"#include "batchrender.h"#include "bcsignals.h"#include "builddate.h"#include "filexml.h"#include "filesystem.h"#include "language.h"#include "loadfile.inc"#include "mainmenu.h"#include "mwindow.h"#include "mwindowgui.h"#include "pluginserver.h"#include "preferences.h"#include "renderfarmclient.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[]) |
|
|
Definition at line 23 of file main.C. Referenced by main(). |
|
|
Definition at line 22 of file main.C. Referenced by main(). |
|
|
|
|
||||||||||||
|
Definition at line 38 of file main.C. References _, MainMenu::add_load(), BCASTDIR, BUILDDATE, MWindow::create_objects(), DO_BATCHRENDER, DO_BRENDER, DO_DEAMON, DO_DEAMON_FG, DO_GUI, DO_USAGE, MWindow::gui, MWindow::load_filenames(), LOCALEDIR, RenderFarmClient::main_loop(), MWindowGUI::mainmenu, PACKAGE, MWindow::save_defaults(), MWindow::start(), and BatchRenderThread::start_rendering(). |
1.4.4