Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/KDChart
/ setCompletion
Method
setCompletion
examples/Gantt/project/projectmodel.cpp:80–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
m_end = m_bEnd;
79
}
80
void setCompletion(int c)
81
{
82
m_completion = c;
83
}
84
void setPosition(KDGantt::StyleOptionGanttItem::Position p)
85
{
86
m_position = p;
Callers
1
setData
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected