|
Blender V5.0
|
#include <sequencer_intern.hh>
Public Attributes | |
| const bContext * | C |
| ScrArea * | area |
| ARegion * | region |
| ARegion * | timeline_region |
| View2D * | v2d |
| View2D * | timeline_region_v2d |
| Scene * | scene |
| Editing * | ed |
| ListBase * | seqbase |
| ListBase * | channels |
| float | draw_offset |
| float | channel_height |
| float | frame_width |
| float | scale |
Definition at line 73 of file sequencer_intern.hh.
| ScrArea* blender::ed::vse::SeqChannelDrawContext::area |
Definition at line 75 of file sequencer_intern.hh.
Referenced by blender::ed::vse::channel_draw_context_init().
| const bContext* blender::ed::vse::SeqChannelDrawContext::C |
Definition at line 74 of file sequencer_intern.hh.
Referenced by blender::ed::vse::channel_draw_context_init().
| float blender::ed::vse::SeqChannelDrawContext::channel_height |
Definition at line 87 of file sequencer_intern.hh.
Referenced by blender::ed::vse::channel_draw_context_init().
| ListBase* blender::ed::vse::SeqChannelDrawContext::channels |
Definition at line 84 of file sequencer_intern.hh.
Referenced by blender::ed::vse::channel_draw_context_init().
| float blender::ed::vse::SeqChannelDrawContext::draw_offset |
Definition at line 86 of file sequencer_intern.hh.
Referenced by blender::ed::vse::channel_draw_context_init().
| Editing* blender::ed::vse::SeqChannelDrawContext::ed |
Definition at line 82 of file sequencer_intern.hh.
Referenced by blender::ed::vse::channel_draw_context_init().
| float blender::ed::vse::SeqChannelDrawContext::frame_width |
Definition at line 88 of file sequencer_intern.hh.
Referenced by blender::ed::vse::channel_draw_context_init().
| ARegion* blender::ed::vse::SeqChannelDrawContext::region |
Definition at line 76 of file sequencer_intern.hh.
Referenced by blender::ed::vse::channel_draw_context_init().
| float blender::ed::vse::SeqChannelDrawContext::scale |
Definition at line 89 of file sequencer_intern.hh.
Referenced by blender::ed::vse::channel_draw_context_init().
| Scene* blender::ed::vse::SeqChannelDrawContext::scene |
Definition at line 81 of file sequencer_intern.hh.
Referenced by blender::ed::vse::channel_draw_context_init().
| ListBase* blender::ed::vse::SeqChannelDrawContext::seqbase |
Definition at line 83 of file sequencer_intern.hh.
Referenced by blender::ed::vse::channel_draw_context_init().
| ARegion* blender::ed::vse::SeqChannelDrawContext::timeline_region |
Definition at line 77 of file sequencer_intern.hh.
Referenced by blender::ed::vse::channel_draw_context_init().
| View2D* blender::ed::vse::SeqChannelDrawContext::timeline_region_v2d |
Definition at line 79 of file sequencer_intern.hh.
Referenced by blender::ed::vse::channel_draw_context_init().
| View2D* blender::ed::vse::SeqChannelDrawContext::v2d |
Definition at line 78 of file sequencer_intern.hh.
Referenced by blender::ed::vse::channel_draw_context_init().