Blender  V3.3
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
 
StringPropertySearchFunc search
 
eStringPropertySearchFlag search_flag
 
int maxlength
 
const char * defaultvalue
 

Detailed Description

Definition at line 432 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 433 of file rna_internal_types.h.

◆ 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 449 of file rna_internal_types.h.

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

eStringPropertySearchFlag StringPropertyRNA::search_flag

◆ set

PropStringSetFunc StringPropertyRNA::set

◆ set_ex

PropStringSetFuncEx StringPropertyRNA::set_ex

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