Blender
V3.3
|
#include <rna_internal.h>
Public Attributes | |
void * | next |
void * | prev |
ContainerRNA * | cont |
ListBase | properties |
Definition at line 37 of file rna_internal.h.
ContainerRNA* ContainerDefRNA::cont |
Definition at line 40 of file rna_internal.h.
void* ContainerDefRNA::next |
Definition at line 38 of file rna_internal.h.
Referenced by rna_auto_types(), RNA_define_free(), rna_find_def_struct(), rna_find_dna_type(), rna_find_struct(), rna_find_type(), rna_generate(), rna_generate_header(), rna_generate_header_class_cpp(), rna_generate_header_cpp(), rna_generate_struct_prototypes(), rna_preprocess(), and rna_sort().
void * ContainerDefRNA::prev |
Definition at line 38 of file rna_internal.h.
Referenced by rna_find_function_def(), rna_find_parameter_def(), rna_find_struct_def(), and rna_find_struct_property_def().
ListBase ContainerDefRNA::properties |
Definition at line 41 of file rna_internal.h.
Referenced by rna_auto_types(), rna_def_function_funcs(), rna_def_function_wrapper_funcs(), RNA_def_property(), rna_def_struct_function_call_impl_cpp(), rna_def_struct_function_prototype_cpp(), RNA_define_free(), rna_find_parameter_def(), rna_find_struct_property_def(), rna_generate(), rna_generate_header(), rna_generate_header_class_cpp(), rna_generate_header_cpp(), rna_generate_static_parameter_prototypes(), rna_generate_struct_prototypes(), and rna_sort().