Blender
V3.3
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include "BLI_utildefines.h"
#include "RNA_define.h"
#include "DNA_object_types.h"
#include "DNA_windowmanager_types.h"
#include "DNA_workspace_types.h"
#include "RNA_enum_types.h"
#include "rna_internal.h"
Go to the source code of this file.
Functions | |
void | RNA_api_workspace (StructRNA *srna) |
void | RNA_api_workspace_tool (StructRNA *srna) |
Definition at line 103 of file rna_workspace_api.c.
References FUNC_NO_SELF, FUNC_USE_CONTEXT, NULL, 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().
Definition at line 118 of file rna_workspace_api.c.
References FUNC_USE_CONTEXT, FUNC_USE_MAIN, FUNC_USE_REPORTS, FUNC_USE_SELF_ID, KMAP_MAX_NAME, MAX_NAME, NULL, 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_items(), RNA_def_string(), rna_enum_window_cursor_items, and TOOLREF_FLAG_FALLBACK_KEYMAP.
Referenced by rna_def_workspace_tool().