Blender V4.3
StringPropertyRNA Struct Reference

#include <rna_internal_types.hh>

Public Attributes

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

Detailed Description

Definition at line 475 of file rna_internal_types.hh.

Member Data Documentation

◆ defaultvalue

◆ get

◆ get_ex

◆ length

◆ length_ex

◆ maxlength

◆ property

PropertyRNA StringPropertyRNA::property

Definition at line 476 of file rna_internal_types.hh.

◆ search

StringPropertySearchFunc StringPropertyRNA::search

Optional callback to list candidates for a string. This is only for use as suggestions in UI, other values may be assigned.

Note
The callback type is public, hence the difference in naming convention.

Definition at line 492 of file rna_internal_types.hh.

Referenced by rna_def_property_funcs(), RNA_def_property_string_search_func(), RNA_def_property_string_search_func_runtime(), rna_generate_property(), RNA_property_string_search(), and RNA_property_string_search_flag().

◆ search_flag

◆ set

◆ set_ex


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