Blender V4.3
ActKeyColumn Struct Reference

#include <ED_keyframes_keylist.hh>

Public Attributes

ActKeyColumnnext
 
ActKeyColumnprev
 
ActKeyColumnleft
 
ActKeyColumnright
 
ActKeyColumnparent
 
char tree_col
 
eBezTriple_KeyframeType key_type
 
char handle_type
 
char extreme_type
 
short sel
 
float cfra
 
ActKeyBlockInfo block
 
short totcurve
 
short totkey
 
short totblock
 

Detailed Description

Keyframe Column Struct.

Definition at line 56 of file ED_keyframes_keylist.hh.

Member Data Documentation

◆ block

◆ cfra

◆ extreme_type

char ActKeyColumn::extreme_type

eKeyframeExtremeDrawOpts

Definition at line 73 of file ED_keyframes_keylist.hh.

Referenced by draw_keylist_keys(), nalloc_ak_bezt(), and nupdate_ak_bezt().

◆ handle_type

char ActKeyColumn::handle_type

eKeyframeHandleDrawOpts

Definition at line 71 of file ED_keyframes_keylist.hh.

Referenced by draw_keylist_keys(), nalloc_ak_bezt(), and nupdate_ak_bezt().

◆ key_type

◆ left

ActKeyColumn* ActKeyColumn::left

'children' of this node, less than and greater than it (respectively)

Definition at line 62 of file ED_keyframes_keylist.hh.

◆ next

◆ parent

ActKeyColumn* ActKeyColumn::parent

parent of this node in the tree

Definition at line 64 of file ED_keyframes_keylist.hh.

◆ prev

◆ right

ActKeyColumn * ActKeyColumn::right

Definition at line 62 of file ED_keyframes_keylist.hh.

◆ sel

◆ totblock

short ActKeyColumn::totblock

◆ totcurve

short ActKeyColumn::totcurve

Definition at line 81 of file ED_keyframes_keylist.hh.

◆ totkey

◆ tree_col

char ActKeyColumn::tree_col

DLRB_BLACK or DLRB_RED

Definition at line 66 of file ED_keyframes_keylist.hh.


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