Blender V5.0
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
PropStringGetTransformFunc get_transform
PropStringSetTransformFunc set_transform
StringPropertySearchFunc search
eStringPropertySearchFlag search_flag
StringPropertyPathFilterFunc path_filter
int maxlength
const char * defaultvalue

Detailed Description

Definition at line 573 of file rna_internal_types.hh.

Member Data Documentation

◆ defaultvalue

◆ get

◆ get_ex

◆ get_transform

◆ length

◆ length_ex

◆ maxlength

◆ path_filter

StringPropertyPathFilterFunc StringPropertyRNA::path_filter

Used for strings which are PROP_FILEPATH to have a default filter when opening a file browser.

Definition at line 602 of file rna_internal_types.hh.

Referenced by RNA_def_property_string_filepath_filter_func(), rna_generate_property(), and RNA_property_string_path_filter().

◆ property

◆ 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 595 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

◆ set_transform


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