Blender  V3.3
Public Attributes | List of all members
CollectionPropertyRNA Struct Reference

#include <rna_internal_types.h>

Public Attributes

PropertyRNA property
 
PropCollectionBeginFunc begin
 
PropCollectionNextFunc next
 
PropCollectionEndFunc end
 
PropCollectionGetFunc get
 
PropCollectionLengthFunc length
 
PropCollectionLookupIntFunc lookupint
 
PropCollectionLookupStringFunc lookupstring
 
PropCollectionAssignIntFunc assignint
 
struct StructRNAitem_type
 

Detailed Description

Definition at line 486 of file rna_internal_types.h.

Member Data Documentation

◆ assignint

PropCollectionAssignIntFunc CollectionPropertyRNA::assignint

◆ begin

PropCollectionBeginFunc CollectionPropertyRNA::begin

◆ end

PropCollectionEndFunc CollectionPropertyRNA::end

◆ get

PropCollectionGetFunc CollectionPropertyRNA::get

◆ item_type

struct StructRNA* CollectionPropertyRNA::item_type

◆ length

PropCollectionLengthFunc CollectionPropertyRNA::length

◆ lookupint

PropCollectionLookupIntFunc CollectionPropertyRNA::lookupint

◆ lookupstring

PropCollectionLookupStringFunc CollectionPropertyRNA::lookupstring

◆ next

PropCollectionNextFunc CollectionPropertyRNA::next

◆ property

PropertyRNA CollectionPropertyRNA::property

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