|
Blender V4.3
|
#include <sequencer_intern.hh>
Public Attributes | |
| Sequence * | seq |
| const FCurve * | curve = nullptr |
| float | content_start |
| float | content_end |
| float | bottom |
| float | top |
| float | left_handle |
| float | right_handle |
| float | strip_content_top |
| float | handle_width |
| float | strip_length |
| bool | can_draw_text_overlay |
| bool | can_draw_retiming_overlay |
| bool | can_draw_strip_content |
| bool | strip_is_too_small |
| bool | is_active_strip |
| bool | is_single_image |
| bool | show_strip_color_tag |
| bool | missing_data_block |
| bool | missing_media |
| bool | is_connected |
| bool | is_muted |
Definition at line 85 of file sequencer_intern.hh.
| float StripDrawContext::bottom |
Definition at line 90 of file sequencer_intern.hh.
Referenced by draw_handle_transform_text(), draw_seq_fcurve_overlay(), draw_seq_text_overlay(), draw_seq_waveform_overlay(), draw_strip_offsets(), drawmeta_contents(), get_seq_strip_thumbnails(), strip_draw_context_get(), strip_draw_context_set_retiming_overlay_visibility(), strip_draw_context_set_strip_content_visibility(), and strip_draw_context_set_text_overlay_visibility().
| bool StripDrawContext::can_draw_retiming_overlay |
Definition at line 97 of file sequencer_intern.hh.
Referenced by can_draw_retiming(), and strip_draw_context_set_retiming_overlay_visibility().
| bool StripDrawContext::can_draw_strip_content |
Definition at line 98 of file sequencer_intern.hh.
Referenced by draw_seq_fcurve_overlay(), draw_seq_text_overlay(), drawmeta_contents(), strip_draw_context_curve_get(), strip_draw_context_get(), and strip_draw_context_set_strip_content_visibility().
| bool StripDrawContext::can_draw_text_overlay |
Definition at line 96 of file sequencer_intern.hh.
Referenced by draw_seq_text_overlay(), strip_draw_context_get(), and strip_draw_context_set_text_overlay_visibility().
| float StripDrawContext::content_end |
Definition at line 90 of file sequencer_intern.hh.
Referenced by draw_strip_offsets(), get_seq_strip_thumbnails(), and strip_draw_context_get().
| float StripDrawContext::content_start |
Definition at line 90 of file sequencer_intern.hh.
Referenced by draw_strip_offsets(), and strip_draw_context_get().
| const FCurve* StripDrawContext::curve = nullptr |
Definition at line 87 of file sequencer_intern.hh.
Referenced by draw_seq_fcurve_overlay(), draw_seq_waveform_overlay(), strip_draw_context_curve_get(), and strip_draw_context_get().
| float StripDrawContext::handle_width |
Definition at line 93 of file sequencer_intern.hh.
Referenced by draw_handle_transform_text(), draw_seq_text_overlay(), and strip_draw_context_get().
| bool StripDrawContext::is_active_strip |
Definition at line 100 of file sequencer_intern.hh.
Referenced by get_strip_text_color(), strip_data_outline_params_set(), and strip_draw_context_get().
| bool StripDrawContext::is_connected |
Definition at line 105 of file sequencer_intern.hh.
Referenced by draw_seq_text_overlay(), and strip_draw_context_get().
| bool StripDrawContext::is_muted |
Definition at line 106 of file sequencer_intern.hh.
Referenced by draw_strip_offsets(), drawmeta_contents(), get_strip_text_color(), strip_data_missing_media_flags_set(), and strip_draw_context_get().
| bool StripDrawContext::is_single_image |
Definition at line 101 of file sequencer_intern.hh.
Referenced by draw_strip_offsets(), and strip_draw_context_get().
| float StripDrawContext::left_handle |
Definition at line 91 of file sequencer_intern.hh.
Referenced by draw_handle_transform_text(), draw_seq_fcurve_overlay(), draw_seq_text_overlay(), draw_seq_waveform_overlay(), draw_strip_offsets(), drawmeta_contents(), get_seq_strip_thumbnails(), label_rect_get(), retime_key_draw(), retime_speed_text_draw(), sequencer_retiming_draw_continuity(), and strip_draw_context_get().
| bool StripDrawContext::missing_data_block |
Definition at line 103 of file sequencer_intern.hh.
Referenced by draw_seq_text_overlay(), get_strip_text_color(), strip_data_missing_media_flags_set(), and strip_draw_context_get().
| bool StripDrawContext::missing_media |
Definition at line 104 of file sequencer_intern.hh.
Referenced by draw_seq_text_overlay(), get_strip_text_color(), strip_data_missing_media_flags_set(), and strip_draw_context_get().
| float StripDrawContext::right_handle |
Definition at line 91 of file sequencer_intern.hh.
Referenced by draw_handle_transform_text(), draw_seq_fcurve_overlay(), draw_seq_text_overlay(), draw_seq_waveform_overlay(), draw_strip_offsets(), drawmeta_contents(), fake_keys_draw(), get_seq_strip_thumbnails(), label_rect_get(), retime_key_draw(), retime_speed_text_draw(), sequencer_retiming_draw_continuity(), and strip_draw_context_get().
| Sequence* StripDrawContext::seq |
Definition at line 86 of file sequencer_intern.hh.
Referenced by can_draw_retiming(), draw_handle_transform_text(), draw_multicam_highlight(), draw_seq_text_get_overlay_string(), draw_seq_waveform_overlay(), draw_strip_offsets(), drawmeta_contents(), fake_keys_draw(), get_seq_strip_thumbnails(), get_strip_text_color(), label_rect_get(), retime_key_draw(), retime_speed_text_draw(), sequencer_retiming_draw_continuity(), sequencer_retiming_speed_draw(), strip_data_handle_flags_set(), strip_data_highlight_flags_set(), strip_data_lock_flags_set(), strip_data_missing_media_flags_set(), strip_data_outline_params_set(), strip_draw_context_curve_get(), strip_draw_context_get(), and strip_hides_text_overlay_first().
| bool StripDrawContext::show_strip_color_tag |
Definition at line 102 of file sequencer_intern.hh.
Referenced by draw_strip_offsets(), drawmeta_contents(), and strip_draw_context_get().
| float StripDrawContext::strip_content_top |
Definition at line 92 of file sequencer_intern.hh.
Referenced by draw_seq_text_overlay(), draw_seq_waveform_overlay(), drawmeta_contents(), get_seq_strip_thumbnails(), and strip_draw_context_get().
| bool StripDrawContext::strip_is_too_small |
Definition at line 99 of file sequencer_intern.hh.
Referenced by draw_handle_transform_text(), draw_seq_text_overlay(), draw_seq_waveform_overlay(), strip_draw_context_curve_get(), and strip_draw_context_get().
| float StripDrawContext::strip_length |
Definition at line 94 of file sequencer_intern.hh.
Referenced by draw_handle_transform_text(), draw_seq_text_get_overlay_string(), draw_seq_text_overlay(), strip_draw_context_get(), and strip_draw_context_set_retiming_overlay_visibility().
| float StripDrawContext::top |
Definition at line 90 of file sequencer_intern.hh.
Referenced by draw_seq_fcurve_overlay(), draw_seq_text_overlay(), draw_strip_offsets(), get_seq_strip_thumbnails(), strip_draw_context_get(), strip_draw_context_set_retiming_overlay_visibility(), strip_draw_context_set_strip_content_visibility(), and strip_draw_context_set_text_overlay_visibility().