Blender V4.3
rna_access_internal.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
9#pragma once
10
11#include "BLI_utildefines.h"
12
13#include "rna_internal_types.hh"
14
15struct IDProperty;
16struct PropertyRNAOrID;
17
27 PropertyRNAOrID *r_prop_rna_or_id);
28
30IDProperty *rna_idproperty_find(PointerRNA *ptr, const char *name);
31
IDProperty * rna_idproperty_find(PointerRNA *ptr, const char *name)
void rna_property_rna_or_id_get(PropertyRNA *prop, PointerRNA *ptr, PropertyRNAOrID *r_prop_rna_or_id)
PropertyRNA * rna_struct_find_nested(PointerRNA *ptr, StructRNA *srna)
void rna_idproperty_touch(IDProperty *idprop)
PointerRNA * ptr
Definition wm_files.cc:4126