|
Blender V4.5
|
#include <idprop_py_api.hh>
Public Attributes | |
| PyObject_VAR_HEAD BPy_IDProperty * | group |
| struct IDProperty * | cur |
| int | len_init |
| bool | reversed |
Definition at line 60 of file idprop_py_api.hh.
| struct IDProperty* BPy_IDGroup_Iter::cur |
Definition at line 63 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().
| PyObject_VAR_HEAD BPy_IDProperty* BPy_IDGroup_Iter::group |
Definition at line 62 of file idprop_py_api.hh.
Referenced by BPy_Group_Iter_same_size_or_raise_error(), BPy_Group_IterItems_next(), BPy_Group_IterValues_next(), BPy_IDGroup_Iter_clear(), BPy_IDGroup_Iter_dealloc(), BPy_IDGroup_Iter_is_gc(), BPy_IDGroup_Iter_repr(), BPy_IDGroup_Iter_traverse(), and IDGroup_Iter_New_WithType().
| 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().
| 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().