Blender
V3.3
|
Public Attributes | |
uiLayout | litem |
bool | row_major |
bool | even_columns |
bool | even_rows |
int | columns_len |
int | tot_items |
int | tot_columns |
int | tot_rows |
Definition at line 174 of file interface_layout.c.
int uiLayoutItemGridFlow::columns_len |
Definition at line 187 of file interface_layout.c.
Referenced by ui_litem_estimate_grid_flow(), and uiLayoutGridFlow().
bool uiLayoutItemGridFlow::even_columns |
Definition at line 179 of file interface_layout.c.
Referenced by ui_litem_estimate_grid_flow(), and uiLayoutGridFlow().
bool uiLayoutItemGridFlow::even_rows |
Definition at line 180 of file interface_layout.c.
Referenced by ui_litem_estimate_grid_flow(), and uiLayoutGridFlow().
uiLayout uiLayoutItemGridFlow::litem |
Definition at line 175 of file interface_layout.c.
Referenced by uiLayoutGridFlow().
bool uiLayoutItemGridFlow::row_major |
Definition at line 178 of file interface_layout.c.
Referenced by ui_litem_estimate_grid_flow(), ui_litem_layout_grid_flow(), and uiLayoutGridFlow().
int uiLayoutItemGridFlow::tot_columns |
Definition at line 190 of file interface_layout.c.
Referenced by ui_litem_estimate_grid_flow(), and ui_litem_layout_grid_flow().
int uiLayoutItemGridFlow::tot_items |
Definition at line 190 of file interface_layout.c.
Referenced by ui_litem_estimate_grid_flow(), and ui_litem_layout_grid_flow().
int uiLayoutItemGridFlow::tot_rows |
Definition at line 190 of file interface_layout.c.
Referenced by ui_litem_estimate_grid_flow(), and ui_litem_layout_grid_flow().