Blender V4.5
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
 
StringPropertyPathFilterFunc path_filter
 
int maxlength
 
const char * defaultvalue
 

Detailed Description

Definition at line 516 of file rna_internal_types.hh.

Member Data Documentation

◆ defaultvalue

◆ get

◆ get_ex

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

PropertyRNA StringPropertyRNA::property

Definition at line 517 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 533 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: