MCPcopy Create free account
hub / github.com/MITK/MITK / AddChild

Method AddChild

Modules/QtWidgets/src/QmitkDataStorageTreeModelInternalItem.cpp:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void QmitkDataStorageTreeModelInternalItem::AddChild(QmitkDataStorageTreeModelInternalItem *item)
73{
74 this->InsertChild(item);
75}
76
77void QmitkDataStorageTreeModelInternalItem::RemoveChild(QmitkDataStorageTreeModelInternalItem *item)
78{

Callers 3

RemoveNodeInternalMethod · 0.45
SetParentMethod · 0.45

Calls 1

InsertChildMethod · 0.95

Tested by

no test coverage detected