|
Blender V4.3
|
#include <cstddef>#include <cstdlib>#include "RNA_define.hh"#include "RNA_enum_types.hh"#include "rna_internal.hh"#include "DNA_scene_types.h"#include "DNA_screen_types.h"#include "DNA_workspace_types.h"#include "ED_info.hh"#include "ED_node.hh"#include "ED_screen.hh"#include "UI_interface_c.hh"#include "WM_api.hh"#include "WM_types.hh"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_api (StructRNA *srna) |
| 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 const EnumPropertyItem | rna_enum_region_panel_category_items [] |
|
static |
Definition at line 423 of file rna_screen.cc.
References HEADER_NO_PULLDOWN, 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_dummy_NULL_items, rna_enum_space_type_items, and SPACE_VIEW3D.
Referenced by RNA_def_screen().
|
static |
Definition at line 408 of file rna_screen.cc.
References 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 392 of file rna_screen.cc.
References 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 578 of file rna_screen.cc.
References 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_property(), RNA_def_property_clear_flag(), RNA_def_property_editable_func(), 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_region_api(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), rna_enum_region_panel_category_items, and rna_enum_region_type_items.
Referenced by RNA_def_screen().
|
static |
Definition at line 566 of file rna_screen.cc.
References FUNC_USE_REPORTS, RNA_def_function(), and RNA_def_function_flag().
Referenced by rna_def_region().
| void RNA_def_screen | ( | BlenderRNA * | brna | ) |
Definition at line 778 of file rna_screen.cc.
References rna_def_area(), rna_def_region(), rna_def_screen(), and rna_def_view2d().
|
static |
Definition at line 672 of file rna_screen.cc.
References FUNC_USE_CONTEXT, FUNC_USE_MAIN, NC_SPACE, ND_SPACE_TIME, 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, TIME_SEQ, and TIME_SPREADSHEETS.
Referenced by RNA_def_screen().
|
static |
Definition at line 552 of file rna_screen.cc.
References RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), and rna_def_view2d_api().
Referenced by RNA_def_screen().
|
static |
Definition at line 502 of file rna_screen.cc.
References FLT_MAX, 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().
|
static |
Definition at line 44 of file rna_screen.cc.
Referenced by rna_def_region().
| const EnumPropertyItem rna_enum_region_type_items[] |
Definition at line 24 of file rna_screen.cc.
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().