Blender
V3.3
|
#include <stdio.h>
#include <stdlib.h>
#include "BLI_utildefines.h"
#include "BLT_translation.h"
#include "RNA_define.h"
#include "RNA_enum_types.h"
#include "DNA_screen_types.h"
#include "UI_interface.h"
#include "UI_interface_icons.h"
#include "UI_resources.h"
#include "rna_internal.h"
#include "UI_icons.h"
Go to the source code of this file.
Macros | |
#define | DEF_ICON(name) {ICON_##name, (#name), 0, (#name), ""}, |
#define | DEF_ICON_VECTOR(name) {ICON_##name, (#name), 0, (#name), ""}, |
#define | DEF_ICON_COLOR(name) {ICON_##name, (#name), 0, (#name), ""}, |
#define | DEF_ICON_BLANK(name) |
Functions | |
static void | api_ui_item_common_heading (FunctionRNA *func) |
static void | api_ui_item_common_text (FunctionRNA *func) |
static void | api_ui_item_common (FunctionRNA *func) |
static void | api_ui_item_op (FunctionRNA *func) |
static void | api_ui_item_op_common (FunctionRNA *func) |
static void | api_ui_item_rna_common (FunctionRNA *func) |
void | RNA_api_ui_layout (StructRNA *srna) |
Variables | |
const EnumPropertyItem | rna_enum_icon_items [] |
#define DEF_ICON | ( | name | ) | {ICON_##name, (#name), 0, (#name), ""}, |
Definition at line 26 of file rna_ui_api.c.
#define DEF_ICON_BLANK | ( | name | ) |
Definition at line 29 of file rna_ui_api.c.
#define DEF_ICON_COLOR | ( | name | ) | {ICON_##name, (#name), 0, (#name), ""}, |
Definition at line 28 of file rna_ui_api.c.
#define DEF_ICON_VECTOR | ( | name | ) | {ICON_##name, (#name), 0, (#name), ""}, |
Definition at line 27 of file rna_ui_api.c.
|
static |
Definition at line 867 of file rna_ui_api.c.
References api_ui_item_common_text(), PROP_ENUM, PROP_NONE, RNA_def_property(), RNA_def_property_enum_items(), RNA_def_property_ui_text(), and rna_enum_icon_items.
Referenced by api_ui_item_op_common(), and RNA_api_ui_layout().
|
static |
Definition at line 836 of file rna_ui_api.c.
References NULL, RNA_def_boolean(), RNA_def_string(), and UI_MAX_NAME_STR.
Referenced by RNA_api_ui_layout().
|
static |
Definition at line 854 of file rna_ui_api.c.
References NULL, PROP_NEVER_NULL, RNA_def_boolean(), RNA_def_property_clear_flag(), and RNA_def_string().
Referenced by api_ui_item_common(), and RNA_api_ui_layout().
|
static |
Definition at line 878 of file rna_ui_api.c.
References NULL, PARM_REQUIRED, RNA_def_parameter_flags(), and RNA_def_string().
Referenced by api_ui_item_op_common(), and RNA_api_ui_layout().
|
static |
Definition at line 885 of file rna_ui_api.c.
References api_ui_item_common(), and api_ui_item_op().
Referenced by RNA_api_ui_layout().
|
static |
Definition at line 891 of file rna_ui_api.c.
References NULL, PARM_REQUIRED, PARM_RNAPTR, PROP_NEVER_NULL, RNA_def_parameter_flags(), RNA_def_pointer(), and RNA_def_string().
Referenced by RNA_api_ui_layout().
Definition at line 901 of file rna_ui_api.c.
References api_ui_item_common(), api_ui_item_common_heading(), api_ui_item_common_text(), api_ui_item_op(), api_ui_item_op_common(), api_ui_item_rna_common(), curve_type_items, DummyRNA_NULL_items, FUNC_NO_SELF, FUNC_USE_CONTEXT, NULL, PARM_REQUIRED, PARM_RNAPTR, PROP_ENUM, PROP_ENUM_FLAG, PROP_INT, PROP_NEVER_NULL, PROP_NONE, PROP_POINTER, PROP_UNSIGNED, RGN_TYPE_WINDOW, RNA_def_boolean(), RNA_def_enum(), RNA_def_enum_flag(), RNA_def_float(), RNA_def_float_array(), RNA_def_function(), RNA_def_function_flag(), RNA_def_function_output(), 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_funcs(), RNA_def_property_enum_items(), RNA_def_property_flag(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_string(), rna_enum_region_type_items, rna_enum_space_type_items, rna_enum_uilist_layout_type_items, UI_TEMPLATE_ASSET_DRAW_NO_FILTER, UI_TEMPLATE_ASSET_DRAW_NO_LIBRARY, UI_TEMPLATE_ASSET_DRAW_NO_NAMES, UI_TEMPLATE_ID_FILTER_ALL, UI_TEMPLATE_ID_FILTER_AVAILABLE, UI_UL_DEFAULT_CLASS_NAME, and UILST_LAYOUT_DEFAULT.
Referenced by rna_def_ui_layout().
const EnumPropertyItem rna_enum_icon_items[] |
Definition at line 30 of file rna_ui_api.c.
Referenced by api_ui_item_common(), GIZMO_GT_button_2d(), icon_id_from_name(), RNA_api_wm(), rna_def_enum_property(), rna_def_node(), rna_def_nodetree(), and rna_def_property().