Blender V4.3
CollectionPropertyIterator Struct Reference

#include <RNA_types.hh>

Public Attributes

PointerRNA parent
 
PointerRNA builtin_parent
 
PropertyRNAprop
 
union { 
 
   ArrayIterator   array 
 
   ListBaseIterator   listbase 
 
   CountIterator   count 
 
   void *   custom 
 
internal 
 
int idprop
 
int level
 
PointerRNA ptr
 
bool valid
 

Detailed Description

Definition at line 448 of file RNA_types.hh.

Member Data Documentation

◆ array

◆ builtin_parent

PointerRNA CollectionPropertyIterator::builtin_parent

Definition at line 451 of file RNA_types.hh.

◆ count

CountIterator CollectionPropertyIterator::count

Definition at line 456 of file RNA_types.hh.

◆ custom

void* CollectionPropertyIterator::custom

Definition at line 457 of file RNA_types.hh.

◆ idprop

int CollectionPropertyIterator::idprop

◆ [union]

◆ level

int CollectionPropertyIterator::level

Definition at line 460 of file RNA_types.hh.

◆ listbase

ListBaseIterator CollectionPropertyIterator::listbase

◆ parent

PointerRNA CollectionPropertyIterator::parent

Definition at line 450 of file RNA_types.hh.

Referenced by RNA_property_collection_begin(), and rna_property_collection_get_idp().

◆ prop

◆ ptr

◆ valid


The documentation for this struct was generated from the following file: