Blender
V3.3
|
Public Attributes | |
float | start_frame |
float | channel |
int | strip_len |
int | channel_len |
float | playback_rate |
bool | in_use |
bool | has_read_mouse_pos |
bool | is_intersecting |
bool | use_snapping |
float | snap_point_x |
uint8_t | type |
Definition at line 51 of file sequencer_drag_drop.c.
float SeqDropCoords::channel |
Definition at line 52 of file sequencer_drag_drop.c.
Referenced by draw_seq_in_view(), sequencer_drop_copy(), and update_overlay_strip_position_data().
int SeqDropCoords::channel_len |
Definition at line 53 of file sequencer_drag_drop.c.
Referenced by draw_seq_in_view(), image_drop_draw_activate(), prefetch_data_fn(), start_audio_video_job(), and update_overlay_strip_position_data().
bool SeqDropCoords::has_read_mouse_pos |
Definition at line 56 of file sequencer_drag_drop.c.
Referenced by sequencer_drop_copy(), and sequencer_drop_draw_deactivate().
bool SeqDropCoords::in_use |
Definition at line 55 of file sequencer_drag_drop.c.
Referenced by draw_seq_in_view(), generic_drop_draw_handling(), sequencer_drop_copy(), and sequencer_drop_draw_deactivate().
bool SeqDropCoords::is_intersecting |
Definition at line 57 of file sequencer_drag_drop.c.
Referenced by draw_seq_in_view(), and update_overlay_strip_position_data().
float SeqDropCoords::playback_rate |
Definition at line 54 of file sequencer_drag_drop.c.
Referenced by prefetch_data_fn(), and update_overlay_strip_position_data().
float SeqDropCoords::snap_point_x |
Definition at line 59 of file sequencer_drag_drop.c.
Referenced by draw_seq_in_view(), and update_overlay_strip_position_data().
float SeqDropCoords::start_frame |
Definition at line 52 of file sequencer_drag_drop.c.
Referenced by draw_seq_in_view(), sequencer_drop_copy(), and update_overlay_strip_position_data().
int SeqDropCoords::strip_len |
Definition at line 53 of file sequencer_drag_drop.c.
Referenced by image_drop_draw_activate(), prefetch_data_fn(), start_audio_video_job(), and update_overlay_strip_position_data().
uint8_t SeqDropCoords::type |
Definition at line 60 of file sequencer_drag_drop.c.
Referenced by draw_seq_in_view(), and generic_poll_operations().
bool SeqDropCoords::use_snapping |
Definition at line 58 of file sequencer_drag_drop.c.
Referenced by draw_seq_in_view(), generic_poll_operations(), and update_overlay_strip_position_data().