MCPcopy Create free account
hub / github.com/MyGUI/mygui / getNodeEnumerator

Method getNodeEnumerator

UnitTests/UnitTest_GraphView/BaseGraphView.h:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 }
76
77 EnumeratorNode getNodeEnumerator() const
78 {
79 return EnumeratorNode(mNodes);
80 }
81
82 bool isConnecting(BaseGraphConnection* _from, BaseGraphConnection* _to) const
83 {

Callers 3

notifyInvalidateNodeMethod · 0.80
saveToFileMethod · 0.80
getNodeByNameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected