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

#include <rna_internal_types.h>

Public Attributes

PropertyRNA property
 
PropPointerGetFunc get
 
PropPointerSetFunc set
 
PropPointerTypeFunc type_fn
 
PropPointerPollFunc poll
 
struct StructRNAtype
 

Detailed Description

Definition at line 474 of file rna_internal_types.h.

Member Data Documentation

◆ get

PropPointerGetFunc PointerPropertyRNA::get

◆ poll

PropPointerPollFunc PointerPropertyRNA::poll

unlike operators, 'set' can still run if poll fails, used for filtering display.

Definition at line 481 of file rna_internal_types.h.

Referenced by RNA_def_property_pointer_funcs(), rna_generate_property(), and RNA_property_pointer_poll().

◆ property

PropertyRNA PointerPropertyRNA::property

Definition at line 475 of file rna_internal_types.h.

Referenced by rna_auto_types().

◆ set

PropPointerSetFunc PointerPropertyRNA::set

◆ type

struct StructRNA* PointerPropertyRNA::type

◆ type_fn

PropPointerTypeFunc PointerPropertyRNA::type_fn

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