|
Blender V5.0
|
#include <rna_internal_types.hh>
Definition at line 573 of file rna_internal_types.hh.
| const char* StringPropertyRNA::defaultvalue |
Definition at line 607 of file rna_internal_types.hh.
Referenced by property_string_get(), property_string_length_storage(), RNA_def_property(), RNA_def_property_string_default(), RNA_def_property_string_sdna(), rna_generate_property(), RNA_property_string_default_length(), and RNA_property_string_get_default().
| PropStringGetFunc StringPropertyRNA::get |
Definition at line 576 of file rna_internal_types.hh.
Referenced by property_string_get(), rna_def_property_funcs(), RNA_def_property_string_funcs(), and rna_generate_property().
| PropStringGetFuncEx StringPropertyRNA::get_ex |
Definition at line 580 of file rna_internal_types.hh.
Referenced by property_string_get(), RNA_def_property_string_funcs_runtime(), and rna_generate_property().
| PropStringGetTransformFunc StringPropertyRNA::get_transform |
Definition at line 586 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_length().
| PropStringLengthFunc StringPropertyRNA::length |
Definition at line 577 of file rna_internal_types.hh.
Referenced by property_string_length_storage(), rna_def_property_funcs(), RNA_def_property_string_funcs(), and rna_generate_property().
| PropStringLengthFuncEx StringPropertyRNA::length_ex |
Definition at line 583 of file rna_internal_types.hh.
Referenced by property_string_length_storage(), RNA_def_property_string_funcs_runtime(), and rna_generate_property().
| int StringPropertyRNA::maxlength |
Maximum length including the string terminator!
Definition at line 605 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(), RNA_property_string_get(), 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 602 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 574 of file rna_internal_types.hh.
Referenced by property_string_get(), property_string_length_storage(), RNA_property_string_get(), RNA_property_string_set(), and RNA_property_string_set_bytes().
| 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 595 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 596 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 578 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 584 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().
| PropStringSetTransformFunc StringPropertyRNA::set_transform |
Definition at line 587 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().