|
Blender
V2.93
|
#include <RNA_types.h>
Public Attributes | |
| PointerRNA | parent |
| PointerRNA | builtin_parent |
| struct PropertyRNA * | prop |
| union { | |
| ArrayIterator array | |
| ListBaseIterator listbase | |
| CountIterator count | |
| void * custom | |
| } | internal |
| int | idprop |
| int | level |
| PointerRNA | ptr |
| int | valid |
Definition at line 387 of file RNA_types.h.
| ArrayIterator CollectionPropertyIterator::array |
Definition at line 393 of file RNA_types.h.
Referenced by rna_iterator_array_begin(), rna_iterator_array_dereference_get(), rna_iterator_array_end(), rna_iterator_array_get(), rna_iterator_array_next(), RNA_property_collection_raw_array(), and RNA_property_collection_skip().
| PointerRNA CollectionPropertyIterator::builtin_parent |
Definition at line 390 of file RNA_types.h.
| CountIterator CollectionPropertyIterator::count |
Definition at line 395 of file RNA_types.h.
| void* CollectionPropertyIterator::custom |
Definition at line 396 of file RNA_types.h.
| int CollectionPropertyIterator::idprop |
Definition at line 398 of file RNA_types.h.
Referenced by RNA_property_collection_begin(), RNA_property_collection_end(), RNA_property_collection_next(), and RNA_property_collection_skip().
| union { ... } CollectionPropertyIterator::internal |
Referenced by rna_iterator_array_begin(), rna_iterator_array_dereference_get(), rna_iterator_array_end(), rna_iterator_array_get(), rna_iterator_array_next(), rna_iterator_listbase_begin(), rna_iterator_listbase_get(), rna_iterator_listbase_next(), RNA_property_collection_raw_array(), and RNA_property_collection_skip().
| int CollectionPropertyIterator::level |
Definition at line 399 of file RNA_types.h.
| ListBaseIterator CollectionPropertyIterator::listbase |
Definition at line 394 of file RNA_types.h.
Referenced by rna_iterator_listbase_begin(), rna_iterator_listbase_get(), and rna_iterator_listbase_next().
| PointerRNA CollectionPropertyIterator::parent |
Definition at line 389 of file RNA_types.h.
Referenced by RNA_property_collection_begin(), and rna_property_collection_get_idp().
| struct PropertyRNA* CollectionPropertyIterator::prop |
Definition at line 391 of file RNA_types.h.
Referenced by RNA_property_collection_begin(), RNA_property_collection_end(), rna_property_collection_get_idp(), RNA_property_collection_next(), and RNA_property_collection_skip().
| PointerRNA CollectionPropertyIterator::ptr |
Definition at line 402 of file RNA_types.h.
Referenced by pyrna_prop_collection_subscript_slice(), rna_iterator_array_begin(), rna_iterator_array_next(), RNA_property_as_string(), rna_property_collection_get_idp(), RNA_property_collection_lookup_index(), RNA_property_collection_lookup_int(), RNA_property_collection_lookup_string_index(), RNA_property_collection_raw_array(), RNA_struct_equals(), RNA_struct_override_matches(), and rna_struct_update_when_changed().
| int CollectionPropertyIterator::valid |
Definition at line 403 of file RNA_types.h.
Referenced by pyrna_prop_collection_bool(), pyrna_prop_collection_subscript_slice(), rna_iterator_array_begin(), rna_iterator_array_next(), rna_iterator_listbase_begin(), rna_iterator_listbase_next(), RNA_property_as_string(), RNA_property_collection_begin(), RNA_property_collection_length(), RNA_property_collection_lookup_index(), RNA_property_collection_lookup_int(), RNA_property_collection_lookup_string_index(), RNA_property_collection_next(), RNA_property_collection_raw_array(), RNA_property_collection_skip(), RNA_struct_equals(), RNA_struct_override_matches(), and rna_struct_update_when_changed().