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

Method removeAllItems

UnitTests/UnitTest_GraphView/BaseGraphView.h:64–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 }
63
64 void removeAllItems()
65 {
66 for (auto& mNode : mNodes)
67 {
68 removeAllConnections(mNode);
69 mNode->_shutdown();
70 mNode = nullptr;
71 }
72 mNodes.clear();
73
74 changePosition(nullptr);
75 }
76
77 EnumeratorNode getNodeEnumerator() const
78 {

Callers 3

ClearGraphMethod · 0.45
updateMethod · 0.45
setRecentFoldersMethod · 0.45

Calls 2

_shutdownMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected