Blender
V3.3
|
#include <rna_internal_types.h>
Definition at line 486 of file rna_internal_types.h.
PropCollectionAssignIntFunc CollectionPropertyRNA::assignint |
Definition at line 496 of file rna_internal_types.h.
Referenced by RNA_def_property_collection_funcs(), rna_generate_property(), and RNA_property_collection_assign_int().
PropCollectionBeginFunc CollectionPropertyRNA::begin |
Definition at line 489 of file rna_internal_types.h.
Referenced by RNA_def_property_collection_funcs(), rna_def_property_funcs(), RNA_def_struct_ptr(), rna_generate_property(), and RNA_property_collection_begin().
PropCollectionEndFunc CollectionPropertyRNA::end |
Definition at line 491 of file rna_internal_types.h.
Referenced by RNA_def_property_collection_funcs(), RNA_def_property_collection_sdna(), rna_def_property_funcs(), rna_generate_property(), and RNA_property_collection_end().
PropCollectionGetFunc CollectionPropertyRNA::get |
Definition at line 492 of file rna_internal_types.h.
Referenced by rna_auto_types(), RNA_def_property_collection_funcs(), RNA_def_property_collection_sdna(), rna_def_property_funcs(), RNA_def_struct_ptr(), and rna_generate_property().
struct StructRNA* CollectionPropertyRNA::item_type |
Definition at line 498 of file rna_internal_types.h.
Referenced by rna_auto_types(), rna_def_property_funcs(), rna_def_property_funcs_header_cpp(), rna_def_property_get_func(), RNA_def_property_struct_runtime(), RNA_def_property_struct_type(), RNA_def_struct_ptr(), rna_generate_property(), RNA_property_collection_add(), rna_property_collection_get_idp(), and RNA_property_pointer_type().
PropCollectionLengthFunc CollectionPropertyRNA::length |
Definition at line 493 of file rna_internal_types.h.
Referenced by RNA_def_property_collection_funcs(), rna_def_property_funcs(), rna_def_property_funcs_header(), rna_def_property_funcs_header_cpp(), rna_def_property_funcs_impl_cpp(), rna_generate_property(), and RNA_property_collection_length().
PropCollectionLookupIntFunc CollectionPropertyRNA::lookupint |
Definition at line 494 of file rna_internal_types.h.
Referenced by RNA_def_property_collection_funcs(), rna_def_property_funcs(), rna_def_property_funcs_header(), rna_def_property_funcs_header_cpp(), rna_def_property_funcs_impl_cpp(), rna_generate_property(), RNA_property_collection_lookup_int(), and RNA_property_collection_lookup_int_has_fn().
PropCollectionLookupStringFunc CollectionPropertyRNA::lookupstring |
Definition at line 495 of file rna_internal_types.h.
Referenced by RNA_def_property_collection_funcs(), rna_def_property_funcs(), rna_def_property_funcs_header(), rna_def_property_funcs_header_cpp(), rna_def_property_funcs_impl_cpp(), rna_generate_property(), RNA_property_collection_lookup_string_has_fn(), and RNA_property_collection_lookup_string_index().
PropCollectionNextFunc CollectionPropertyRNA::next |
Definition at line 490 of file rna_internal_types.h.
Referenced by RNA_def_property_collection_funcs(), RNA_def_property_collection_sdna(), rna_def_property_funcs(), RNA_def_struct_ptr(), rna_generate_property(), and RNA_property_collection_next().
PropertyRNA CollectionPropertyRNA::property |
Definition at line 487 of file rna_internal_types.h.
Referenced by rna_def_property_funcs_header_cpp(), and RNA_property_collection_skip().