|
Blender V4.3
|
Public Attributes | |
| float | start_frame |
| float | channel |
| int | strip_len |
| int | channel_len |
| float | playback_rate |
| bool | in_use = false |
| bool | has_read_mouse_pos = false |
| bool | is_intersecting |
| bool | use_snapping |
| float | snap_point_x |
| uint8_t | type |
Definition at line 53 of file sequencer_drag_drop.cc.
| float SeqDropCoords::channel |
Definition at line 54 of file sequencer_drag_drop.cc.
Referenced by draw_seq_in_view(), sequencer_drop_copy(), and update_overlay_strip_position_data().
| int SeqDropCoords::channel_len |
Definition at line 55 of file sequencer_drag_drop.cc.
Referenced by draw_seq_in_view(), image_drop_on_enter(), prefetch_data_fn(), start_audio_video_job(), and update_overlay_strip_position_data().
| bool SeqDropCoords::has_read_mouse_pos = false |
Definition at line 58 of file sequencer_drag_drop.cc.
Referenced by sequencer_drop_copy(), and sequencer_drop_on_exit().
| bool SeqDropCoords::in_use = false |
Definition at line 57 of file sequencer_drag_drop.cc.
Referenced by draw_seq_in_view(), generic_drop_draw_handling(), sequencer_drop_copy(), and sequencer_drop_on_exit().
| bool SeqDropCoords::is_intersecting |
Definition at line 59 of file sequencer_drag_drop.cc.
Referenced by draw_seq_in_view(), and update_overlay_strip_position_data().
| float SeqDropCoords::playback_rate |
Definition at line 56 of file sequencer_drag_drop.cc.
Referenced by prefetch_data_fn(), and update_overlay_strip_position_data().
| float SeqDropCoords::snap_point_x |
Definition at line 61 of file sequencer_drag_drop.cc.
Referenced by draw_seq_in_view(), and update_overlay_strip_position_data().
| float SeqDropCoords::start_frame |
Definition at line 54 of file sequencer_drag_drop.cc.
Referenced by draw_seq_in_view(), sequencer_drop_copy(), and update_overlay_strip_position_data().
| int SeqDropCoords::strip_len |
Definition at line 55 of file sequencer_drag_drop.cc.
Referenced by image_drop_on_enter(), prefetch_data_fn(), start_audio_video_job(), and update_overlay_strip_position_data().
| uint8_t SeqDropCoords::type |
Definition at line 62 of file sequencer_drag_drop.cc.
Referenced by draw_seq_in_view(), and generic_poll_operations().
| bool SeqDropCoords::use_snapping |
Definition at line 60 of file sequencer_drag_drop.cc.
Referenced by draw_seq_in_view(), generic_poll_operations(), and update_overlay_strip_position_data().