Blender V2.61 - r43446
|
#include <rna_internal.h>
Public Attributes | |
struct SDNA * | sdna |
ListBase | structs |
ListBase | allocs |
struct StructRNA * | laststruct |
int | error |
int | silent |
int | preprocess |
int | verify |
Definition at line 109 of file rna_internal.h.
Definition at line 112 of file rna_internal.h.
Referenced by rna_alloc_function_name(), and RNA_define_free().
Definition at line 114 of file rna_internal.h.
Referenced by RNA_create(), rna_def_function(), RNA_def_property(), RNA_def_property_array(), rna_def_property_begin_func(), RNA_def_property_boolean_array_default(), RNA_def_property_boolean_default(), RNA_def_property_boolean_funcs(), RNA_def_property_boolean_sdna(), RNA_def_property_collection_funcs(), RNA_def_property_collection_sdna(), RNA_def_property_dynamic_array_funcs(), RNA_def_property_enum_default(), RNA_def_property_enum_funcs(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_float_array_default(), RNA_def_property_float_default(), RNA_def_property_float_funcs(), RNA_def_property_float_sdna(), rna_def_property_funcs(), rna_def_property_get_func(), RNA_def_property_int_array_default(), RNA_def_property_int_default(), RNA_def_property_int_funcs(), RNA_def_property_int_sdna(), rna_def_property_length_func(), RNA_def_property_multi_array(), RNA_def_property_pointer_funcs(), RNA_def_property_pointer_sdna(), RNA_def_property_range(), rna_def_property_sdna(), rna_def_property_set_func(), RNA_def_property_string_default(), RNA_def_property_string_funcs(), RNA_def_property_string_maxlength(), RNA_def_property_string_sdna(), RNA_def_property_struct_runtime(), RNA_def_property_struct_type(), RNA_def_property_ui_range(), RNA_def_struct(), RNA_def_struct_name_property(), RNA_def_struct_nested(), RNA_def_struct_sdna(), RNA_def_struct_sdna_from(), RNA_define_free(), rna_generate_property(), rna_generate_struct(), and rna_preprocess().
struct StructRNA* BlenderDefRNA::laststruct |
Definition at line 113 of file rna_internal.h.
Referenced by RNA_def_property_array(), RNA_def_property_boolean_array_default(), RNA_def_property_boolean_default(), RNA_def_property_boolean_funcs(), RNA_def_property_boolean_negative_sdna(), RNA_def_property_boolean_sdna(), RNA_def_property_collection_funcs(), RNA_def_property_collection_sdna(), RNA_def_property_enum_bitflag_sdna(), RNA_def_property_enum_default(), RNA_def_property_enum_funcs(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_float_array_default(), RNA_def_property_float_default(), RNA_def_property_float_funcs(), RNA_def_property_float_sdna(), RNA_def_property_int_array_default(), RNA_def_property_int_default(), RNA_def_property_int_funcs(), RNA_def_property_int_sdna(), RNA_def_property_multi_array(), RNA_def_property_pointer_funcs(), RNA_def_property_pointer_sdna(), RNA_def_property_range(), rna_def_property_sdna(), RNA_def_property_string_default(), RNA_def_property_string_funcs(), RNA_def_property_string_maxlength(), RNA_def_property_string_sdna(), RNA_def_property_struct_runtime(), RNA_def_property_struct_type(), RNA_def_property_ui_range(), RNA_def_struct(), rna_find_function_def(), and rna_find_parameter_def().
Definition at line 114 of file rna_internal.h.
Referenced by RNA_create(), rna_def_function(), RNA_def_function(), RNA_def_function_runtime(), RNA_def_property(), RNA_def_property_boolean_funcs(), RNA_def_property_boolean_sdna(), RNA_def_property_collection_funcs(), RNA_def_property_collection_sdna(), RNA_def_property_dynamic_array_funcs(), RNA_def_property_editable_array_func(), RNA_def_property_editable_func(), RNA_def_property_enum_funcs(), RNA_def_property_enum_sdna(), RNA_def_property_float_funcs(), RNA_def_property_float_sdna(), RNA_def_property_int_funcs(), RNA_def_property_int_sdna(), RNA_def_property_pointer_funcs(), RNA_def_property_pointer_sdna(), RNA_def_property_string_funcs(), RNA_def_property_string_sdna(), RNA_def_property_struct_runtime(), RNA_def_property_struct_type(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_identifier(), RNA_def_struct_idprops_func(), RNA_def_struct_path_func(), RNA_def_struct_refine_func(), RNA_def_struct_register_funcs(), RNA_def_struct_sdna(), RNA_def_struct_sdna_from(), rna_find_container_def(), rna_find_function_def(), rna_find_parameter_def(), rna_find_struct_def(), rna_find_struct_property_def(), RNA_free(), and rna_validate_identifier().
struct SDNA* BlenderDefRNA::sdna |
Definition at line 110 of file rna_internal.h.
Referenced by RNA_create(), RNA_def_property_collection_sdna(), rna_def_property_sdna(), RNA_def_struct_sdna(), RNA_def_struct_sdna_from(), and RNA_define_free().
Definition at line 114 of file rna_internal.h.
Referenced by RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_collection_sdna(), RNA_def_property_enum_sdna(), RNA_def_property_float_sdna(), RNA_def_property_int_sdna(), RNA_def_property_pointer_sdna(), rna_def_property_sdna(), RNA_def_struct_sdna(), and RNA_def_struct_sdna_from().
Definition at line 111 of file rna_internal.h.
Referenced by rna_auto_types(), RNA_create(), RNA_def_struct(), RNA_define_free(), rna_find_def_struct(), rna_find_dna_type(), rna_find_function_def(), rna_find_parameter_def(), rna_find_struct(), rna_find_struct_def(), rna_find_struct_property_def(), rna_find_type(), rna_generate(), rna_generate_header(), rna_generate_header_cpp(), rna_preprocess(), and rna_sort().
Definition at line 114 of file rna_internal.h.
Referenced by rna_def_property_sdna(), and RNA_define_verify_sdna().