|
Blender V4.3
|
#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 66 of file sequencer_intern.hh.
| ScrArea* SeqChannelDrawContext::area |
Definition at line 68 of file sequencer_intern.hh.
Referenced by channel_draw_context_init().
| const bContext* SeqChannelDrawContext::C |
Definition at line 67 of file sequencer_intern.hh.
Referenced by channel_draw_context_init().
| float SeqChannelDrawContext::channel_height |
Definition at line 80 of file sequencer_intern.hh.
Referenced by channel_draw_context_init().
| ListBase* SeqChannelDrawContext::channels |
Definition at line 77 of file sequencer_intern.hh.
Referenced by channel_draw_context_init().
| float SeqChannelDrawContext::draw_offset |
Definition at line 79 of file sequencer_intern.hh.
Referenced by channel_draw_context_init().
| Editing* SeqChannelDrawContext::ed |
Definition at line 75 of file sequencer_intern.hh.
Referenced by channel_draw_context_init().
| float SeqChannelDrawContext::frame_width |
Definition at line 81 of file sequencer_intern.hh.
Referenced by channel_draw_context_init().
| ARegion* SeqChannelDrawContext::region |
Definition at line 69 of file sequencer_intern.hh.
Referenced by channel_draw_context_init().
| float SeqChannelDrawContext::scale |
Definition at line 82 of file sequencer_intern.hh.
Referenced by channel_draw_context_init().
| Scene* SeqChannelDrawContext::scene |
Definition at line 74 of file sequencer_intern.hh.
Referenced by channel_draw_context_init().
| ListBase* SeqChannelDrawContext::seqbase |
Definition at line 76 of file sequencer_intern.hh.
Referenced by channel_draw_context_init().
| ARegion* SeqChannelDrawContext::timeline_region |
Definition at line 70 of file sequencer_intern.hh.
Referenced by channel_draw_context_init().
| View2D* SeqChannelDrawContext::timeline_region_v2d |
Definition at line 72 of file sequencer_intern.hh.
Referenced by channel_draw_context_init().
| View2D* SeqChannelDrawContext::v2d |
Definition at line 71 of file sequencer_intern.hh.
Referenced by channel_draw_context_init().