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

Method removeChild

Source/Structs/StructTreeNode.cpp:142–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void StructTreeNode::removeChild(const int row)
143{
144 m_children[row]->m_parent = nullptr;
145 m_children.remove(row);
146}
147
148void StructTreeNode::removeChild(StructTreeNode* child)
149{

Callers 5

deleteNodeMethod · 0.45
groupSelectionMethod · 0.45
dropMimeDataMethod · 0.45
dropMimeDataMethod · 0.45
deleteNodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected