|
Blender
V3.3
|
#include <DNA_userdef_types.h>
Public Attributes | |
| struct uiStyle * | next |
| struct uiStyle * | prev |
| char | name [64] |
| uiFontStyle | paneltitle |
| uiFontStyle | grouplabel |
| uiFontStyle | widgetlabel |
| uiFontStyle | widget |
| float | panelzoom |
| short | minlabelchars |
| short | minwidgetchars |
| short | columnspace |
| short | templatespace |
| short | boxspace |
| short | buttonspacex |
| short | buttonspacey |
| short | panelspace |
| short | panelouter |
| char | _pad0 [2] |
Definition at line 78 of file DNA_userdef_types.h.
| char uiStyle::_pad0[2] |
Definition at line 104 of file DNA_userdef_types.h.
| short uiStyle::boxspace |
Definition at line 98 of file DNA_userdef_types.h.
Referenced by ui_litem_estimate_box(), ui_litem_layout_box(), UI_style_get_dpi(), and ui_style_new().
| short uiStyle::buttonspacex |
Definition at line 99 of file DNA_userdef_types.h.
Referenced by ui_item_array(), UI_style_get_dpi(), ui_style_new(), and uiLayoutRow().
| short uiStyle::buttonspacey |
Definition at line 100 of file DNA_userdef_types.h.
Referenced by ui_litem_estimate_column_flow(), ui_litem_estimate_grid_flow(), ui_litem_layout_column_flow(), ui_litem_layout_grid_flow(), UI_style_get_dpi(), ui_style_new(), and uiLayoutColumn().
| short uiStyle::columnspace |
Definition at line 96 of file DNA_userdef_types.h.
Referenced by ui_layout_box(), ui_litem_estimate_grid_flow(), ui_litem_layout_column_flow(), ui_litem_layout_grid_flow(), UI_style_get_dpi(), ui_style_new(), uiItemsAlertBox(), uiLayoutColumnFlow(), uiLayoutGridFlow(), and uiLayoutSplit().
| uiFontStyle uiStyle::grouplabel |
Definition at line 85 of file DNA_userdef_types.h.
Referenced by UI_block_draw(), UI_style_get_dpi(), and ui_style_new().
| short uiStyle::minlabelchars |
In characters.
Definition at line 92 of file DNA_userdef_types.h.
| short uiStyle::minwidgetchars |
In characters.
Definition at line 94 of file DNA_userdef_types.h.
| char uiStyle::name[64] |
| struct uiStyle* uiStyle::next |
Definition at line 79 of file DNA_userdef_types.h.
| short uiStyle::panelouter |
Definition at line 102 of file DNA_userdef_types.h.
Referenced by UI_style_get_dpi(), and ui_style_new().
| short uiStyle::panelspace |
Definition at line 101 of file DNA_userdef_types.h.
Referenced by ed_panel_draw(), ui_offset_panel_block(), UI_style_get_dpi(), and ui_style_new().
| uiFontStyle uiStyle::paneltitle |
Definition at line 84 of file DNA_userdef_types.h.
Referenced by panel_draw_aligned_widgets(), UI_block_draw(), UI_style_get_dpi(), and ui_style_new().
| float uiStyle::panelzoom |
Definition at line 89 of file DNA_userdef_types.h.
Referenced by reset_exec(), ui_style_new(), and UI_view2d_region_reinit().
| struct uiStyle * uiStyle::prev |
Definition at line 79 of file DNA_userdef_types.h.
| short uiStyle::templatespace |
Definition at line 97 of file DNA_userdef_types.h.
Referenced by UI_block_layout(), UI_style_get_dpi(), and ui_style_new().
| uiFontStyle uiStyle::widget |
Definition at line 87 of file DNA_userdef_types.h.
Referenced by clip_draw_dopesheet_channels(), draw_marker_texts(), drw_text_cache_draw_ex(), ED_region_cache_draw_curfra_label(), ED_region_info_draw_multiline(), file_draw_string(), file_draw_string_multiline(), file_font_pointsize(), file_string_width(), get_column_width(), get_index_column_width(), radial_control_paint_cursor(), slider_draw(), template_ID_tabs(), text_size_get(), ui_block_bounds_calc_text(), UI_block_draw(), ui_draw_but(), UI_panel_category_draw_all(), ui_popover_panel_create(), UI_preview_tile_size_y(), ui_searchbox_create_generic_ex(), ui_style_new(), ui_textedit_set_cursor_pos(), ui_tooltip_create_with_data(), uiItemsAlertBox(), voxel_size_edit_draw(), widget_preview_tile(), wm_block_create_about(), and wm_block_create_splash().
| uiFontStyle uiStyle::widgetlabel |
Definition at line 86 of file DNA_userdef_types.h.
Referenced by ED_region_image_metadata_draw(), blender::ed::space_node::frame_node_draw_label(), panel_draw_aligned_widgets(), UI_block_draw(), ui_draw_but(), ui_popover_panel_create(), UI_style_get_dpi(), ui_style_new(), uiItemsAlertBox(), uiStyleInit(), uiTemplateReportsBanner(), uiTemplateStatusInfo(), wm_block_create_about(), and wm_block_create_splash().