Blender V4.3
blender::nodes::node_fn_input_string_cc Namespace Reference

Functions

static void node_declare (NodeDeclarationBuilder &b)
 
static void node_layout (uiLayout *layout, bContext *, PointerRNA *ptr)
 
static void node_build_multi_function (NodeMultiFunctionBuilder &builder)
 
static void node_init (bNodeTree *, bNode *node)
 
static void node_storage_free (bNode *node)
 
static void node_storage_copy (bNodeTree *, bNode *dest_node, const bNode *src_node)
 
static void node_register ()
 

Function Documentation

◆ node_build_multi_function()

static void blender::nodes::node_fn_input_string_cc::node_build_multi_function ( NodeMultiFunctionBuilder & builder)
static

◆ node_declare()

static void blender::nodes::node_fn_input_string_cc::node_declare ( NodeDeclarationBuilder & b)
static

Definition at line 12 of file node_fn_input_string.cc.

References b.

Referenced by node_register().

◆ node_init()

static void blender::nodes::node_fn_input_string_cc::node_init ( bNodeTree * ,
bNode * node )
static

Definition at line 31 of file node_fn_input_string.cc.

References MEM_callocN.

Referenced by node_register().

◆ node_layout()

static void blender::nodes::node_fn_input_string_cc::node_layout ( uiLayout * layout,
bContext * ,
PointerRNA * ptr )
static

Definition at line 18 of file node_fn_input_string.cc.

References ptr, UI_ITEM_NONE, and uiItemR().

Referenced by node_register().

◆ node_register()

◆ node_storage_copy()

static void blender::nodes::node_fn_input_string_cc::node_storage_copy ( bNodeTree * ,
bNode * dest_node,
const bNode * src_node )
static

Definition at line 48 of file node_fn_input_string.cc.

References MEM_dupallocN, bNode::storage, and NodeInputString::string.

Referenced by node_register().

◆ node_storage_free()

static void blender::nodes::node_fn_input_string_cc::node_storage_free ( bNode * node)
static

Definition at line 36 of file node_fn_input_string.cc.

References MEM_freeN(), and NodeInputString::string.

Referenced by node_register().