#include "asset.h"#include "bchash.h"#include "condition.h"#include "confirmsave.h"#include "edits.h"#include "edl.h"#include "edlsession.h"#include "errorbox.h"#include "file.h"#include "filesystem.h"#include "filexml.h"#include "language.h"#include "localsession.h"#include "mainsession.h"#include "mutex.h"#include "mwindowgui.h"#include "mwindow.h"#include "exportedl.h"#include "tracks.h"#include "transition.h"#include <libintl.h>#include <ctype.h>#include <string.h>

Go to the source code of this file.
Defines | |
| #define | _(String) gettext(String) |
| #define | gettext_noop(String) String |
| #define | N_(String) gettext_noop (String) |
| #define | WIDTH 410 |
| #define | HEIGHT 400 |
Variables | |
| static char * | list_titles [] |
| static int | list_widths [] |
| #define _ | ( | String | ) | gettext(String) |
Definition at line 23 of file exportedl.C.
| #define gettext_noop | ( | String | ) | String |
Definition at line 24 of file exportedl.C.
| #define HEIGHT 400 |
Definition at line 331 of file exportedl.C.
Referenced by main(), PreferencesThread::run(), NewThread::run(), and test_motion().
| #define N_ | ( | String | ) | gettext_noop (String) |
Definition at line 25 of file exportedl.C.
| #define WIDTH 410 |
Definition at line 330 of file exportedl.C.
Referenced by main(), mpeg3video_reconstruct(), PreferencesThread::run(), NewThread::run(), and test_motion().
char* list_titles[] [static] |
int list_widths[] [static] |
1.5.5