|
Blender V4.3
|
Public Member Functions | |
| LocationUpdateState (const Span< NodeInterfaceItemData > items) | |
Public Attributes | |
| ItemIterator | item_iter |
| const ItemIterator | item_end |
| bool | need_spacer_after_item = false |
| bool | buttons_drawn = false |
| bool | is_first = true |
Definition at line 765 of file node_draw.cc.
|
inlineexplicit |
Definition at line 776 of file node_draw.cc.
| bool blender::ed::space_node::LocationUpdateState::buttons_drawn = false |
Definition at line 772 of file node_draw.cc.
Referenced by blender::ed::space_node::node_update_basis_from_declaration().
| bool blender::ed::space_node::LocationUpdateState::is_first = true |
Definition at line 774 of file node_draw.cc.
| const ItemIterator blender::ed::space_node::LocationUpdateState::item_end |
Definition at line 767 of file node_draw.cc.
| ItemIterator blender::ed::space_node::LocationUpdateState::item_iter |
Definition at line 766 of file node_draw.cc.
| bool blender::ed::space_node::LocationUpdateState::need_spacer_after_item = false |
Definition at line 770 of file node_draw.cc.
Referenced by blender::ed::space_node::node_update_basis_from_declaration().