|
Blender V4.3
|
#include <sequencer_intern.hh>
Public Attributes | |
| const bContext * | C |
| ARegion * | region |
| Scene * | scene |
| SpaceSeq * | sseq |
| View2D * | v2d |
| Editing * | ed |
| ListBase * | channels |
| GPUViewport * | viewport |
| GPUFrameBuffer * | framebuffer_overlay |
| float | pixelx |
| float | pixely |
| blender::Map< SeqRetimingKey *, Sequence * > | retiming_selection |
| SeqQuadsBatch * | quads |
Definition at line 109 of file sequencer_intern.hh.
| const bContext* TimelineDrawContext::C |
Definition at line 110 of file sequencer_intern.hh.
Referenced by draw_icon_centered(), draw_seq_waveform_overlay(), draw_strip_thumbnails(), draw_timeline_backdrop(), draw_timeline_gizmos(), draw_timeline_markers(), draw_timeline_post_view_callbacks(), draw_timeline_pre_view_callbacks(), fake_keys_draw(), label_rect_get(), timeline_draw_context_get(), and visible_strips_ordered_get().
| ListBase* TimelineDrawContext::channels |
Definition at line 116 of file sequencer_intern.hh.
Referenced by strip_data_handle_flags_set(), strip_data_lock_flags_set(), strip_draw_context_get(), and timeline_draw_context_get().
| Editing* TimelineDrawContext::ed |
Definition at line 115 of file sequencer_intern.hh.
Referenced by can_draw_retiming(), draw_seq_strips(), sequencer_retiming_keys_draw(), and timeline_draw_context_get().
| GPUFrameBuffer* TimelineDrawContext::framebuffer_overlay |
Definition at line 118 of file sequencer_intern.hh.
Referenced by draw_timeline_post_view_callbacks(), draw_timeline_pre_view_callbacks(), and timeline_draw_context_get().
| float TimelineDrawContext::pixelx |
Definition at line 119 of file sequencer_intern.hh.
Referenced by draw_handle_transform_text(), draw_icon_centered(), draw_seq_fcurve_overlay(), draw_seq_text_overlay(), draw_seq_waveform_overlay(), draw_strip_icons(), draw_strip_thumbnails(), strip_draw_context_get(), strip_draw_context_set_retiming_overlay_visibility(), and timeline_draw_context_get().
| float TimelineDrawContext::pixely |
Definition at line 119 of file sequencer_intern.hh.
Referenced by draw_icon_centered(), draw_seq_strips(), draw_seq_waveform_overlay(), draw_strip_offsets(), draw_strip_thumbnails(), drawmeta_contents(), strip_draw_context_get(), strip_draw_context_set_retiming_overlay_visibility(), strip_draw_context_set_strip_content_visibility(), strip_draw_context_set_text_overlay_visibility(), and timeline_draw_context_get().
| SeqQuadsBatch* TimelineDrawContext::quads |
Definition at line 122 of file sequencer_intern.hh.
Referenced by draw_multicam_highlight(), draw_retiming_continuity_ranges(), draw_seq_fcurve_overlay(), draw_seq_strips(), draw_seq_waveform_overlay(), draw_strip_offsets(), drawmeta_contents(), sequencer_retiming_draw_continuity(), and timeline_draw_context_get().
| ARegion* TimelineDrawContext::region |
Definition at line 111 of file sequencer_intern.hh.
Referenced by draw_icon_centered(), draw_retiming_continuity_ranges(), draw_seq_strips(), draw_seq_waveform_overlay(), draw_strip_thumbnails(), draw_strips_background(), draw_strips_foreground(), draw_timeline_backdrop(), draw_timeline_gizmos(), draw_timeline_markers(), draw_timeline_post_view_callbacks(), draw_timeline_pre_view_callbacks(), sequencer_retiming_keys_draw(), and timeline_draw_context_get().
| blender::Map<SeqRetimingKey *, Sequence *> TimelineDrawContext::retiming_selection |
Definition at line 120 of file sequencer_intern.hh.
Referenced by retime_key_draw(), sequencer_retiming_draw_continuity(), and timeline_draw_context_get().
| Scene* TimelineDrawContext::scene |
Definition at line 112 of file sequencer_intern.hh.
Referenced by draw_multicam_highlight(), draw_seq_strips(), draw_seq_waveform_overlay(), draw_strip_offsets(), draw_strip_thumbnails(), draw_strips_background(), draw_timeline_backdrop(), draw_timeline_grid(), draw_timeline_seq(), draw_timeline_sfra_efra(), drawmeta_contents(), fake_keys_draw(), label_rect_get(), retime_key_draw(), retime_speed_text_draw(), sequencer_retiming_draw_continuity(), strip_data_handle_flags_set(), strip_data_highlight_flags_set(), strip_data_outline_params_set(), strip_draw_context_curve_get(), strip_draw_context_get(), and timeline_draw_context_get().
| SpaceSeq* TimelineDrawContext::sseq |
Definition at line 113 of file sequencer_intern.hh.
Referenced by can_draw_retiming(), draw_seq_fcurve_overlay(), draw_seq_text_get_overlay_string(), draw_seq_text_overlay(), draw_seq_waveform_overlay(), draw_strip_icons(), draw_strip_offsets(), draw_strip_thumbnails(), draw_strips_background(), draw_timeline_backdrop(), draw_timeline_gizmos(), draw_timeline_grid(), draw_timeline_markers(), draw_timeline_seq(), drawmeta_contents(), sequencer_retiming_keys_draw(), strip_draw_context_curve_get(), strip_draw_context_get(), strip_draw_context_set_retiming_overlay_visibility(), strip_draw_context_set_text_overlay_visibility(), strip_hides_text_overlay_first(), and timeline_draw_context_get().
| View2D* TimelineDrawContext::v2d |
Definition at line 114 of file sequencer_intern.hh.
Referenced by draw_handle_transform_text(), draw_icon_centered(), draw_multicam_highlight(), draw_seq_fcurve_overlay(), draw_seq_strips(), draw_seq_strips(), draw_seq_text_overlay(), draw_seq_timeline_channels(), draw_seq_waveform_overlay(), draw_strip_icons(), draw_strip_thumbnails(), draw_timeline_backdrop(), draw_timeline_grid(), draw_timeline_markers(), draw_timeline_seq(), draw_timeline_sfra_efra(), retime_key_draw(), retime_speed_text_draw(), sequencer_retiming_draw_continuity(), sequencer_retiming_keys_draw(), sequencer_retiming_speed_draw(), strip_data_handle_flags_set(), and timeline_draw_context_get().
| GPUViewport* TimelineDrawContext::viewport |
Definition at line 117 of file sequencer_intern.hh.
Referenced by timeline_draw_context_get().