|
Blender V4.3
|
#include <DNA_userdef_types.h>
Public Attributes | |
| struct uiStyle * | next |
| struct uiStyle * | prev |
| char | name [64] |
| uiFontStyle | paneltitle |
| uiFontStyle | grouplabel |
| uiFontStyle | widget |
| uiFontStyle | tooltip |
| 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 88 of file DNA_userdef_types.h.
| char uiStyle::_pad0[2] |
Definition at line 114 of file DNA_userdef_types.h.
| short uiStyle::boxspace |
Definition at line 108 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 109 of file DNA_userdef_types.h.
Referenced by button_section_bounds_calc(), blender::ui::region_views_find_drop_target_at(), ui_item_array(), UI_style_get_dpi(), ui_style_new(), and uiLayoutRow().
| short uiStyle::buttonspacey |
Definition at line 110 of file DNA_userdef_types.h.
Referenced by blender::ed::asset::shelf::main_region_padding_y(), blender::ui::padded_item_height(), 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 106 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(), uiLayoutSplit(), and wm_block_dialog_create().
| uiFontStyle uiStyle::grouplabel |
Definition at line 95 of file DNA_userdef_types.h.
Referenced by UI_block_draw(), UI_style_get_dpi(), ui_style_new(), and UI_update_text_styles().
| short uiStyle::minlabelchars |
In characters.
Definition at line 102 of file DNA_userdef_types.h.
| short uiStyle::minwidgetchars |
In characters.
Definition at line 104 of file DNA_userdef_types.h.
| char uiStyle::name[64] |
| struct uiStyle* uiStyle::next |
Definition at line 89 of file DNA_userdef_types.h.
| short uiStyle::panelouter |
Definition at line 112 of file DNA_userdef_types.h.
Referenced by UI_style_get_dpi(), and ui_style_new().
| short uiStyle::panelspace |
Definition at line 111 of file DNA_userdef_types.h.
Referenced by ed_panel_draw(), ui_litem_layout_panel_body(), ui_litem_layout_panel_header(), ui_offset_panel_block(), UI_style_get_dpi(), and ui_style_new().
| uiFontStyle uiStyle::paneltitle |
Definition at line 94 of file DNA_userdef_types.h.
Referenced by panel_draw_aligned_widgets(), UI_block_draw(), UI_style_get_dpi(), ui_style_new(), and UI_update_text_styles().
| float uiStyle::panelzoom |
Definition at line 99 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 89 of file DNA_userdef_types.h.
| short uiStyle::templatespace |
Definition at line 107 of file DNA_userdef_types.h.
Referenced by UI_block_layout(), UI_style_get_dpi(), ui_style_new(), and uiLayoutPanelProp().
| uiFontStyle uiStyle::tooltip |
Definition at line 97 of file DNA_userdef_types.h.
Referenced by UI_block_draw(), UI_style_get_dpi(), ui_style_new(), ui_tooltip_create_with_data(), ui_tooltip_data_from_button_or_extra_icon(), and UI_update_text_styles().
| uiFontStyle uiStyle::widget |
Definition at line 96 of file DNA_userdef_types.h.
Referenced by blender::ed::asset::shelf::add_tab_button(), clip_draw_dopesheet_channels(), draw_marker_texts(), ED_region_cache_draw_curfra_label(), ED_region_image_metadata_draw(), ED_region_info_draw_multiline(), file_draw_list(), file_draw_string(), file_draw_string_multiline(), file_font_pointsize(), file_string_width(), blender::ed::space_node::frame_node_draw_label(), blender::ed::spreadsheet::get_column_width(), blender::ed::spreadsheet::get_index_column_width(), panel_draw_aligned_widgets(), 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_searchbox_create_generic_ex(), UI_style_get_dpi(), ui_style_new(), ui_textedit_set_cursor_pos(), UI_update_text_styles(), uiItemsAlertBox(), uiStyleInit(), uiTemplateReportsBanner(), uiTemplateStatusInfo(), blender::ed::outliner::unused_message_popup_width_compute(), blender::ed::object::voxel_size_edit_draw(), wm_block_about_create(), wm_block_dialog_create(), and wm_block_splash_create().