Blender
V3.3
|
#include <sequencer_intern.h>
Public Attributes | |
const struct bContext * | C |
struct ScrArea * | area |
struct ARegion * | region |
struct ARegion * | timeline_region |
struct View2D * | v2d |
struct View2D * | timeline_region_v2d |
struct Scene * | scene |
struct Editing * | ed |
struct ListBase * | seqbase |
struct ListBase * | channels |
float | draw_offset |
float | channel_height |
float | frame_width |
float | scale |
Definition at line 35 of file sequencer_intern.h.
struct ScrArea* SeqChannelDrawContext::area |
Definition at line 37 of file sequencer_intern.h.
Referenced by channel_draw_context_init().
const struct bContext* SeqChannelDrawContext::C |
Definition at line 36 of file sequencer_intern.h.
Referenced by channel_draw_context_init().
float SeqChannelDrawContext::channel_height |
Definition at line 49 of file sequencer_intern.h.
Referenced by channel_draw_context_init().
struct ListBase* SeqChannelDrawContext::channels |
Definition at line 46 of file sequencer_intern.h.
Referenced by channel_draw_context_init().
float SeqChannelDrawContext::draw_offset |
Definition at line 48 of file sequencer_intern.h.
Referenced by channel_draw_context_init().
struct Editing* SeqChannelDrawContext::ed |
Definition at line 44 of file sequencer_intern.h.
Referenced by channel_draw_context_init().
float SeqChannelDrawContext::frame_width |
Definition at line 50 of file sequencer_intern.h.
Referenced by channel_draw_context_init().
struct ARegion* SeqChannelDrawContext::region |
Definition at line 38 of file sequencer_intern.h.
Referenced by channel_draw_context_init().
float SeqChannelDrawContext::scale |
Definition at line 51 of file sequencer_intern.h.
Referenced by channel_draw_context_init().
struct Scene* SeqChannelDrawContext::scene |
Definition at line 43 of file sequencer_intern.h.
Referenced by channel_draw_context_init().
struct ListBase* SeqChannelDrawContext::seqbase |
Definition at line 45 of file sequencer_intern.h.
Referenced by channel_draw_context_init().
struct ARegion* SeqChannelDrawContext::timeline_region |
Definition at line 39 of file sequencer_intern.h.
Referenced by channel_draw_context_init().
struct View2D* SeqChannelDrawContext::timeline_region_v2d |
Definition at line 41 of file sequencer_intern.h.
Referenced by channel_draw_context_init().
struct View2D* SeqChannelDrawContext::v2d |
Definition at line 40 of file sequencer_intern.h.
Referenced by channel_draw_context_init().