Blender V4.3
SeqSelect_Link Struct Reference

Public Attributes

SeqSelect_Linknext
 
SeqSelect_Linkprev
 
Sequenceseq
 
float center_dist_sq
 

Detailed Description

Collect sequencer that are candidates for being selected.

Definition at line 713 of file sequencer_select.cc.

Member Data Documentation

◆ center_dist_sq

float SeqSelect_Link::center_dist_sq

Only use for center selection.

Definition at line 717 of file sequencer_select.cc.

Referenced by seq_select_seq_from_preview(), and seq_sort_for_center_select().

◆ next

SeqSelect_Link* SeqSelect_Link::next

Definition at line 714 of file sequencer_select.cc.

Referenced by seq_select_seq_from_preview().

◆ prev

SeqSelect_Link * SeqSelect_Link::prev

Definition at line 714 of file sequencer_select.cc.

◆ seq

Sequence* SeqSelect_Link::seq

Definition at line 715 of file sequencer_select.cc.

Referenced by seq_select_seq_from_preview(), and seq_sort_for_depth_select().


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