|
Blender V4.3
|
#include <rna_internal_types.hh>
Public Attributes | |
| void * | next |
| void * | prev |
| struct GHash * | prophash |
| ListBase | properties |
Definition at line 291 of file rna_internal_types.hh.
| void* ContainerRNA::next |
Definition at line 292 of file rna_internal_types.hh.
Referenced by RNA_exit(), RNA_free(), rna_generate_function_prototypes(), rna_generate_static_function_prototypes(), rna_generate_struct(), rna_generate_struct_rna_prototypes(), RNA_init(), rna_sort(), and RNA_struct_free().
| void * ContainerRNA::prev |
Definition at line 292 of file rna_internal_types.hh.
Referenced by rna_generate_struct().
| ListBase ContainerRNA::properties |
Definition at line 295 of file rna_internal_types.hh.
Referenced by RNA_def_property(), RNA_def_struct_ptr(), RNA_free(), RNA_function_defined_parameters(), RNA_function_find_parameter(), RNA_function_get_parameter(), rna_generate_internal_property_prototypes(), rna_generate_parameter_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_no_base(), and RNA_struct_type_properties().
| struct GHash* ContainerRNA::prophash |
Definition at line 294 of file rna_internal_types.hh.
Referenced by RNA_def_property(), RNA_def_struct_ptr(), RNA_exit(), and RNA_init().