Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
baseInitialiseAnimationNode
Method · 0.45
createNode
Method · 0.45
update
Method · 0.45
setRecentFolders
Method · 0.45
Calls
2
push_back
Method · 0.45
_initialise
Method · 0.45
Tested by
no test coverage detected