Blender
V3.3
|
#include <UI_grid_view.hh>
Public Member Functions | |
GridViewStyle (int width, int height) | |
Public Attributes | |
int | tile_width = 0 |
int | tile_height = 0 |
Definition at line 88 of file UI_grid_view.hh.
blender::ui::GridViewStyle::GridViewStyle | ( | int | width, |
int | height | ||
) |
Definition at line 87 of file grid_view.cc.
int blender::ui::GridViewStyle::tile_height = 0 |
Definition at line 91 of file UI_grid_view.hh.
Referenced by blender::ui::PreviewGridItem::build_grid_tile(), and blender::ui::BuildOnlyVisibleButtonsHelper::fill_layout_before_visible().
int blender::ui::GridViewStyle::tile_width = 0 |
Definition at line 90 of file UI_grid_view.hh.
Referenced by blender::ui::GridViewLayoutBuilder::build_from_view(), and blender::ui::PreviewGridItem::build_grid_tile().