Blender V5.0
blender::seq::StripLookup Struct Reference

Public Attributes

blender::Map< std::string, Strip * > strip_by_name
blender::Map< const Scene *, VectorSet< Strip * > > strips_by_scene
blender::Map< const bNodeTree *, VectorSet< Strip * > > strips_by_compositor_node_group
blender::Map< const Strip *, Strip * > meta_by_strip
blender::Map< const Strip *, blender::VectorSet< Strip * > > effects_by_strip
blender::Map< const SeqTimelineChannel *, Strip * > owner_by_channel
bool is_valid = false

Detailed Description

Definition at line 28 of file strip_lookup.cc.

Member Data Documentation

◆ effects_by_strip

blender::Map<const Strip *, blender::VectorSet<Strip *> > blender::seq::StripLookup::effects_by_strip

Definition at line 33 of file strip_lookup.cc.

◆ is_valid

bool blender::seq::StripLookup::is_valid = false

Definition at line 35 of file strip_lookup.cc.

◆ meta_by_strip

blender::Map<const Strip *, Strip *> blender::seq::StripLookup::meta_by_strip

Definition at line 32 of file strip_lookup.cc.

◆ owner_by_channel

blender::Map<const SeqTimelineChannel *, Strip *> blender::seq::StripLookup::owner_by_channel

Definition at line 34 of file strip_lookup.cc.

◆ strip_by_name

blender::Map<std::string, Strip *> blender::seq::StripLookup::strip_by_name

Definition at line 29 of file strip_lookup.cc.

◆ strips_by_compositor_node_group

blender::Map<const bNodeTree *, VectorSet<Strip *> > blender::seq::StripLookup::strips_by_compositor_node_group

Definition at line 31 of file strip_lookup.cc.

◆ strips_by_scene

blender::Map<const Scene *, VectorSet<Strip *> > blender::seq::StripLookup::strips_by_scene

Definition at line 30 of file strip_lookup.cc.


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