|
Blender V4.3
|
#include <rna_internal_types.hh>
Definition at line 475 of file rna_internal_types.hh.
| const char* StringPropertyRNA::defaultvalue |
Definition at line 497 of file rna_internal_types.hh.
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(), RNA_property_string_get_default(), and RNA_property_string_length().
| PropStringGetFunc StringPropertyRNA::get |
Definition at line 478 of file rna_internal_types.hh.
Referenced by rna_def_property_funcs(), RNA_def_property_string_funcs(), rna_generate_property(), RNA_property_string_get(), and RNA_property_string_get().
| PropStringGetFuncEx StringPropertyRNA::get_ex |
Definition at line 482 of file rna_internal_types.hh.
Referenced by RNA_def_property_string_funcs_runtime(), rna_generate_property(), RNA_property_string_get(), and RNA_property_string_get().
| PropStringLengthFunc StringPropertyRNA::length |
Definition at line 479 of file rna_internal_types.hh.
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 483 of file rna_internal_types.hh.
Referenced by RNA_def_property_string_funcs_runtime(), rna_generate_property(), and RNA_property_string_length().
| int StringPropertyRNA::maxlength |
Definition at line 495 of file rna_internal_types.hh.
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 476 of file rna_internal_types.hh.
| 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 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().
| eStringPropertySearchFlag StringPropertyRNA::search_flag |
Definition at line 493 of file rna_internal_types.hh.
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 480 of file rna_internal_types.hh.
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 484 of file rna_internal_types.hh.
Referenced by rna_def_property_funcs(), RNA_def_property_string_funcs_runtime(), rna_generate_property(), RNA_property_string_set(), and RNA_property_string_set_bytes().