|
Blender V4.3
|
#include <cstdlib>#include "DNA_ID.h"#include "DNA_userdef_types.h"#include "BKE_context.hh"#include "BLI_utildefines.h"#include "RNA_access.hh"#include "RNA_define.hh"#include "RNA_enum_types.hh"#include "rna_internal.hh"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.cc.
References 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 23 of file rna_context.cc.
Referenced by RNA_def_context(), and rna_def_workspace_tools().