|
Blender
V2.93
|
#include <rna_internal_types.h>
Public Attributes | |
| PropertyRNA | property |
| PropStringGetFunc | get |
| PropStringLengthFunc | length |
| PropStringSetFunc | set |
| PropStringGetFuncEx | get_ex |
| PropStringLengthFuncEx | length_ex |
| PropStringSetFuncEx | set_ex |
| int | maxlength |
| const char * | defaultvalue |
Definition at line 435 of file rna_internal_types.h.
| const char* StringPropertyRNA::defaultvalue |
Definition at line 448 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 438 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 442 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 439 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 443 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 446 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 436 of file rna_internal_types.h.
| PropStringSetFunc StringPropertyRNA::set |
Definition at line 440 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 444 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().