|
Blender V4.3
|
#include <rna_internal_types.hh>
Public Attributes | |
| ListBase | structs |
| GHash * | structs_map |
| unsigned int | structs_len |
Definition at line 620 of file rna_internal_types.hh.
| ListBase BlenderRNA::structs |
Definition at line 621 of file rna_internal_types.hh.
Referenced by rna_brna_structs_add(), RNA_exit(), RNA_free(), rna_generate_blender(), rna_generate_external_property_prototypes(), rna_generate_struct_rna_prototypes(), RNA_init(), and rna_sort().
| unsigned int BlenderRNA::structs_len |
Definition at line 626 of file rna_internal_types.hh.
Referenced by rna_brna_structs_add(), and RNA_init().
| GHash* BlenderRNA::structs_map |
Definition at line 624 of file rna_internal_types.hh.
Referenced by rna_brna_structs_add(), RNA_create(), RNA_def_struct(), RNA_def_struct_identifier(), RNA_def_struct_nested(), RNA_free(), RNA_init(), and RNA_struct_find().