MCPcopy Create free account
hub / github.com/begla/Intrinsic / onCreateNode

Method onCreateNode

IntrinsicEd/src/IntrinsicEdNodeViewTreeWidget.cpp:392–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390void IntrinsicEdNodeViewTreeWidget::onCloneNode() { cloneNode(currentItem()); }
391
392void IntrinsicEdNodeViewTreeWidget::onCreateNode()
393{
394 createNode(currentItem());
395}
396
397void IntrinsicEdNodeViewTreeWidget::onCreateRootNode() { createNode(nullptr); }
398

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected