|
| bool | blender::ed::vse::deselect_all_strips (const Scene *scene) |
| Strip * | blender::ed::vse::strip_under_mouse_get (const Scene *scene, const View2D *v2d, const int mval[2]) |
| blender::VectorSet< Strip * > | blender::ed::vse::all_strips_from_context (bContext *C) |
| blender::VectorSet< Strip * > | blender::ed::vse::selected_strips_from_context (bContext *C) |
| static void | blender::ed::vse::select_surrounding_handles (Scene *scene, Strip *test) |
| static void | blender::ed::vse::select_active_side (const Scene *scene, ListBase *seqbase, int sel_side, int channel, int frame) |
| static void | blender::ed::vse::select_active_side_range (const Scene *scene, ListBase *seqbase, const int sel_side, const int frame_ranges[seq::MAX_CHANNELS], const int frame_ignore) |
| static void | blender::ed::vse::select_linked_time_strip (const Scene *scene, const Strip *strip_source, const eStripHandle handle_clicked) |
| void | blender::ed::vse::select_strip_single (Scene *scene, Strip *strip, bool deselect_all) |
| void | blender::ed::vse::strip_rectf (const Scene *scene, const Strip *strip, rctf *r_rect) |
| Strip * | blender::ed::vse::find_neighboring_strip (const Scene *scene, const Strip *test, const int lr, int sel) |
| void | blender::ed::vse::recurs_sel_strip (Strip *strip_meta) |
| bool | blender::ed::vse::strip_point_image_isect (const Scene *scene, const Strip *strip, float point_view[2]) |
| void | blender::ed::vse::sequencer_select_do_updates (const bContext *C, Scene *scene) |
| static wmOperatorStatus | blender::ed::vse::sequencer_de_select_all_exec (bContext *C, wmOperator *op) |
| void | blender::ed::vse::SEQUENCER_OT_select_all (wmOperatorType *ot) |
| static wmOperatorStatus | blender::ed::vse::sequencer_select_inverse_exec (bContext *C, wmOperator *) |
| void | blender::ed::vse::SEQUENCER_OT_select_inverse (wmOperatorType *ot) |
| static void | blender::ed::vse::sequencer_select_set_active (Scene *scene, Strip *strip) |
| static void | blender::ed::vse::sequencer_select_side_of_frame (const bContext *C, const View2D *v2d, const int mval[2], Scene *scene) |
| static void | blender::ed::vse::sequencer_select_linked_handle (const bContext *C, Strip *strip, const eStripHandle handle_clicked) |
| static int | blender::ed::vse::strip_sort_for_depth_select (const void *a, const void *b) |
| static int | blender::ed::vse::strip_sort_for_center_select (const void *a, const void *b) |
| static Strip * | blender::ed::vse::strip_select_from_preview (const bContext *C, const int mval[2], const bool toggle, const bool extend, const bool center) |
| bool | blender::ed::vse::handle_is_selected (const Strip *strip, eStripHandle handle) |
| static bool | blender::ed::vse::element_already_selected (const StripSelection &selection) |
| static void | blender::ed::vse::sequencer_select_connected_strips (const StripSelection &selection) |
| static void | blender::ed::vse::sequencer_copy_handles_to_selected_strips (const Scene *scene, const StripSelection &selection, VectorSet< Strip * > copy_to) |
| static void | blender::ed::vse::sequencer_select_strip_impl (const Editing *ed, Strip *strip, const eStripHandle handle_clicked, const bool extend, const bool deselect, const bool toggle) |
| static void | blender::ed::vse::select_linked_time (const Scene *scene, const StripSelection &selection, const bool extend, const bool deselect, const bool toggle) |
| static float | blender::ed::vse::inner_clickable_handle_size_get (const Scene *scene, const Strip *strip, const View2D *v2d) |
| bool | blender::ed::vse::can_select_handle (const Scene *scene, const Strip *strip, const View2D *v2d) |
| static void | blender::ed::vse::strip_clickable_areas_get (const Scene *scene, const Strip *strip, const View2D *v2d, rctf *r_body, rctf *r_left_handle, rctf *r_right_handle) |
| static rctf | blender::ed::vse::strip_clickable_area_get (const Scene *scene, const View2D *v2d, const Strip *strip) |
| static float | blender::ed::vse::strip_to_frame_distance (const Scene *scene, const View2D *v2d, const Strip *strip, float timeline_frame) |
| static blender::Vector< Strip * > | blender::ed::vse::padded_strips_under_mouse_get (const Scene *scene, const View2D *v2d, float mouse_co[2]) |
| static bool | blender::ed::vse::strips_are_adjacent (const Scene *scene, const Strip *strip1, const Strip *strip2) |
| static eStripHandle | blender::ed::vse::strip_handle_under_cursor_get (const Scene *scene, const Strip *strip, const View2D *v2d, float mouse_co[2]) |
| static bool | blender::ed::vse::is_mouse_over_both_handles_of_adjacent_strips (const Scene *scene, blender::Vector< Strip * > strips, const View2D *v2d, float mouse_co[2]) |
| StripSelection | blender::ed::vse::pick_strip_and_handle (const Scene *scene, const View2D *v2d, float mouse_co[2]) |
| wmOperatorStatus | blender::ed::vse::sequencer_select_exec (bContext *C, wmOperator *op) |
| static wmOperatorStatus | blender::ed::vse::sequencer_select_invoke (bContext *C, wmOperator *op, const wmEvent *event) |
| static std::string | blender::ed::vse::sequencer_select_get_name (wmOperatorType *ot, PointerRNA *ptr) |
| void | blender::ed::vse::SEQUENCER_OT_select (wmOperatorType *ot) |
| static wmOperatorStatus | blender::ed::vse::sequencer_select_handle_exec (bContext *C, wmOperator *op) |
| static wmOperatorStatus | blender::ed::vse::sequencer_select_handle_invoke (bContext *C, wmOperator *op, const wmEvent *event) |
| void | blender::ed::vse::SEQUENCER_OT_select_handle (wmOperatorType *ot) |
| static bool | blender::ed::vse::select_linked_internal (Scene *scene) |
| static bool | blender::ed::vse::select_more_less_impl (Scene *scene, bool select_more) |
| static wmOperatorStatus | blender::ed::vse::sequencer_select_more_exec (bContext *C, wmOperator *) |
| void | blender::ed::vse::SEQUENCER_OT_select_more (wmOperatorType *ot) |
| static wmOperatorStatus | blender::ed::vse::sequencer_select_less_exec (bContext *C, wmOperator *) |
| void | blender::ed::vse::SEQUENCER_OT_select_less (wmOperatorType *ot) |
| static wmOperatorStatus | blender::ed::vse::sequencer_select_linked_pick_invoke (bContext *C, wmOperator *op, const wmEvent *event) |
| void | blender::ed::vse::SEQUENCER_OT_select_linked_pick (wmOperatorType *ot) |
| static wmOperatorStatus | blender::ed::vse::sequencer_select_linked_exec (bContext *C, wmOperator *) |
| void | blender::ed::vse::SEQUENCER_OT_select_linked (wmOperatorType *ot) |
| static wmOperatorStatus | blender::ed::vse::sequencer_select_side_of_frame_exec (bContext *C, wmOperator *op) |
| void | blender::ed::vse::SEQUENCER_OT_select_side_of_frame (wmOperatorType *ot) |
| static wmOperatorStatus | blender::ed::vse::sequencer_select_side_exec (bContext *C, wmOperator *op) |
| void | blender::ed::vse::SEQUENCER_OT_select_side (wmOperatorType *ot) |
| static bool | blender::ed::vse::strip_box_select_rect_image_isect (const Scene *scene, const Strip *strip, const rctf *rect) |
| static void | blender::ed::vse::seq_box_select_strip_from_preview (const bContext *C, const rctf *rect, const eSelectOp mode) |
| static wmOperatorStatus | blender::ed::vse::sequencer_box_select_exec (bContext *C, wmOperator *op) |
| static wmOperatorStatus | blender::ed::vse::sequencer_box_select_invoke (bContext *C, wmOperator *op, const wmEvent *event) |
| void | blender::ed::vse::SEQUENCER_OT_select_box (wmOperatorType *ot) |
| static bool | blender::ed::vse::do_lasso_select_is_origin_inside (const ARegion *region, const rcti *clip_rect, const Span< int2 > mcoords, const float co_test[2]) |
| static bool | blender::ed::vse::rcti_in_lasso (const rcti rect, const Span< int2 > mcoords) |
| static bool | blender::ed::vse::do_lasso_select_timeline (bContext *C, const Span< int2 > mcoords, ARegion *region, const eSelectOp sel_op) |
| static bool | blender::ed::vse::do_lasso_select_preview (bContext *C, Editing *ed, const Span< int2 > mcoords, const eSelectOp sel_op) |
| static wmOperatorStatus | blender::ed::vse::vse_lasso_select_exec (bContext *C, wmOperator *op) |
| void | blender::ed::vse::SEQUENCER_OT_select_lasso (wmOperatorType *ot) |
| static bool | blender::ed::vse::strip_circle_select_radius_image_isect (const Scene *scene, const Strip *strip, const int *radius, const float2 mval) |
| static void | blender::ed::vse::seq_circle_select_strip_from_preview (bContext *C, int radius, const float2 mval, const eSelectOp mode) |
| static bool | blender::ed::vse::check_circle_intersection_in_timeline (const rctf *rect, const float xy[2], const float x_radius, const float y_radius) |
| static wmOperatorStatus | blender::ed::vse::vse_circle_select_exec (bContext *C, wmOperator *op) |
| void | blender::ed::vse::SEQUENCER_OT_select_circle (wmOperatorType *ot) |
|
| #define | STRIP_IS_SOUND(_strip) |
| #define | STRIP_USE_DATA(_strip) |
| #define | STRIP_CHANNEL_CHECK(_strip, _chan) |
| enum | {
blender::ed::vse::SEQ_SELECT_GROUP_TYPE
, blender::ed::vse::SEQ_SELECT_GROUP_TYPE_BASIC
, blender::ed::vse::SEQ_SELECT_GROUP_TYPE_EFFECT
, blender::ed::vse::SEQ_SELECT_GROUP_DATA
,
blender::ed::vse::SEQ_SELECT_GROUP_EFFECT
, blender::ed::vse::SEQ_SELECT_GROUP_EFFECT_LINK
, blender::ed::vse::SEQ_SELECT_GROUP_OVERLAP
} |
| static const EnumPropertyItem | blender::ed::vse::sequencer_prop_select_grouped_types [] |
| static bool | blender::ed::vse::select_grouped_type (blender::Span< Strip * > strips, ListBase *, Strip *act_strip, const int channel) |
| static bool | blender::ed::vse::select_grouped_type_basic (blender::Span< Strip * > strips, ListBase *, Strip *act_strip, const int channel) |
| static bool | blender::ed::vse::select_grouped_type_effect (blender::Span< Strip * > strips, ListBase *, Strip *act_strip, const int channel) |
| static bool | blender::ed::vse::select_grouped_data (blender::Span< Strip * > strips, ListBase *, Strip *act_strip, const int channel) |
| static bool | blender::ed::vse::select_grouped_effect (blender::Span< Strip * > strips, ListBase *, Strip *act_strip, const int channel) |
| static bool | blender::ed::vse::select_grouped_time_overlap (const Scene *scene, blender::Span< Strip * > strips, ListBase *, Strip *act_strip) |
| static void | blender::ed::vse::query_lower_channel_strips (const Scene *scene, Strip *strip_reference, ListBase *seqbase, blender::VectorSet< Strip * > &strips) |
| static bool | blender::ed::vse::select_grouped_effect_link (const Scene *scene, blender::VectorSet< Strip * > strips, ListBase *seqbase, Strip *, const int) |
| static wmOperatorStatus | blender::ed::vse::sequencer_select_grouped_exec (bContext *C, wmOperator *op) |
| void | blender::ed::vse::SEQUENCER_OT_select_grouped (wmOperatorType *ot) |