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

#include <rna_internal_types.h>

Public Attributes

PropertyRNA property
 
PropIntGetFunc get
 
PropIntSetFunc set
 
PropIntArrayGetFunc getarray
 
PropIntArraySetFunc setarray
 
PropIntRangeFunc range
 
PropIntGetFuncEx get_ex
 
PropIntSetFuncEx set_ex
 
PropIntArrayGetFuncEx getarray_ex
 
PropIntArraySetFuncEx setarray_ex
 
PropIntRangeFuncEx range_ex
 
PropertyScaleType ui_scale_type
 
int softmin
 
int softmax
 
int hardmin
 
int hardmax
 
int step
 
int defaultvalue
 
const int * defaultarray
 

Detailed Description

Definition at line 383 of file rna_internal_types.h.

Member Data Documentation

◆ defaultarray

const int* IntPropertyRNA::defaultarray

◆ defaultvalue

int IntPropertyRNA::defaultvalue

◆ get

PropIntGetFunc IntPropertyRNA::get

◆ get_ex

PropIntGetFuncEx IntPropertyRNA::get_ex

◆ getarray

PropIntArrayGetFunc IntPropertyRNA::getarray

◆ getarray_ex

PropIntArrayGetFuncEx IntPropertyRNA::getarray_ex

◆ hardmax

int IntPropertyRNA::hardmax

◆ hardmin

int IntPropertyRNA::hardmin

◆ property

PropertyRNA IntPropertyRNA::property

Definition at line 384 of file rna_internal_types.h.

Referenced by rna_property_int_get_default_array_values().

◆ range

PropIntRangeFunc IntPropertyRNA::range

◆ range_ex

PropIntRangeFuncEx IntPropertyRNA::range_ex

◆ set

PropIntSetFunc IntPropertyRNA::set

◆ set_ex

PropIntSetFuncEx IntPropertyRNA::set_ex

◆ setarray

PropIntArraySetFunc IntPropertyRNA::setarray

◆ setarray_ex

PropIntArraySetFuncEx IntPropertyRNA::setarray_ex

◆ softmax

int IntPropertyRNA::softmax

◆ softmin

int IntPropertyRNA::softmin

◆ step

int IntPropertyRNA::step

◆ ui_scale_type

PropertyScaleType IntPropertyRNA::ui_scale_type

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