|
Blender V4.3
|
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 |
| eUIEmbossType | emboss |
| float | units [2] |
| float | search_weight |
Public Attributes inherited from uiItem | |
| uiItemType | type |
| uiItemInternalFlag | flag |
Additional Inherited Members | |
Public Member Functions inherited from uiItem | |
| uiItem ()=default | |
| uiItem (const uiItem &)=default | |
| virtual | ~uiItem ()=default |
Definition at line 183 of file interface_layout.cc.
| int uiLayoutItemGridFlow::columns_len |
Definition at line 194 of file interface_layout.cc.
Referenced by ui_litem_estimate_grid_flow(), and uiLayoutGridFlow().
| bool uiLayoutItemGridFlow::even_columns |
Definition at line 186 of file interface_layout.cc.
Referenced by ui_litem_estimate_grid_flow(), ui_litem_layout_grid_flow(), and uiLayoutGridFlow().
| bool uiLayoutItemGridFlow::even_rows |
Definition at line 187 of file interface_layout.cc.
Referenced by ui_litem_estimate_grid_flow(), ui_litem_layout_grid_flow(), and uiLayoutGridFlow().
| bool uiLayoutItemGridFlow::row_major |
Definition at line 185 of file interface_layout.cc.
Referenced by ui_litem_estimate_grid_flow(), ui_litem_layout_grid_flow(), and uiLayoutGridFlow().
| int uiLayoutItemGridFlow::tot_columns |
Definition at line 197 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 197 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 197 of file interface_layout.cc.
Referenced by ui_litem_estimate_grid_flow(), and ui_litem_layout_grid_flow().