|
Blender V4.5
|
Inherits uiLayout.
Public Attributes | |
| bool | row_major |
| bool | even_columns |
| bool | even_rows |
| int | columns_len |
| int | tot_items |
| int | tot_columns |
| int | tot_rows |
Public Attributes inherited from uiLayout | |
| uiLayoutRoot * | root_ |
| bContextStore * | context_ |
| uiLayout * | parent_ |
| blender::Vector< uiItem * > | items_ |
| char | heading_ [UI_MAX_NAME_STR] |
| uiLayout * | child_items_layout_ |
| int | x_ |
| int | y_ |
| int | w_ |
| int | h_ |
| float | scale_ [2] |
| short | space_ |
| bool | align_ |
| bool | active_ |
| bool | active_default_ |
| bool | activate_init_ |
| bool | enabled_ |
| bool | redalert_ |
| bool | keepaspect_ |
| bool | variable_size_ |
| char | alignment_ |
| blender::ui::EmbossType | emboss_ |
| float | units_ [2] |
| float | search_weight_ |
Public Attributes inherited from uiItem | |
| blender::ui::ItemType | type_ |
| blender::ui::ItemInternalFlag | flag_ |
Definition at line 152 of file interface_layout.cc.
| int uiLayoutItemGridFlow::columns_len |
Definition at line 163 of file interface_layout.cc.
Referenced by uiLayout::grid_flow(), and ui_litem_estimate_grid_flow().
| bool uiLayoutItemGridFlow::even_columns |
Definition at line 155 of file interface_layout.cc.
Referenced by uiLayout::grid_flow(), ui_litem_estimate_grid_flow(), and ui_litem_layout_grid_flow().
| bool uiLayoutItemGridFlow::even_rows |
Definition at line 156 of file interface_layout.cc.
Referenced by uiLayout::grid_flow(), ui_litem_estimate_grid_flow(), and ui_litem_layout_grid_flow().
| bool uiLayoutItemGridFlow::row_major |
Definition at line 154 of file interface_layout.cc.
Referenced by uiLayout::grid_flow(), ui_litem_estimate_grid_flow(), and ui_litem_layout_grid_flow().
| int uiLayoutItemGridFlow::tot_columns |
Definition at line 166 of file interface_layout.cc.
Referenced by ui_litem_estimate_grid_flow(), and ui_litem_layout_grid_flow().
| int uiLayoutItemGridFlow::tot_items |
Definition at line 166 of file interface_layout.cc.
Referenced by ui_litem_estimate_grid_flow(), and ui_litem_layout_grid_flow().
| int uiLayoutItemGridFlow::tot_rows |
Definition at line 166 of file interface_layout.cc.
Referenced by ui_litem_estimate_grid_flow(), and ui_litem_layout_grid_flow().