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

Public Attributes

struct SeqSelect_Linknext
 
struct SeqSelect_Linkprev
 
Sequenceseq
 
float center_dist_sq
 

Detailed Description

Collect sequencer that are candidates for being selected.

Definition at line 692 of file sequencer_select.c.

Member Data Documentation

◆ center_dist_sq

float SeqSelect_Link::center_dist_sq

Only use for center selection.

Definition at line 696 of file sequencer_select.c.

Referenced by seq_select_seq_from_preview(), and seq_sort_for_center_select().

◆ next

struct SeqSelect_Link* SeqSelect_Link::next

Definition at line 693 of file sequencer_select.c.

Referenced by seq_select_seq_from_preview().

◆ prev

struct SeqSelect_Link * SeqSelect_Link::prev

Definition at line 693 of file sequencer_select.c.

◆ seq

Sequence* SeqSelect_Link::seq

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