Blender V4.3
blender::ed::space_node::LocationUpdateState Struct Reference

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

Detailed Description

Definition at line 765 of file node_draw.cc.

Constructor & Destructor Documentation

◆ LocationUpdateState()

blender::ed::space_node::LocationUpdateState::LocationUpdateState ( const Span< NodeInterfaceItemData > items)
inlineexplicit

Definition at line 776 of file node_draw.cc.

References item_end, and item_iter.

Member Data Documentation

◆ buttons_drawn

bool blender::ed::space_node::LocationUpdateState::buttons_drawn = false

◆ is_first

bool blender::ed::space_node::LocationUpdateState::is_first = true

Definition at line 774 of file node_draw.cc.

◆ item_end

const ItemIterator blender::ed::space_node::LocationUpdateState::item_end

Definition at line 767 of file node_draw.cc.

Referenced by LocationUpdateState().

◆ item_iter

ItemIterator blender::ed::space_node::LocationUpdateState::item_iter

Definition at line 766 of file node_draw.cc.

Referenced by LocationUpdateState().

◆ need_spacer_after_item

bool blender::ed::space_node::LocationUpdateState::need_spacer_after_item = false

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