|
Blender V4.3
|
#include "DNA_scene_types.h"#include "BLI_rect.h"#include "BLI_utildefines.h"#include "BKE_context.hh"#include "BKE_tracking.h"#include "WM_api.hh"#include "WM_types.hh"#include "ED_clip.hh"#include "ED_screen.hh"#include "RNA_access.hh"#include "RNA_define.hh"#include "UI_view2d.hh"#include "clip_intern.hh"Go to the source code of this file.
Functions | |
| static bool | space_clip_dopesheet_poll (bContext *C) |
| static bool | dopesheet_select_channel_poll (bContext *C) |
| static int | dopesheet_select_channel_exec (bContext *C, wmOperator *op) |
| static int | dopesheet_select_channel_invoke (bContext *C, wmOperator *op, const wmEvent *event) |
| void | CLIP_OT_dopesheet_select_channel (wmOperatorType *ot) |
| static int | dopesheet_view_all_exec (bContext *C, wmOperator *) |
| void | CLIP_OT_dopesheet_view_all (wmOperatorType *ot) |
| void CLIP_OT_dopesheet_select_channel | ( | wmOperatorType * | ot | ) |
Definition at line 116 of file clip_dopesheet_ops.cc.
References wmOperatorType::description, dopesheet_select_channel_exec(), dopesheet_select_channel_invoke(), dopesheet_select_channel_poll(), wmOperatorType::exec, wmOperatorType::flag, FLT_MAX, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, RNA_def_boolean(), RNA_def_float_vector(), and wmOperatorType::srna.
Referenced by clip_operatortypes().
| void CLIP_OT_dopesheet_view_all | ( | wmOperatorType * | ot | ) |
Definition at line 183 of file clip_dopesheet_ops.cc.
References wmOperatorType::description, dopesheet_view_all_exec(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, and space_clip_dopesheet_poll().
Referenced by clip_operatortypes().
|
static |
Definition at line 58 of file clip_dopesheet_ops.cc.
References MovieTrackingObject::active_track, BKE_tracking_object_get_active(), BKE_tracking_track_deselect(), BKE_tracking_track_select(), CHANNEL_FIRST, CHANNEL_HEIGHT_HALF, CHANNEL_STEP, MovieTrackingDopesheet::channels, CTX_wm_space_clip(), ED_space_clip_get_clip(), MovieTrackingDopesheet::flag, MovieTrackingTrack::flag, LISTBASE_FOREACH, NC_GEOM, ND_SELECT, OPERATOR_FINISHED, wmOperator::ptr, RNA_boolean_get(), RNA_float_get_array(), TRACK_AREA_ALL, TRACK_DOPE_SEL, TRACKING_DOPE_SELECTED_ONLY, MovieTrackingObject::tracks, and WM_event_add_notifier().
Referenced by CLIP_OT_dopesheet_select_channel(), and dopesheet_select_channel_invoke().
|
static |
Definition at line 104 of file clip_dopesheet_ops.cc.
References CTX_wm_region(), dopesheet_select_channel_exec(), wmEvent::mval, wmOperator::ptr, RNA_float_set_array(), and UI_view2d_region_to_view().
Referenced by CLIP_OT_dopesheet_select_channel().
|
static |
Definition at line 47 of file clip_dopesheet_ops.cc.
References SpaceClip::clip, CTX_wm_space_clip(), SC_VIEW_DOPESHEET, and SpaceClip::view.
Referenced by CLIP_OT_dopesheet_select_channel().
|
static |
Definition at line 151 of file clip_dopesheet_ops.cc.
References BLI_rctf_size_x(), MovieTrackingDopesheet::channels, CTX_wm_region(), CTX_wm_space_clip(), View2D::cur, ED_region_tag_redraw(), ED_space_clip_get_clip(), LISTBASE_FOREACH, max_ii(), min_ii(), OPERATOR_FINISHED, rctf::xmax, and rctf::xmin.
Referenced by CLIP_OT_dopesheet_view_all().
|
static |
Definition at line 30 of file clip_dopesheet_ops.cc.
References CTX_wm_region(), CTX_wm_space_clip(), ED_space_clip_tracking_poll(), RGN_TYPE_PREVIEW, SC_VIEW_DOPESHEET, and SpaceClip::view.
Referenced by CLIP_OT_dopesheet_view_all().