Blender
V3.3
|
#include <rna_internal_types.h>
Definition at line 432 of file rna_internal_types.h.
const char* StringPropertyRNA::defaultvalue |
Definition at line 454 of file rna_internal_types.h.
Referenced by RNA_def_property(), RNA_def_property_string_default(), RNA_def_property_string_sdna(), rna_generate_property(), RNA_property_string_default_length(), RNA_property_string_get(), RNA_property_string_get_default(), and RNA_property_string_length().
PropStringGetFunc StringPropertyRNA::get |
Definition at line 435 of file rna_internal_types.h.
Referenced by rna_def_property_funcs(), RNA_def_property_string_funcs(), rna_generate_property(), and RNA_property_string_get().
PropStringGetFuncEx StringPropertyRNA::get_ex |
Definition at line 439 of file rna_internal_types.h.
Referenced by RNA_def_property_string_funcs_runtime(), rna_generate_property(), and RNA_property_string_get().
PropStringLengthFunc StringPropertyRNA::length |
Definition at line 436 of file rna_internal_types.h.
Referenced by rna_def_property_funcs(), RNA_def_property_string_funcs(), rna_generate_property(), and RNA_property_string_length().
PropStringLengthFuncEx StringPropertyRNA::length_ex |
Definition at line 440 of file rna_internal_types.h.
Referenced by RNA_def_property_string_funcs_runtime(), rna_generate_property(), and RNA_property_string_length().
int StringPropertyRNA::maxlength |
Definition at line 452 of file rna_internal_types.h.
Referenced by rna_def_property_funcs_header(), rna_def_property_get_func(), rna_def_property_set_func(), RNA_def_property_string_maxlength(), RNA_def_property_string_sdna(), rna_generate_property(), rna_parameter_size(), and RNA_property_string_maxlength().
PropertyRNA StringPropertyRNA::property |
Definition at line 433 of file rna_internal_types.h.
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.
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().
eStringPropertySearchFlag StringPropertyRNA::search_flag |
Definition at line 450 of file rna_internal_types.h.
Referenced by RNA_def_property_string_search_func(), RNA_def_property_string_search_func_runtime(), rna_generate_property(), and RNA_property_string_search_flag().
PropStringSetFunc StringPropertyRNA::set |
Definition at line 437 of file rna_internal_types.h.
Referenced by rna_def_property_funcs(), RNA_def_property_string_funcs(), rna_generate_property(), RNA_property_string_set(), and RNA_property_string_set_bytes().
PropStringSetFuncEx StringPropertyRNA::set_ex |
Definition at line 441 of file rna_internal_types.h.
Referenced by RNA_def_property_string_funcs_runtime(), rna_generate_property(), RNA_property_string_set(), and RNA_property_string_set_bytes().