Blender
V3.3
|
#include <stddef.h>
#include <stdlib.h>
#include "RNA_define.h"
#include "RNA_enum_types.h"
#include "rna_internal.h"
#include "DNA_scene_types.h"
#include "DNA_screen_types.h"
#include "DNA_workspace_types.h"
#include "ED_info.h"
#include "ED_screen.h"
#include "WM_api.h"
#include "WM_types.h"
Go to the source code of this file.
Functions | |
static void | rna_def_area_spaces (BlenderRNA *brna, PropertyRNA *cprop) |
static void | rna_def_area_api (StructRNA *srna) |
static void | rna_def_area (BlenderRNA *brna) |
static void | rna_def_view2d_api (StructRNA *srna) |
static void | rna_def_view2d (BlenderRNA *brna) |
static void | rna_def_region (BlenderRNA *brna) |
static void | rna_def_screen (BlenderRNA *brna) |
void | RNA_def_screen (BlenderRNA *brna) |
Variables | |
const EnumPropertyItem | rna_enum_region_type_items [] |
|
static |
Definition at line 347 of file rna_screen.c.
References DummyRNA_NULL_items, HEADER_NO_PULLDOWN, NULL, PROP_ANIMATABLE, PROP_BOOLEAN, PROP_COLLECTION, PROP_CONTEXT_UPDATE, PROP_EDITABLE, PROP_ENUM, PROP_INT, PROP_NONE, PROP_UNSIGNED, rna_def_area_api(), rna_def_area_spaces(), RNA_def_property(), RNA_def_property_boolean_negative_sdna(), RNA_def_property_clear_flag(), RNA_def_property_collection_sdna(), RNA_def_property_enum_default(), RNA_def_property_enum_funcs(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_flag(), RNA_def_property_int_sdna(), 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_text(), rna_enum_space_type_items, and SPACE_VIEW3D.
Referenced by RNA_def_screen().
Definition at line 332 of file rna_screen.c.
References NULL, PARM_REQUIRED, PROP_NEVER_NULL, RNA_def_function(), RNA_def_function_ui_description(), RNA_def_parameter_flags(), RNA_def_property_clear_flag(), and RNA_def_string().
Referenced by rna_def_area().
|
static |
Definition at line 316 of file rna_screen.c.
References NULL, PROP_NONE, PROP_POINTER, RNA_def_property(), RNA_def_property_pointer_sdna(), RNA_def_property_srna(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_area().
|
static |
Definition at line 490 of file rna_screen.c.
References NULL, PROP_EDITABLE, PROP_ENUM, PROP_INT, PROP_NEVER_NULL, PROP_NONE, PROP_POINTER, PROP_UNSIGNED, RGN_ALIGN_BOTTOM, RGN_ALIGN_FLOAT, RGN_ALIGN_HSPLIT, RGN_ALIGN_LEFT, RGN_ALIGN_NONE, RGN_ALIGN_QSPLIT, RGN_ALIGN_RIGHT, RGN_ALIGN_TOP, RGN_ALIGN_VSPLIT, RNA_def_function(), RNA_def_property(), RNA_def_property_clear_flag(), RNA_def_property_enum_funcs(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_flag(), RNA_def_property_int_sdna(), RNA_def_property_pointer_funcs(), RNA_def_property_pointer_sdna(), 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_region_type_items.
Referenced by RNA_def_screen().
|
static |
Definition at line 570 of file rna_screen.c.
References FUNC_USE_CONTEXT, FUNC_USE_MAIN, NC_SPACE, ND_SPACE_TIME, NULL, PROP_BOOLEAN, PROP_COLLECTION, PROP_EDITABLE, PROP_NONE, RNA_def_function(), RNA_def_function_flag(), RNA_def_function_return(), RNA_def_property(), RNA_def_property_boolean_funcs(), RNA_def_property_boolean_negative_sdna(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_collection_sdna(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_string(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_icon(), RNA_def_struct_ui_text(), SCREEN_COLLAPSE_STATUSBAR, TIME_ALL_3D_WIN, TIME_ALL_ANIM_WIN, TIME_ALL_BUTS_WIN, TIME_ALL_IMAGE_WIN, TIME_CLIPS, TIME_FOLLOW, TIME_NODES, TIME_REGION, and TIME_SEQ.
Referenced by RNA_def_screen().
void RNA_def_screen | ( | BlenderRNA * | brna | ) |
Definition at line 671 of file rna_screen.c.
References rna_def_area(), rna_def_region(), rna_def_screen(), and rna_def_view2d().
|
static |
Definition at line 476 of file rna_screen.c.
References NULL, RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), and rna_def_view2d_api().
Referenced by RNA_def_screen().
Definition at line 426 of file rna_screen.c.
References PARM_REQUIRED, PROP_THICK_WRAP, RNA_def_boolean(), RNA_def_float(), RNA_def_float_array(), RNA_def_function(), RNA_def_function_output(), RNA_def_function_ui_description(), RNA_def_int_array(), and RNA_def_parameter_flags().
Referenced by rna_def_view2d().
const EnumPropertyItem rna_enum_region_type_items[] |
Definition at line 21 of file rna_screen.c.
Referenced by pyrna_callback_classmethod_add(), pyrna_callback_classmethod_remove(), RNA_api_keymaps(), RNA_api_ui_layout(), rna_def_gizmogroup(), rna_def_header(), rna_def_keyconfig(), rna_def_panel(), rna_def_region(), and SCREEN_OT_region_toggle().