Blender V2.61 - r43446
|
#include <rna_internal_types.h>
Public Attributes | |
void * | next |
void * | prev |
struct GHash * | prophash |
ListBase | properties |
Definition at line 106 of file rna_internal_types.h.
void* ContainerRNA::next |
Definition at line 107 of file rna_internal_types.h.
Referenced by RNA_def_struct(), RNA_def_struct_nested(), RNA_exit(), RNA_free(), rna_generate_function_prototypes(), rna_generate_prototypes(), rna_generate_static_function_prototypes(), rna_generate_struct(), RNA_init(), rna_sort(), RNA_struct_find(), and RNA_struct_free().
void * ContainerRNA::prev |
Definition at line 107 of file rna_internal_types.h.
Referenced by rna_generate_struct().
Definition at line 110 of file rna_internal_types.h.
Referenced by RNA_def_property(), RNA_def_struct(), RNA_free(), RNA_function_defined_parameters(), RNA_function_find_parameter(), RNA_function_get_parameter(), rna_generate_parameter_prototypes(), rna_generate_property_prototypes(), rna_generate_struct(), RNA_init(), RNA_parameter_get_lookup(), RNA_parameter_list_begin(), RNA_parameter_list_create(), RNA_parameter_list_free(), RNA_parameter_set_lookup(), rna_sort(), RNA_struct_free(), RNA_struct_type_find_property(), and RNA_struct_type_properties().
struct GHash* ContainerRNA::prophash |
Definition at line 109 of file rna_internal_types.h.
Referenced by RNA_def_property(), RNA_def_struct(), RNA_exit(), and RNA_init().