|
Blender V4.3
|
#include "DNA_object_types.h"#include "RNA_access.hh"#include "RNA_define.hh"#include "rna_internal.hh"Go to the source code of this file.
Functions | |
| void | RNA_api_region_view3d (StructRNA *srna) |
| void | RNA_api_space_node (StructRNA *srna) |
| void | RNA_api_space_text (StructRNA *srna) |
| void | rna_def_object_type_visibility_flags_common (StructRNA *srna, int noteflag, const char *update_func) |
| void | RNA_api_space_filebrowser (StructRNA *srna) |
| void RNA_api_region_view3d | ( | StructRNA * | srna | ) |
Definition at line 82 of file rna_space_api.cc.
References FUNC_USE_CONTEXT, FUNC_USE_SELF_ID, RNA_def_function(), RNA_def_function_flag(), and RNA_def_function_ui_description().
Referenced by rna_def_space_view3d().
| void RNA_api_space_filebrowser | ( | StructRNA * | srna | ) |
Definition at line 220 of file rna_space_api.cc.
References PARM_REQUIRED, PROP_FILEPATH, PROP_NONE, PROP_POINTER, PROP_STRING, RNA_def_boolean(), RNA_def_function(), RNA_def_function_ui_description(), RNA_def_parameter_flags(), RNA_def_property(), and RNA_def_property_struct_type().
Referenced by rna_def_space_filebrowser().
| void RNA_api_space_node | ( | StructRNA * | srna | ) |
Definition at line 91 of file rna_space_api.cc.
References FUNC_USE_CONTEXT, PARM_REQUIRED, RNA_def_function(), RNA_def_function_flag(), RNA_def_function_ui_description(), RNA_def_int(), and RNA_def_parameter_flags().
Referenced by rna_def_space_node().
| void RNA_api_space_text | ( | StructRNA * | srna | ) |
Definition at line 106 of file rna_space_api.cc.
References FUNC_USE_SELF_ID, PARM_REQUIRED, RNA_def_function(), RNA_def_function_flag(), RNA_def_function_output(), RNA_def_function_ui_description(), RNA_def_int(), RNA_def_int_array(), and RNA_def_parameter_flags().
Referenced by rna_def_space_text().
| void rna_def_object_type_visibility_flags_common | ( | StructRNA * | srna, |
| int | noteflag, | ||
| const char * | update_func ) |
Definition at line 125 of file rna_space_api.cc.
References ARRAY_SIZE, OB_ARMATURE, OB_CAMERA, OB_CURVES, OB_CURVES_LEGACY, OB_EMPTY, OB_FONT, OB_GREASE_PENCIL, OB_LAMP, OB_LATTICE, OB_LIGHTPROBE, OB_MBALL, OB_MESH, OB_POINTCLOUD, OB_SPEAKER, OB_SURF, OB_VOLUME, PROP_BOOLEAN, PROP_NONE, RNA_def_property(), RNA_def_property_boolean_negative_sdna(), RNA_def_property_ui_text(), and RNA_def_property_update().
Referenced by rna_def_space_view3d(), and rna_def_xr_session_settings().