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

#include <ED_keyframes_keylist.h>

Public Attributes

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

Detailed Description

Definition at line 43 of file ED_keyframes_keylist.h.

Member Data Documentation

◆ block

ActKeyBlockInfo ActKeyColumn::block

◆ cfra

float ActKeyColumn::cfra

◆ extreme_type

char ActKeyColumn::extreme_type

eKeyframeExtremeDrawOpts

Definition at line 61 of file ED_keyframes_keylist.h.

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

◆ handle_type

char ActKeyColumn::handle_type

eKeyframeHandleDrawOpts

Definition at line 59 of file ED_keyframes_keylist.h.

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

◆ key_type

char ActKeyColumn::key_type

◆ left

struct ActKeyColumn* ActKeyColumn::left

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

Definition at line 49 of file ED_keyframes_keylist.h.

◆ next

struct ActKeyColumn* ActKeyColumn::next

◆ parent

struct ActKeyColumn* ActKeyColumn::parent

parent of this node in the tree

Definition at line 51 of file ED_keyframes_keylist.h.

◆ prev

struct ActKeyColumn * ActKeyColumn::prev

◆ right

struct ActKeyColumn * ActKeyColumn::right

Definition at line 49 of file ED_keyframes_keylist.h.

◆ sel

short ActKeyColumn::sel

◆ totblock

short ActKeyColumn::totblock

◆ totcurve

short ActKeyColumn::totcurve

Definition at line 69 of file ED_keyframes_keylist.h.

◆ totkey

short ActKeyColumn::totkey

◆ tree_col

char ActKeyColumn::tree_col

DLRB_BLACK or DLRB_RED

Definition at line 53 of file ED_keyframes_keylist.h.


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