#include "autoconf.h"#include "bcsignals.h"#include "clip.h"#include "edl.h"#include "edlsession.h"#include "gwindowgui.h"#include "language.h"#include "mainmenu.h"#include "mainsession.h"#include "mwindow.h"#include "mwindowgui.h"#include "trackcanvas.h"

Go to the source code of this file.
Variables | |
| static char * | other_text [NONAUTOTOGGLES_COUNT] |
| static char * | auto_text [] |
| static toggleinfo | toggle_order [] |
char* auto_text[] [static] |
char* other_text[NONAUTOTOGGLES_COUNT] [static] |
Initial value:
Definition at line 35 of file gwindowgui.C.
Referenced by GWindowGUI::calculate_extents().
toggleinfo toggle_order[] [static] |
Initial value:
{
{0, NONAUTOTOGGLES_ASSETS},
{0, NONAUTOTOGGLES_TITLES},
{0, NONAUTOTOGGLES_TRANSITIONS},
{1, AUTOMATION_FADE},
{1, AUTOMATION_MUTE},
{1, AUTOMATION_MODE},
{1, AUTOMATION_PAN},
{0, NONAUTOTOGGLES_PLUGIN_AUTOS},
{1, AUTOMATION_MASK},
{1, AUTOMATION_CAMERA_X},
{1, AUTOMATION_CAMERA_Y},
{1, AUTOMATION_CAMERA_Z},
{1, AUTOMATION_PROJECTOR_X},
{1, AUTOMATION_PROJECTOR_Y},
{1, AUTOMATION_PROJECTOR_Z},
}
Definition at line 59 of file gwindowgui.C.
1.5.5