|
Blender V4.5
|
#include <rna_internal_types.hh>
Definition at line 516 of file rna_internal_types.hh.
| const char* StringPropertyRNA::defaultvalue |
Definition at line 545 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 519 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 523 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 520 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 524 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 |
Maximum length including the string terminator!
Definition at line 543 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().
| 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().
| PropertyRNA StringPropertyRNA::property |
Definition at line 517 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 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().
| eStringPropertySearchFlag StringPropertyRNA::search_flag |
Definition at line 534 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 521 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 525 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().