MCPcopy Create free account
hub / github.com/KDAB/KDChart / insertChild

Method insertChild

examples/Gantt/project/projectmodel.cpp:156–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156void ProjectModel::Node::insertChild(int i, Node *child)
157{
158 child->setParent(this);
159 m_children.insert(i, child);
160}
161
162void ProjectModel::Node::removeChild(Node *child)
163{

Callers 1

insertRowsMethod · 0.80

Calls 1

setParentMethod · 0.45

Tested by

no test coverage detected