Blender V5.0
uiLayoutRoot Struct Reference

Public Attributes

uiLayoutRootnext
uiLayoutRootprev
blender::ui::LayoutType type
blender::wm::OpCallContext opcontext
int emw
int emh
int padding
uiMenuHandleFunc handlefunc
void * argv
const uiStylestyle
uiBlockblock
uiLayoutlayout

Detailed Description

Definition at line 78 of file interface_layout.cc.

Member Data Documentation

◆ argv

void* uiLayoutRoot::argv

Definition at line 88 of file interface_layout.cc.

Referenced by ui_layout_end(), and uiLayoutSetFunc().

◆ block

uiBlock* uiLayoutRoot::block

Definition at line 91 of file interface_layout.cc.

Referenced by blender::ui::block_layout(), and ui_layout_add_padding_button().

◆ emh

int uiLayoutRoot::emh

Definition at line 84 of file interface_layout.cc.

Referenced by blender::ui::block_layout().

◆ emw

int uiLayoutRoot::emw

Definition at line 84 of file interface_layout.cc.

Referenced by blender::ui::block_layout().

◆ handlefunc

uiMenuHandleFunc uiLayoutRoot::handlefunc

Definition at line 87 of file interface_layout.cc.

Referenced by ui_layout_end(), and uiLayoutSetFunc().

◆ layout

uiLayout* uiLayoutRoot::layout

◆ next

uiLayoutRoot* uiLayoutRoot::next

Definition at line 79 of file interface_layout.cc.

◆ opcontext

blender::wm::OpCallContext uiLayoutRoot::opcontext

Definition at line 82 of file interface_layout.cc.

Referenced by blender::ui::block_layout().

◆ padding

int uiLayoutRoot::padding

Definition at line 85 of file interface_layout.cc.

Referenced by blender::ui::block_layout(), and ui_layout_add_padding_button().

◆ prev

uiLayoutRoot * uiLayoutRoot::prev

Definition at line 79 of file interface_layout.cc.

◆ style

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().

◆ type


The documentation for this struct was generated from the following file: