#include "asset.h"#include "autoconf.h"#include "automation.h"#include "bcsignals.h"#include "bctimer.h"#include "clip.h"#include "colors.h"#include "cplayback.h"#include "cursors.h"#include "cwindow.h"#include "cwindowgui.h"#include "edithandles.h"#include "editpopup.h"#include "edits.h"#include "edl.h"#include "edlsession.h"#include "floatauto.h"#include "floatautos.h"#include "intauto.h"#include "keyframe.h"#include "keyframepopup.h"#include "keyframes.h"#include "keys.h"#include "localsession.h"#include "mainclock.h"#include "maincursor.h"#include "mainundo.h"#include "maskautos.h"#include "mbuttons.h"#include "mtimebar.h"#include "mwindow.h"#include "mwindowgui.h"#include "patchbay.h"#include "tracking.h"#include "panautos.h"#include "resourcethread.h"#include "playbackengine.h"#include "playtransport.h"#include "plugin.h"#include "pluginpopup.h"#include "pluginset.h"#include "pluginserver.h"#include "plugintoggles.h"#include "preferences.h"#include "resourcepixmap.h"#include "mainsession.h"#include "transitionhandles.h"#include "transitionpopup.h"#include "transportque.h"#include "zoombar.h"#include "theme.h"#include "intautos.h"#include "trackcanvas.h"#include "tracks.h"#include "transition.h"#include "vframe.h"#include "apatchgui.inc"#include "vpatchgui.inc"#include <string.h>Go to the source code of this file.
Defines | |
| #define | UPDATE_DRAG_HEAD(do_clamp) |
Variables | |
| static int | auto_colors [] |
| static int | auto_operations [] |
| static int | pre_auto_operations [] |
| #define UPDATE_DRAG_HEAD | ( | do_clamp | ) |
Definition at line 3605 of file trackcanvas.C.
Referenced by TrackCanvas::update_drag_auto(), TrackCanvas::update_drag_floatauto(), TrackCanvas::update_drag_pluginauto(), and TrackCanvas::update_drag_toggleauto().
int auto_colors[] [static] |
Initial value:
Definition at line 1975 of file trackcanvas.C.
Referenced by TrackCanvas::do_keyframes().
int auto_operations[] [static] |
Initial value:
{
DRAG_MUTE,
DRAG_CAMERA_X,
DRAG_CAMERA_Y,
DRAG_CAMERA_Z,
DRAG_PROJECTOR_X,
DRAG_PROJECTOR_Y,
DRAG_PROJECTOR_Z,
DRAG_FADE,
DRAG_PAN,
DRAG_MODE,
DRAG_MASK,
DRAG_NUDGE
}
Definition at line 1992 of file trackcanvas.C.
Referenced by TrackCanvas::do_keyframes().
int pre_auto_operations[] [static] |
Initial value:
{
DRAG_MUTE,
DRAG_CAMERA_X,
DRAG_CAMERA_Y,
DRAG_CAMERA_Z,
DRAG_PROJECTOR_X,
DRAG_PROJECTOR_Y,
DRAG_PROJECTOR_Z,
DRAG_FADE,
DRAG_PAN_PRE,
DRAG_MODE_PRE,
DRAG_MASK_PRE,
DRAG_NUDGE
}
Definition at line 2011 of file trackcanvas.C.
Referenced by TrackCanvas::do_keyframes().
1.5.5