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

#include <DNA_sequence_types.h>

Public Attributes

struct SeqTimelineChannelnext
 
struct SeqTimelineChannelprev
 
char name [64]
 
int index
 
int flag
 

Detailed Description

Definition at line 269 of file DNA_sequence_types.h.

Member Data Documentation

◆ flag

int SeqTimelineChannel::flag

Definition at line 273 of file DNA_sequence_types.h.

Referenced by SEQ_channel_is_locked(), and SEQ_channel_is_muted().

◆ index

int SeqTimelineChannel::index

Definition at line 272 of file DNA_sequence_types.h.

Referenced by SEQ_channel_index_get(), and SEQ_channels_ensure().

◆ name

char SeqTimelineChannel::name[64]

Definition at line 271 of file DNA_sequence_types.h.

Referenced by SEQ_channel_name_get(), and SEQ_channels_ensure().

◆ next

struct SeqTimelineChannel* SeqTimelineChannel::next

Definition at line 270 of file DNA_sequence_types.h.

◆ prev

struct SeqTimelineChannel * SeqTimelineChannel::prev

Definition at line 270 of file DNA_sequence_types.h.


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