|
Blender
V3.3
|
#include <stdlib.h>#include "DNA_ID.h"#include "DNA_userdef_types.h"#include "BKE_context.h"#include "BLI_utildefines.h"#include "RNA_access.h"#include "RNA_define.h"#include "RNA_enum_types.h"#include "rna_internal.h"Go to the source code of this file.
Functions | |
| void | RNA_def_context (BlenderRNA *brna) |
Variables | |
| const EnumPropertyItem | rna_enum_context_mode_items [] |
| void RNA_def_context | ( | BlenderRNA * | brna | ) |
Definition at line 232 of file rna_context.c.
References NULL, PROP_EDITABLE, PROP_ENUM, PROP_NONE, PROP_POINTER, PROP_STRING, RNA_def_function(), RNA_def_function_return(), RNA_def_function_ui_description(), RNA_def_pointer(), RNA_def_property(), RNA_def_property_clear_flag(), RNA_def_property_enum_funcs(), RNA_def_property_enum_items(), RNA_def_property_pointer_funcs(), RNA_def_property_string_funcs(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), and rna_enum_context_mode_items.
| const EnumPropertyItem rna_enum_context_mode_items[] |
Definition at line 21 of file rna_context.c.
Referenced by RNA_def_context(), and rna_def_workspace_tools().