|
Blender V4.3
|
#include <ED_keyframes_keylist.hh>
Public Attributes | |
| ActKeyColumn * | next |
| ActKeyColumn * | prev |
| ActKeyColumn * | left |
| ActKeyColumn * | right |
| ActKeyColumn * | parent |
| 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 |
Keyframe Column Struct.
Definition at line 56 of file ED_keyframes_keylist.hh.
| ActKeyBlockInfo ActKeyColumn::block |
Definition at line 78 of file ED_keyframes_keylist.hh.
Referenced by actkeyblock_get_valid_hold(), draw_keylist_block(), draw_keylist_block_gpencil(), draw_keylist_block_interpolation_line(), draw_keylist_block_moving_hold(), draw_keylist_block_standard(), nalloc_ak_cel(), nalloc_ak_gpframe(), and update_keyblocks().
| float ActKeyColumn::cfra |
Definition at line 75 of file ED_keyframes_keylist.hh.
Referenced by actkeys_find_key_in_list_element(), add_bezt_to_keyblocks_list(), blender::editor::animation::tests::assert_act_key_column(), draw_keylist_block_gpencil(), draw_keylist_block_interpolation_line(), draw_keylist_block_moving_hold(), draw_keylist_block_standard(), draw_keylist_is_visible_key(), draw_keylist_keys(), ED_keylist_all_keys_frame_range(), ED_keylist_find_any_between(), ED_keylist_find_exact(), ED_keylist_find_lower_bound(), ED_keylist_find_upper_bound(), ED_keylist_selected_keys_frame_range(), find_prev_next_keyframes(), keyframe_jump_exec(), motionpath_get_next_keyframe(), motionpath_get_prev_keyframe(), nalloc_ak_bezt(), nalloc_ak_cel(), nalloc_ak_gpframe(), nalloc_ak_masklayshape(), and pose_slide_invoke_common().
| 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().
| 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().
| eBezTriple_KeyframeType ActKeyColumn::key_type |
Definition at line 69 of file ED_keyframes_keylist.hh.
Referenced by draw_keylist_block_gpencil(), draw_keylist_keys(), nalloc_ak_bezt(), nalloc_ak_cel(), nalloc_ak_gpframe(), nupdate_ak_bezt(), nupdate_ak_cel(), and nupdate_ak_gpframe().
| ActKeyColumn* ActKeyColumn::left |
'children' of this node, less than and greater than it (respectively)
Definition at line 62 of file ED_keyframes_keylist.hh.
| ActKeyColumn* ActKeyColumn::next |
Definition at line 58 of file ED_keyframes_keylist.hh.
Referenced by actkeyblock_is_valid(), draw_keylist_block(), draw_keylist_block_gpencil(), draw_keylist_block_interpolation_line(), draw_keylist_block_moving_hold(), draw_keylist_block_standard(), ED_keylist_find_neighbor_front_to_back(), ED_keylist_selected_keys_frame_range(), keyframe_jump_exec(), and pose_slide_invoke_common().
| ActKeyColumn* ActKeyColumn::parent |
parent of this node in the tree
Definition at line 64 of file ED_keyframes_keylist.hh.
| ActKeyColumn * ActKeyColumn::prev |
Definition at line 58 of file ED_keyframes_keylist.hh.
Referenced by ED_keylist_find_neighbor_back_to_front(), ED_keylist_find_prev(), ED_keylist_selected_keys_frame_range(), keyframe_jump_exec(), and pose_slide_invoke_common().
| ActKeyColumn * ActKeyColumn::right |
Definition at line 62 of file ED_keyframes_keylist.hh.
| short ActKeyColumn::sel |
Definition at line 74 of file ED_keyframes_keylist.hh.
Referenced by actkeys_find_key_in_list_element(), draw_keylist_keys(), ED_keylist_selected_keys_frame_range(), nalloc_ak_bezt(), nalloc_ak_cel(), nalloc_ak_gpframe(), nalloc_ak_masklayshape(), nupdate_ak_bezt(), nupdate_ak_cel(), nupdate_ak_gpframe(), and nupdate_ak_masklayshape().
| short ActKeyColumn::totblock |
Definition at line 81 of file ED_keyframes_keylist.hh.
Referenced by actkeyblock_is_valid(), nalloc_ak_cel(), nalloc_ak_gpframe(), and update_keyblocks().
| short ActKeyColumn::totcurve |
Definition at line 81 of file ED_keyframes_keylist.hh.
| short ActKeyColumn::totkey |
Definition at line 81 of file ED_keyframes_keylist.hh.
Referenced by nalloc_ak_bezt(), nalloc_ak_cel(), nalloc_ak_gpframe(), nalloc_ak_masklayshape(), nupdate_ak_bezt(), nupdate_ak_cel(), nupdate_ak_gpframe(), and nupdate_ak_masklayshape().
| char ActKeyColumn::tree_col |
DLRB_BLACK or DLRB_RED
Definition at line 66 of file ED_keyframes_keylist.hh.