|
Blender
V2.93
|
#include <ED_anim_api.h>
Public Attributes | |
| const char * | channel_type_name |
| eAnimChannel_Role | channel_role |
| void(* | get_backdrop_color )(bAnimContext *ac, bAnimListElem *ale, float r_color[3]) |
| void(* | draw_backdrop )(bAnimContext *ac, bAnimListElem *ale, float yminc, float ymaxc) |
| short(* | get_indent_level )(bAnimContext *ac, bAnimListElem *ale) |
| short(* | get_offset )(bAnimContext *ac, bAnimListElem *ale) |
| void(* | name )(bAnimListElem *ale, char *name) |
| bool(* | name_prop )(bAnimListElem *ale, struct PointerRNA *ptr, struct PropertyRNA **prop) |
| int(* | icon )(bAnimListElem *ale) |
| bool(* | has_setting )(bAnimContext *ac, bAnimListElem *ale, eAnimChannel_Settings setting) |
| int(* | setting_flag )(bAnimContext *ac, eAnimChannel_Settings setting, bool *neg) |
| void *(* | setting_ptr )(bAnimListElem *ale, eAnimChannel_Settings setting, short *type) |
Definition at line 536 of file ED_anim_api.h.
| eAnimChannel_Role bAnimChannelType::channel_role |
Definition at line 541 of file ED_anim_api.h.
Referenced by actkeys_channels_get_selected_extents(), and nla_channels_get_selected_extents().
| const char* bAnimChannelType::channel_type_name |
Definition at line 539 of file ED_anim_api.h.
Referenced by ANIM_channel_debug_print_info().
| void(* bAnimChannelType::draw_backdrop) (bAnimContext *ac, bAnimListElem *ale, float yminc, float ymaxc) |
Definition at line 547 of file ED_anim_api.h.
Referenced by ANIM_channel_draw().
| void(* bAnimChannelType::get_backdrop_color) (bAnimContext *ac, bAnimListElem *ale, float r_color[3]) |
Definition at line 545 of file ED_anim_api.h.
Referenced by acf_generic_channel_backdrop(), acf_generic_dataexpand_backdrop(), acf_generic_root_backdrop(), acf_group_backdrop(), acf_nla_controls_backdrop(), acf_summary_backdrop(), and ANIM_channel_draw().
| short(* bAnimChannelType::get_indent_level) (bAnimContext *ac, bAnimListElem *ale) |
Definition at line 549 of file ED_anim_api.h.
Referenced by acf_generic_basic_offset(), acf_generic_channel_color(), and acf_gpencil_channel_color().
| short(* bAnimChannelType::get_offset) (bAnimContext *ac, bAnimListElem *ale) |
Definition at line 551 of file ED_anim_api.h.
Referenced by acf_generic_channel_backdrop(), acf_generic_dataexpand_backdrop(), acf_generic_root_backdrop(), acf_group_backdrop(), acf_nla_controls_backdrop(), acf_nlaaction_backdrop(), ANIM_channel_draw(), ANIM_channel_draw_widgets(), anim_flush_channel_setting_down(), anim_flush_channel_setting_up(), and ANIM_flush_setting_anim_channels().
| bool(* bAnimChannelType::has_setting) (bAnimContext *ac, bAnimListElem *ale, eAnimChannel_Settings setting) |
Definition at line 562 of file ED_anim_api.h.
Referenced by actkeys_channels_get_selected_extents(), ANIM_channel_draw(), ANIM_channel_draw_widgets(), ANIM_channel_setting_get(), ANIM_channel_setting_set(), draw_channel_strips(), and nla_channels_get_selected_extents().
| int(* bAnimChannelType::icon) (bAnimListElem *ale) |
Definition at line 558 of file ED_anim_api.h.
Referenced by ANIM_channel_draw(), and ANIM_channel_draw_widgets().
| void(* bAnimChannelType::name) (bAnimListElem *ale, char *name) |
Definition at line 554 of file ED_anim_api.h.
Referenced by ANIM_channel_debug_print_info(), ANIM_channel_draw(), graph_panel_properties(), and skip_fcurve_with_name().
| bool(* bAnimChannelType::name_prop) (bAnimListElem *ale, struct PointerRNA *ptr, struct PropertyRNA **prop) |
Definition at line 556 of file ED_anim_api.h.
Referenced by achannel_is_being_renamed(), ANIM_channel_draw_widgets(), and rename_anim_channels().
| int(* bAnimChannelType::setting_flag) (bAnimContext *ac, eAnimChannel_Settings setting, bool *neg) |
Definition at line 564 of file ED_anim_api.h.
Referenced by ANIM_channel_setting_get(), ANIM_channel_setting_set(), and draw_setting_widget().
| void*(* bAnimChannelType::setting_ptr) (bAnimListElem *ale, eAnimChannel_Settings setting, short *type) |
Definition at line 569 of file ED_anim_api.h.
Referenced by ANIM_channel_setting_get(), ANIM_channel_setting_set(), and draw_setting_widget().