|
Blender V5.0
|
#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 77 of file UI_grid_view.hh.
| blender::ui::GridViewStyle::GridViewStyle | ( | int | width, |
| int | height ) |
Definition at line 128 of file grid_view.cc.
References tile_height, and tile_width.
| int blender::ui::GridViewStyle::tile_height = 0 |
Definition at line 80 of file UI_grid_view.hh.
Referenced by blender::ed::asset::shelf::AssetViewItem::build_grid_tile(), blender::ui::PreviewGridItem::build_grid_tile_button(), and GridViewStyle().
| int blender::ui::GridViewStyle::tile_width = 0 |
Definition at line 79 of file UI_grid_view.hh.
Referenced by blender::ui::GridViewLayoutBuilder::build_from_view(), blender::ed::asset::shelf::AssetViewItem::build_grid_tile(), blender::ui::PreviewGridItem::build_grid_tile_button(), and GridViewStyle().