|
Blender V5.0
|
Public Attributes | |
| uiLayoutRoot * | next |
| uiLayoutRoot * | prev |
| blender::ui::LayoutType | type |
| blender::wm::OpCallContext | opcontext |
| int | emw |
| int | emh |
| int | padding |
| uiMenuHandleFunc | handlefunc |
| void * | argv |
| const uiStyle * | style |
| uiBlock * | block |
| uiLayout * | layout |
Definition at line 78 of file interface_layout.cc.
| void* uiLayoutRoot::argv |
Definition at line 88 of file interface_layout.cc.
Referenced by ui_layout_end(), and uiLayoutSetFunc().
| uiBlock* uiLayoutRoot::block |
Definition at line 91 of file interface_layout.cc.
Referenced by blender::ui::block_layout(), and ui_layout_add_padding_button().
| int uiLayoutRoot::emh |
Definition at line 84 of file interface_layout.cc.
Referenced by blender::ui::block_layout().
| int uiLayoutRoot::emw |
Definition at line 84 of file interface_layout.cc.
Referenced by blender::ui::block_layout().
| uiMenuHandleFunc uiLayoutRoot::handlefunc |
Definition at line 87 of file interface_layout.cc.
Referenced by ui_layout_end(), and uiLayoutSetFunc().
| uiLayout* uiLayoutRoot::layout |
Definition at line 92 of file interface_layout.cc.
Referenced by blender::ui::block_layout(), ui_item_enum_expand_exec(), and ui_layout_add_padding_button().
| uiLayoutRoot* uiLayoutRoot::next |
Definition at line 79 of file interface_layout.cc.
| blender::wm::OpCallContext uiLayoutRoot::opcontext |
Definition at line 82 of file interface_layout.cc.
Referenced by blender::ui::block_layout().
| int uiLayoutRoot::padding |
Definition at line 85 of file interface_layout.cc.
Referenced by blender::ui::block_layout(), and ui_layout_add_padding_button().
| uiLayoutRoot * uiLayoutRoot::prev |
Definition at line 79 of file interface_layout.cc.
| const uiStyle* uiLayoutRoot::style |
Definition at line 90 of file interface_layout.cc.
Referenced by blender::ui::block_layout(), ui_item_array(), and ui_layout_box().
| blender::ui::LayoutType uiLayoutRoot::type |
Definition at line 81 of file interface_layout.cc.
Referenced by blender::ui::block_layout(), uiLayout::popover(), ui_item_enum_expand_exec(), ui_item_menu(), ui_layout_is_radial(), ui_layout_vary_direction(), uiItem_simple(), and uiItemFullO_ptr_ex().