hvirtual/cinelerra/exportedl.C File Reference

#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>

Include dependency graph for exportedl.C:

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 Documentation

#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


Variable Documentation

char* list_titles[] [static]

Initial value:

 
{
        N_("No."),

}

Definition at line 333 of file exportedl.C.

int list_widths[] [static]

Initial value:

 
{
        40,
        200
}

Definition at line 340 of file exportedl.C.


Generated on Mon Apr 28 13:54:06 2008 for Cinelerra by  doxygen 1.5.5