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

Method isAnyConnection

UnitTests/UnitTest_GraphView/BaseGraphNode.h:31–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 }
30
31 bool isAnyConnection() const
32 {
33 EnumeratorConnection point = getConnectionEnumerator();
34 while (point.next())
35 {
36 if (point->isAnyConnection())
37 return true;
38 }
39 return false;
40 }
41
42 BaseGraphConnection* getConnectionByName(std::string_view _name, std::string_view _type = {})
43 {

Callers 3

saveToFileMethod · 0.45
removeAllConnectionsMethod · 0.45
startDragMethod · 0.45

Calls 1

nextMethod · 0.45

Tested by

no test coverage detected