Blender
V3.3
|
#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 402 of file RNA_types.h.
ArrayIterator CollectionPropertyIterator::array |
Definition at line 408 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 405 of file RNA_types.h.
CountIterator CollectionPropertyIterator::count |
Definition at line 410 of file RNA_types.h.
void* CollectionPropertyIterator::custom |
Definition at line 411 of file RNA_types.h.
int CollectionPropertyIterator::idprop |
Definition at line 413 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 414 of file RNA_types.h.
ListBaseIterator CollectionPropertyIterator::listbase |
Definition at line 409 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 404 of file RNA_types.h.
Referenced by RNA_property_collection_begin(), and rna_property_collection_get_idp().
struct PropertyRNA* CollectionPropertyIterator::prop |
Definition at line 406 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 417 of file RNA_types.h.
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_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 418 of file RNA_types.h.
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_struct_equals(), RNA_struct_override_matches(), and rna_struct_update_when_changed().