MCPcopy Create free account
hub / github.com/aldelaro5/dolphin-memory-engine / insertChild

Method insertChild

Source/Structs/StructTreeNode.cpp:136–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136void StructTreeNode::insertChild(const int row, StructTreeNode* node)
137{
138 m_children.insert(row, node);
139 node->m_parent = this;
140}
141
142void StructTreeNode::removeChild(const int row)
143{

Callers 5

addNodesMethod · 0.45
groupSelectionMethod · 0.45
dropMimeDataMethod · 0.45
dropMimeDataMethod · 0.45
addNodesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected