Blender V5.0
blender::ed::space_node::flat_item::Socket Struct Reference

Public Attributes

bNodeSocketinput = nullptr
bNodeSocketoutput = nullptr
const nodes::PanelDeclarationpanel_decl = nullptr

Static Public Attributes

static constexpr Type type = Type::Socket

Detailed Description

Definition at line 623 of file node_draw.cc.

Member Data Documentation

◆ input

bNodeSocket* blender::ed::space_node::flat_item::Socket::input = nullptr

Definition at line 625 of file node_draw.cc.

Referenced by blender::ed::space_node::add_flat_items_for_socket().

◆ output

bNodeSocket* blender::ed::space_node::flat_item::Socket::output = nullptr

Definition at line 626 of file node_draw.cc.

Referenced by blender::ed::space_node::add_flat_items_for_socket().

◆ panel_decl

const nodes::PanelDeclaration* blender::ed::space_node::flat_item::Socket::panel_decl = nullptr

Definition at line 627 of file node_draw.cc.

Referenced by blender::ed::space_node::add_flat_items_for_socket().

◆ type

Type blender::ed::space_node::flat_item::Socket::type = Type::Socket
staticconstexpr

Definition at line 624 of file node_draw.cc.


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