![]() |
Blender V2.61 - r43446
|
#include <rna_internal.h>
Public Attributes | |
| struct PropertyDefRNA * | next |
| struct PropertyDefRNA * | prev |
| struct ContainerRNA * | cont |
| struct PropertyRNA * | prop |
| const char * | dnastructname |
| const char * | dnastructfromname |
| const char * | dnastructfromprop |
| const char * | dnaname |
| const char * | dnatype |
| int | dnaarraylength |
| int | dnapointerlevel |
| const char * | dnalengthstructname |
| const char * | dnalengthname |
| int | dnalengthfixed |
| int | booleanbit |
| int | booleannegative |
| int | enumbitflags |
Definition at line 60 of file rna_internal.h.
Definition at line 82 of file rna_internal.h.
Referenced by RNA_def_property_boolean_sdna(), rna_def_property_funcs(), rna_def_property_get_func(), and rna_def_property_set_func().
Definition at line 82 of file rna_internal.h.
Referenced by RNA_def_property_boolean_negative_sdna(), rna_def_property_get_func(), and rna_def_property_set_func().
| struct ContainerRNA* PropertyDefRNA::cont |
Definition at line 63 of file rna_internal.h.
Referenced by RNA_def_property(), RNA_def_property_collection_sdna(), and rna_def_property_sdna().
Definition at line 74 of file rna_internal.h.
Referenced by rna_def_property_get_func(), rna_def_property_sdna(), and rna_def_property_set_func().
Definition at line 80 of file rna_internal.h.
Referenced by rna_def_property_begin_func(), RNA_def_property_collection_sdna(), rna_def_property_funcs(), rna_def_property_length_func(), and rna_def_property_lookup_int_func().
| const char* PropertyDefRNA::dnalengthname |
Definition at line 79 of file rna_internal.h.
Referenced by rna_def_property_begin_func(), RNA_def_property_collection_sdna(), rna_def_property_funcs(), rna_def_property_length_func(), and rna_def_property_lookup_int_func().
| const char* PropertyDefRNA::dnalengthstructname |
Definition at line 78 of file rna_internal.h.
Referenced by RNA_def_property_collection_sdna().
| const char* PropertyDefRNA::dnaname |
Definition at line 72 of file rna_internal.h.
Referenced by rna_def_property_begin_func(), rna_def_property_get_func(), rna_def_property_length_func(), rna_def_property_lookup_int_func(), rna_def_property_sdna(), rna_def_property_set_func(), rna_set_raw_offset(), and rna_set_raw_property().
Definition at line 75 of file rna_internal.h.
Referenced by rna_def_property_begin_func(), RNA_def_property_collection_sdna(), rna_def_property_get_func(), rna_def_property_lookup_int_func(), rna_def_property_sdna(), and rna_set_raw_property().
| const char* PropertyDefRNA::dnastructfromname |
Definition at line 68 of file rna_internal.h.
Referenced by rna_def_property_sdna(), and rna_print_data_get().
| const char* PropertyDefRNA::dnastructfromprop |
Definition at line 69 of file rna_internal.h.
Referenced by rna_def_property_sdna(), and rna_print_data_get().
| const char* PropertyDefRNA::dnastructname |
Definition at line 67 of file rna_internal.h.
Referenced by rna_auto_types(), rna_def_property_begin_func(), rna_def_property_get_func(), rna_def_property_length_func(), rna_def_property_lookup_int_func(), rna_def_property_sdna(), rna_def_property_set_func(), rna_print_data_get(), rna_set_raw_offset(), and rna_set_raw_property().
| const char* PropertyDefRNA::dnatype |
Definition at line 73 of file rna_internal.h.
Referenced by rna_auto_types(), rna_color_quantize(), RNA_def_property_boolean_sdna(), RNA_def_property_collection_sdna(), RNA_def_property_float_sdna(), rna_def_property_funcs(), rna_def_property_get_func(), RNA_def_property_int_sdna(), rna_def_property_sdna(), rna_def_property_set_func(), and rna_set_raw_property().
Definition at line 86 of file rna_internal.h.
Referenced by RNA_def_property_enum_bitflag_sdna(), rna_def_property_get_func(), and rna_def_property_set_func().
| struct PropertyDefRNA* PropertyDefRNA::next |
Definition at line 61 of file rna_internal.h.
Referenced by rna_auto_types(), rna_def_function_funcs(), rna_generate(), rna_generate_header(), rna_generate_header_cpp(), and rna_generate_static_parameter_prototypes().
| struct PropertyDefRNA * PropertyDefRNA::prev |
Definition at line 61 of file rna_internal.h.
Referenced by rna_find_parameter_def(), and rna_find_struct_property_def().
| struct PropertyRNA* PropertyDefRNA::prop |
Definition at line 64 of file rna_internal.h.
Referenced by cmp_def_property(), rna_auto_types(), rna_def_function_funcs(), RNA_def_property(), rna_def_property_funcs(), rna_def_property_funcs_header(), rna_def_property_funcs_header_cpp(), rna_def_property_funcs_impl_cpp(), rna_def_property_set_func(), rna_find_parameter_def(), rna_find_struct_property_def(), rna_generate_header_cpp(), and rna_generate_static_parameter_prototypes().