|
Blender V4.3
|
#include <cstdio>#include <cstdlib>#include <cstring>#include <ctime>#include "BLI_utildefines.h"#include "RNA_define.hh"#include "DNA_object_types.h"#include "DNA_windowmanager_types.h"#include "DNA_workspace_types.h"#include "RNA_enum_types.hh"#include "rna_internal.hh"Go to the source code of this file.
Functions | |
| void | RNA_api_workspace (StructRNA *srna) |
| void | RNA_api_workspace_tool (StructRNA *srna) |
| void RNA_api_workspace | ( | StructRNA * | srna | ) |
Definition at line 107 of file rna_workspace_api.cc.
References FUNC_NO_SELF, FUNC_USE_CONTEXT, PARM_REQUIRED, PROP_NEVER_NULL, RNA_def_function(), RNA_def_function_flag(), RNA_def_function_ui_description(), RNA_def_parameter_flags(), RNA_def_property_clear_flag(), and RNA_def_string().
Referenced by rna_def_workspace().
| void RNA_api_workspace_tool | ( | StructRNA * | srna | ) |
Definition at line 122 of file rna_workspace_api.cc.
References FUNC_USE_CONTEXT, FUNC_USE_MAIN, FUNC_USE_REPORTS, FUNC_USE_SELF_ID, KMAP_MAX_NAME, MAX_NAME, PARM_REQUIRED, PARM_RNAPTR, PROP_ENUM, PROP_NEVER_NULL, PROP_NONE, RNA_def_enum_flag(), RNA_def_function(), RNA_def_function_flag(), RNA_def_function_return(), RNA_def_function_ui_description(), RNA_def_int(), RNA_def_parameter_flags(), RNA_def_pointer(), RNA_def_property(), RNA_def_property_enum_default(), RNA_def_property_enum_funcs(), RNA_def_property_enum_items(), RNA_def_property_ui_text(), RNA_def_string(), rna_enum_dummy_NULL_items, rna_enum_window_cursor_items, TOOLREF_FLAG_FALLBACK_KEYMAP, and TOOLREF_FLAG_USE_BRUSHES.
Referenced by rna_def_workspace_tool().