MCPcopy Create free account
hub / github.com/cneben/QuickQanava / insertNode

Method insertNode

src/qanGraph.cpp:632–635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

630}
631
632qan::Node* Graph::insertNode(QQmlComponent* nodeComponent, qan::NodeStyle* nodeStyle)
633{
634 return insertNode<qan::Node>(nodeComponent, nodeStyle);
635}
636
637bool Graph::insertNode(Node* node, QQmlComponent* nodeComponent, qan::NodeStyle* nodeStyle)
638{

Callers

nothing calls this directly

Calls 5

setStyleComponentMethod · 0.80
setNodeMethod · 0.80
getNodeMethod · 0.80
setGraphMethod · 0.45
setItemMethod · 0.45

Tested by

no test coverage detected