|
Blender V4.3
|
#include <RNA_types.hh>
Public Attributes | ||
| PointerRNA | parent | |
| PointerRNA | builtin_parent | |
| PropertyRNA * | prop | |
| union { | ||
| ArrayIterator array | ||
| ListBaseIterator listbase | ||
| CountIterator count | ||
| void * custom | ||
| } | internal | |
| int | idprop | |
| int | level | |
| PointerRNA | ptr | |
| bool | valid | |
Definition at line 448 of file RNA_types.hh.
| ArrayIterator CollectionPropertyIterator::array |
Definition at line 454 of file RNA_types.hh.
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 451 of file RNA_types.hh.
| CountIterator CollectionPropertyIterator::count |
Definition at line 456 of file RNA_types.hh.
| void* CollectionPropertyIterator::custom |
Definition at line 457 of file RNA_types.hh.
| int CollectionPropertyIterator::idprop |
Definition at line 459 of file RNA_types.hh.
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 460 of file RNA_types.hh.
| ListBaseIterator CollectionPropertyIterator::listbase |
Definition at line 455 of file RNA_types.hh.
Referenced by rna_iterator_listbase_begin(), rna_iterator_listbase_get(), and rna_iterator_listbase_next().
| PointerRNA CollectionPropertyIterator::parent |
Definition at line 450 of file RNA_types.hh.
Referenced by RNA_property_collection_begin(), and rna_property_collection_get_idp().
| PropertyRNA* CollectionPropertyIterator::prop |
Definition at line 452 of file RNA_types.hh.
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 463 of file RNA_types.hh.
Referenced by pyrna_prop_collection_subscript_int(), pyrna_prop_collection_subscript_slice(), pyrna_prop_collection_subscript_str(), 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_property_override_collection_subitem_name_id_lookup(), RNA_struct_equals(), RNA_struct_override_matches(), and rna_struct_update_when_changed().
| bool CollectionPropertyIterator::valid |
Definition at line 464 of file RNA_types.hh.
Referenced by pyrna_prop_collection_subscript_int(), pyrna_prop_collection_subscript_slice(), pyrna_prop_collection_subscript_str(), 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_is_empty(), 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_property_override_collection_subitem_name_id_lookup(), RNA_struct_equals(), RNA_struct_override_matches(), and rna_struct_update_when_changed().