Blender  V3.3
Public Attributes | List of all members
SeqChannelDrawContext Struct Reference

#include <sequencer_intern.h>

Public Attributes

const struct bContextC
 
struct ScrAreaarea
 
struct ARegionregion
 
struct ARegiontimeline_region
 
struct View2Dv2d
 
struct View2Dtimeline_region_v2d
 
struct Scenescene
 
struct Editinged
 
struct ListBaseseqbase
 
struct ListBasechannels
 
float draw_offset
 
float channel_height
 
float frame_width
 
float scale
 

Detailed Description

Definition at line 35 of file sequencer_intern.h.

Member Data Documentation

◆ area

struct ScrArea* SeqChannelDrawContext::area

Definition at line 37 of file sequencer_intern.h.

Referenced by channel_draw_context_init().

◆ C

const struct bContext* SeqChannelDrawContext::C

Definition at line 36 of file sequencer_intern.h.

Referenced by channel_draw_context_init().

◆ channel_height

float SeqChannelDrawContext::channel_height

Definition at line 49 of file sequencer_intern.h.

Referenced by channel_draw_context_init().

◆ channels

struct ListBase* SeqChannelDrawContext::channels

Definition at line 46 of file sequencer_intern.h.

Referenced by channel_draw_context_init().

◆ draw_offset

float SeqChannelDrawContext::draw_offset

Definition at line 48 of file sequencer_intern.h.

Referenced by channel_draw_context_init().

◆ ed

struct Editing* SeqChannelDrawContext::ed

Definition at line 44 of file sequencer_intern.h.

Referenced by channel_draw_context_init().

◆ frame_width

float SeqChannelDrawContext::frame_width

Definition at line 50 of file sequencer_intern.h.

Referenced by channel_draw_context_init().

◆ region

struct ARegion* SeqChannelDrawContext::region

Definition at line 38 of file sequencer_intern.h.

Referenced by channel_draw_context_init().

◆ scale

float SeqChannelDrawContext::scale

Definition at line 51 of file sequencer_intern.h.

Referenced by channel_draw_context_init().

◆ scene

struct Scene* SeqChannelDrawContext::scene

Definition at line 43 of file sequencer_intern.h.

Referenced by channel_draw_context_init().

◆ seqbase

struct ListBase* SeqChannelDrawContext::seqbase

Definition at line 45 of file sequencer_intern.h.

Referenced by channel_draw_context_init().

◆ timeline_region

struct ARegion* SeqChannelDrawContext::timeline_region

Definition at line 39 of file sequencer_intern.h.

Referenced by channel_draw_context_init().

◆ timeline_region_v2d

struct View2D* SeqChannelDrawContext::timeline_region_v2d

Definition at line 41 of file sequencer_intern.h.

Referenced by channel_draw_context_init().

◆ v2d

struct View2D* SeqChannelDrawContext::v2d

Definition at line 40 of file sequencer_intern.h.

Referenced by channel_draw_context_init().


The documentation for this struct was generated from the following file: