Blender V4.3
SequenceLookup Struct Reference

Public Attributes

blender::Map< std::string, Sequence * > seq_by_name
 
blender::Map< const Sequence *, Sequence * > meta_by_seq
 
blender::Map< const Sequence *, blender::VectorSet< Sequence * > > effects_by_seq
 
blender::Map< const SeqTimelineChannel *, Sequence * > owner_by_channel
 
bool is_valid = false
 

Detailed Description

Definition at line 28 of file sequence_lookup.cc.

Member Data Documentation

◆ effects_by_seq

blender::Map<const Sequence *, blender::VectorSet<Sequence *> > SequenceLookup::effects_by_seq

Definition at line 31 of file sequence_lookup.cc.

◆ is_valid

bool SequenceLookup::is_valid = false

Definition at line 33 of file sequence_lookup.cc.

◆ meta_by_seq

blender::Map<const Sequence *, Sequence *> SequenceLookup::meta_by_seq

Definition at line 30 of file sequence_lookup.cc.

◆ owner_by_channel

blender::Map<const SeqTimelineChannel *, Sequence *> SequenceLookup::owner_by_channel

Definition at line 32 of file sequence_lookup.cc.

◆ seq_by_name

blender::Map<std::string, Sequence *> SequenceLookup::seq_by_name

Definition at line 29 of file sequence_lookup.cc.


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