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

Method addItem

UnitTests/UnitTest_GraphView/BaseGraphView.h:43–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 }
42
43 void addItem(BaseGraphNode* _node)
44 {
45 mNodes.push_back(_node);
46 _node->_initialise(mCanvas, this);
47
48 changePosition(_node);
49 }
50
51 void removeItem(BaseGraphNode* _node)
52 {

Callers 4

createNodeMethod · 0.45
updateMethod · 0.45
setRecentFoldersMethod · 0.45

Calls 2

push_backMethod · 0.45
_initialiseMethod · 0.45

Tested by

no test coverage detected