Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
156
void ProjectModel::Node::insertChild(int i, Node *child)
157
{
158
child->setParent(this);
159
m_children.insert(i, child);
160
}
161
162
void ProjectModel::Node::removeChild(Node *child)
163
{
Callers
1
insertRows
Method · 0.80
Calls
1
setParent
Method · 0.45
Tested by
no test coverage detected