|
Blender
V2.59
|
#include <ED_anim_api.h>
Public Attributes | |
| const char * | channel_type_name |
| void(* | get_backdrop_color )(bAnimContext *ac, bAnimListElem *ale, float *color) |
| 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) |
| int(* | icon )(bAnimListElem *ale) |
| short(* | has_setting )(bAnimContext *ac, bAnimListElem *ale, int setting) |
| int(* | setting_flag )(bAnimContext *ac, int setting, short *neg) |
| void *(* | setting_ptr )(bAnimListElem *ale, int setting, short *type) |
Definition at line 352 of file ED_anim_api.h.
| const char* bAnimChannelType::channel_type_name |
Definition at line 355 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 361 of file ED_anim_api.h.
Referenced by ANIM_channel_draw().
| void(* bAnimChannelType::get_backdrop_color)(bAnimContext *ac, bAnimListElem *ale, float *color) |
Definition at line 359 of file ED_anim_api.h.
Referenced by acf_generic_channel_backdrop(), acf_generic_dataexpand_backdrop(), acf_generic_root_backdrop(), acf_group_backdrop(), acf_summary_backdrop(), and ANIM_channel_draw().
| short(* bAnimChannelType::get_indent_level)(bAnimContext *ac, bAnimListElem *ale) |
Definition at line 363 of file ED_anim_api.h.
Referenced by acf_generic_basic_offset(), and acf_generic_channel_color().
| short(* bAnimChannelType::get_offset)(bAnimContext *ac, bAnimListElem *ale) |
Definition at line 365 of file ED_anim_api.h.
Referenced by acf_generic_channel_backdrop(), acf_generic_dataexpand_backdrop(), acf_generic_root_backdrop(), acf_group_backdrop(), ANIM_channel_draw(), ANIM_channel_draw_widgets(), and ANIM_flush_setting_anim_channels().
| short(* bAnimChannelType::has_setting)(bAnimContext *ac, bAnimListElem *ale, int setting) |
Definition at line 374 of file ED_anim_api.h.
Referenced by ANIM_channel_draw(), ANIM_channel_draw_widgets(), ANIM_channel_setting_get(), ANIM_channel_setting_set(), and draw_channel_strips().
| int(* bAnimChannelType::icon)(bAnimListElem *ale) |
Definition at line 370 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 368 of file ED_anim_api.h.
Referenced by ANIM_channel_debug_print_info(), ANIM_channel_draw(), and skip_fcurve_with_name().
| int(* bAnimChannelType::setting_flag)(bAnimContext *ac, int setting, short *neg) |
Definition at line 376 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, int setting, short *type) |
Definition at line 381 of file ED_anim_api.h.
Referenced by ANIM_channel_setting_get(), ANIM_channel_setting_set(), and draw_setting_widget().