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

#include <rna_internal_types.h>

Public Attributes

PropertyRNA property
 
PropEnumGetFunc get
 
PropEnumSetFunc set
 
PropEnumItemFunc item_fn
 
PropEnumGetFuncEx get_ex
 
PropEnumSetFuncEx set_ex
 
const EnumPropertyItemitem
 
int totitem
 
int defaultvalue
 
const char * native_enum_type
 

Detailed Description

Definition at line 457 of file rna_internal_types.h.

Member Data Documentation

◆ defaultvalue

int EnumPropertyRNA::defaultvalue

◆ get

PropEnumGetFunc EnumPropertyRNA::get

◆ get_ex

PropEnumGetFuncEx EnumPropertyRNA::get_ex

◆ item

const EnumPropertyItem* EnumPropertyRNA::item

◆ item_fn

PropEnumItemFunc EnumPropertyRNA::item_fn

◆ native_enum_type

const char* EnumPropertyRNA::native_enum_type

Definition at line 471 of file rna_internal_types.h.

Referenced by RNA_def_property_enum_native_type(), and rna_type_type_name().

◆ property

PropertyRNA EnumPropertyRNA::property

Definition at line 458 of file rna_internal_types.h.

◆ set

PropEnumSetFunc EnumPropertyRNA::set

◆ set_ex

PropEnumSetFuncEx EnumPropertyRNA::set_ex

◆ totitem

int EnumPropertyRNA::totitem

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