#include "asset.h"#include "assets.h"#include "awindowgui.h"#include "awindow.h"#include "batchrender.h"#include "bcdisplayinfo.h"#include "bcsignals.h"#include "brender.h"#include "cache.h"#include "channel.h"#include "channeldb.h"#include "clip.h"#include "colormodels.h"#include "cplayback.h"#include "ctimebar.h"#include "cwindowgui.h"#include "cwindow.h"#include "bchash.h"#include "devicedvbinput.inc"#include "editpanel.h"#include "edl.h"#include "edlsession.h"#include "errorbox.h"#include "fileformat.h"#include "file.h"#include "filesystem.h"#include "filexml.h"#include "framecache.h"#include "gwindow.h"#include "gwindowgui.h"#include "indexfile.h"#include "interlacemodes.h"#include "language.h"#include "levelwindowgui.h"#include "levelwindow.h"#include "loadfile.inc"#include "localsession.h"#include "maincursor.h"#include "mainerror.h"#include "mainindexes.h"#include "mainmenu.h"#include "mainprogress.h"#include "mainsession.h"#include "mainundo.h"#include "mbuttons.h"#include "mutex.h"#include "mwindowgui.h"#include "mwindow.h"#include "new.h"#include "patchbay.h"#include "playback3d.h"#include "playbackengine.h"#include "plugin.h"#include "pluginserver.h"#include "pluginset.h"#include "preferences.h"#include "record.h"#include "recordlabel.h"#include "removethread.h"#include "render.h"#include "samplescroll.h"#include "sighandler.h"#include "splashgui.h"#include "statusbar.h"#include "theme.h"#include "threadloader.h"#include "timebar.h"#include "tipwindow.h"#include "trackcanvas.h"#include "track.h"#include "tracking.h"#include "trackscroll.h"#include "tracks.h"#include "transition.h"#include "transportque.h"#include "vframe.h"#include "videodevice.inc"#include "videowindow.h"#include "vplayback.h"#include "vwindowgui.h"#include "vwindow.h"#include "wavecache.h"#include "zoombar.h"#include "exportedl.h"#include <string.h>#include "data/heroine_logo12_png.h"Go to the source code of this file.
Defines | |
| #define | ILACEPROJECTMODELISTADD(x) |
| #define | ILACEASSETMODELISTADD(x) |
| #define | ILACEFIXMETHODLISTADD(x) |
Functions | |
| int | atexit (void(*function)(void)) |
| #define ILACEASSETMODELISTADD | ( | x | ) |
Value:
ilacemode_to_text(string, x); \ interlace_asset_modes.append(new InterlacemodeItem(string, x));
Referenced by MWindow::init_menus().
| #define ILACEFIXMETHODLISTADD | ( | x | ) |
Value:
ilacefixmethod_to_text(string, x); \ interlace_asset_fixmethods.append(new InterlacefixmethodItem(string, x));
Referenced by MWindow::init_menus().
| #define ILACEPROJECTMODELISTADD | ( | x | ) |
Value:
ilacemode_to_text(string, x); \ interlace_project_modes.append(new InterlacemodeItem(string, x));
Referenced by MWindow::init_menus().
| int atexit | ( | void(*)(void) | function | ) |
1.5.5