Blender  V2.93
Public Attributes | List of all members
StringPropertyRNA Struct Reference

#include <rna_internal_types.h>

Public Attributes

PropertyRNA property
 
PropStringGetFunc get
 
PropStringLengthFunc length
 
PropStringSetFunc set
 
PropStringGetFuncEx get_ex
 
PropStringLengthFuncEx length_ex
 
PropStringSetFuncEx set_ex
 
int maxlength
 
const char * defaultvalue
 

Detailed Description

Definition at line 435 of file rna_internal_types.h.

Member Data Documentation

◆ defaultvalue

const char* StringPropertyRNA::defaultvalue

◆ get

PropStringGetFunc StringPropertyRNA::get

◆ get_ex

PropStringGetFuncEx StringPropertyRNA::get_ex

◆ length

PropStringLengthFunc StringPropertyRNA::length

◆ length_ex

PropStringLengthFuncEx StringPropertyRNA::length_ex

◆ maxlength

int StringPropertyRNA::maxlength

◆ property

PropertyRNA StringPropertyRNA::property

Definition at line 436 of file rna_internal_types.h.

◆ set

PropStringSetFunc StringPropertyRNA::set

◆ set_ex

PropStringSetFuncEx StringPropertyRNA::set_ex

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