Blender V4.5
BPy_IDGroup_Iter Struct Reference

#include <idprop_py_api.hh>

Public Attributes

PyObject_VAR_HEAD BPy_IDPropertygroup
struct IDPropertycur
int len_init
bool reversed

Detailed Description

Definition at line 60 of file idprop_py_api.hh.

Member Data Documentation

◆ cur

◆ group

◆ len_init

int BPy_IDGroup_Iter::len_init

Use for detecting manipulation during iteration (which is not allowed).

Definition at line 65 of file idprop_py_api.hh.

Referenced by BPy_Group_Iter_same_size_or_raise_error(), and IDGroup_Iter_New_WithType().

◆ reversed

bool BPy_IDGroup_Iter::reversed

Iterate in the reverse direction.

Definition at line 67 of file idprop_py_api.hh.

Referenced by BPy_Group_IterItems_next(), BPy_Group_IterKeys_next(), BPy_Group_IterValues_next(), and IDGroup_Iter_New_WithType().


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