Blender V2.61 - r43446
|
#include <ED_keyframes_draw.h>
Public Attributes | |
struct ActKeyColumn * | next |
struct ActKeyColumn * | prev |
struct ActKeyColumn * | left |
struct ActKeyColumn * | right |
struct ActKeyColumn * | parent |
char | tree_col |
char | key_type |
short | sel |
float | cfra |
short | modified |
short | totcurve |
Definition at line 52 of file ED_keyframes_draw.h.
float ActKeyColumn::cfra |
Definition at line 64 of file ED_keyframes_draw.h.
Referenced by compare_ak_bezt(), compare_ak_cfraPtr(), compare_ak_gpframe(), draw_keylist(), keyframe_jump_exec(), mouse_action_keys(), nalloc_ak_bezt(), nalloc_ak_gpframe(), nla_action_draw_keyframes(), pose_slide_invoke_common(), time_cfra_find_ak(), and time_draw_idblock_keyframes().
Definition at line 62 of file ED_keyframes_draw.h.
Referenced by draw_keylist(), nalloc_ak_bezt(), nla_action_draw_keyframes(), and nupdate_ak_bezt().
struct ActKeyColumn* ActKeyColumn::left |
Definition at line 57 of file ED_keyframes_draw.h.
Referenced by mouse_action_keys(), set_touched_actkeycolumn(), and time_cfra_find_ak().
short ActKeyColumn::modified |
Definition at line 67 of file ED_keyframes_draw.h.
Referenced by nalloc_ak_bezt(), nalloc_ak_gpframe(), nupdate_ak_bezt(), nupdate_ak_gpframe(), and set_touched_actkeycolumn().
struct ActKeyColumn* ActKeyColumn::next |
Definition at line 54 of file ED_keyframes_draw.h.
Referenced by draw_keylist(), nla_action_draw_keyframes(), pose_slide_invoke_common(), and time_draw_idblock_keyframes().
struct ActKeyColumn* ActKeyColumn::parent |
Definition at line 58 of file ED_keyframes_draw.h.
struct ActKeyColumn * ActKeyColumn::prev |
Definition at line 54 of file ED_keyframes_draw.h.
Referenced by pose_slide_invoke_common().
struct ActKeyColumn * ActKeyColumn::right |
Definition at line 57 of file ED_keyframes_draw.h.
Referenced by mouse_action_keys(), set_touched_actkeycolumn(), and time_cfra_find_ak().
short ActKeyColumn::sel |
Definition at line 63 of file ED_keyframes_draw.h.
Referenced by draw_keylist(), nalloc_ak_bezt(), nalloc_ak_gpframe(), nupdate_ak_bezt(), and nupdate_ak_gpframe().
short ActKeyColumn::totcurve |
Definition at line 68 of file ED_keyframes_draw.h.
Referenced by actkeyblock_is_valid(), and set_touched_actkeycolumn().
Definition at line 59 of file ED_keyframes_draw.h.