Blender V4.3
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 313 of file DNA_sequence_types.h.

Member Data Documentation

◆ flag

int SeqTimelineChannel::flag

◆ index

int SeqTimelineChannel::index

Definition at line 316 of file DNA_sequence_types.h.

Referenced by SEQ_channel_index_get(), and SEQ_channels_ensure().

◆ name

char SeqTimelineChannel::name[64]

◆ next

struct SeqTimelineChannel* SeqTimelineChannel::next

Definition at line 314 of file DNA_sequence_types.h.

◆ prev

struct SeqTimelineChannel * SeqTimelineChannel::prev

Definition at line 314 of file DNA_sequence_types.h.


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