Blender
V3.3
|
#include "RNA_define.h"
#include "RNA_enum_types.h"
#include "RNA_types.h"
#include "BKE_workspace.h"
#include "ED_render.h"
#include "RE_engine.h"
#include "WM_api.h"
#include "WM_types.h"
#include "rna_internal.h"
#include "DNA_workspace_types.h"
Go to the source code of this file.
Functions | |
static void | rna_def_workspace_owner (BlenderRNA *brna) |
static void | rna_def_workspace_owner_ids (BlenderRNA *brna, PropertyRNA *cprop) |
static void | rna_def_workspace_tool (BlenderRNA *brna) |
static void | rna_def_workspace_tools (BlenderRNA *brna, PropertyRNA *cprop) |
static void | rna_def_workspace (BlenderRNA *brna) |
void | RNA_def_workspace (BlenderRNA *brna) |
|
static |
Definition at line 374 of file rna_workspace.c.
References NC_ASSET, NC_WORKSPACE, ND_ASSET_LIST_READING, NULL, PROP_ANIMATABLE, PROP_BOOLEAN, PROP_COLLECTION, PROP_ENUM, PROP_NONE, RNA_api_workspace(), rna_def_asset_library_reference_common(), RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_collection_funcs(), RNA_def_property_collection_sdna(), RNA_def_property_enum_items(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_icon(), RNA_def_struct_ui_text(), rna_def_workspace_owner_ids(), rna_def_workspace_tools(), rna_enum_workspace_object_mode_items, WORKSPACE_USE_FILTER_BY_ORIGIN, and WORKSPACE_USE_PIN_SCENE.
Referenced by RNA_def_workspace().
void RNA_def_workspace | ( | BlenderRNA * | brna | ) |
Definition at line 442 of file rna_workspace.c.
References rna_def_workspace(), rna_def_workspace_owner(), and rna_def_workspace_tool().
|
static |
Definition at line 216 of file rna_workspace.c.
References NULL, PROP_NONE, PROP_STRING, RNA_def_property(), RNA_def_property_ui_text(), RNA_def_struct(), RNA_def_struct_clear_flag(), RNA_def_struct_name_property(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), and STRUCT_UNDO.
Referenced by RNA_def_workspace().
|
static |
Definition at line 231 of file rna_workspace.c.
References FUNC_USE_REPORTS, NULL, PARM_REQUIRED, PARM_RNAPTR, PROP_NEVER_NULL, PROP_THICK_WRAP, RNA_def_function(), RNA_def_function_flag(), RNA_def_function_return(), RNA_def_function_ui_description(), RNA_def_parameter_clear_flags(), RNA_def_parameter_flags(), RNA_def_pointer(), RNA_def_property_srna(), RNA_def_string(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_workspace().
|
static |
Definition at line 266 of file rna_workspace.c.
References DummyRNA_DEFAULT_items, NULL, PROP_BOOLEAN, PROP_EDITABLE, PROP_ENUM, PROP_INT, PROP_NONE, PROP_STRING, RNA_api_workspace_tool(), RNA_def_property(), RNA_def_property_boolean_funcs(), RNA_def_property_clear_flag(), RNA_def_property_enum_funcs(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_int_funcs(), RNA_def_property_string_funcs(), RNA_def_property_ui_text(), RNA_def_struct(), RNA_def_struct_clear_flag(), RNA_def_struct_name_property(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), RNA_define_verify_sdna(), rna_enum_space_type_items, and STRUCT_UNDO.
Referenced by RNA_def_workspace().
|
static |
Definition at line 323 of file rna_workspace.c.
References NULL, PARM_REQUIRED, RNA_def_boolean(), RNA_def_enum(), RNA_def_function(), RNA_def_function_return(), RNA_def_function_ui_description(), RNA_def_parameter_flags(), RNA_def_pointer(), RNA_def_property_srna(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), rna_enum_context_mode_items, rna_enum_space_image_mode_all_items, and rna_enum_space_sequencer_view_type_items.
Referenced by rna_def_workspace().