Blender V2.61 - r43446
Public Attributes

bAnimChannelType Struct Reference

#include <ED_anim_api.h>

List of all members.

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)
short(* name_prop )(bAnimListElem *ale, struct PointerRNA *ptr, struct PropertyRNA **prop)
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)

Detailed Description

Definition at line 362 of file ED_anim_api.h.


Member Data Documentation

Definition at line 365 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 371 of file ED_anim_api.h.

Referenced by ANIM_channel_draw().

Definition at line 373 of file ED_anim_api.h.

Referenced by acf_generic_basic_offset(), and acf_generic_channel_color().

short(* bAnimChannelType::has_setting)(bAnimContext *ac, bAnimListElem *ale, int setting)

Definition at line 382 of file ED_anim_api.h.

Referenced by ANIM_channel_draw(), and ANIM_channel_draw_widgets().

short(* bAnimChannelType::name_prop)(bAnimListElem *ale, struct PointerRNA *ptr, struct PropertyRNA **prop)

Definition at line 380 of file ED_anim_api.h.

Referenced by ANIM_channel_draw_widgets(), and rename_anim_channels().

int(* bAnimChannelType::setting_flag)(bAnimContext *ac, int setting, short *neg)
void*(* bAnimChannelType::setting_ptr)(bAnimListElem *ale, int setting, short *type)

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