Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/KDChart
/ setUseNewLayoutSystem
Method
setUseNewLayoutSystem
src/KDChart/KDChartChart.cpp:1769–1773 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1767
return d_func()->useNewLayoutSystem;
1768
}
1769
void Chart::setUseNewLayoutSystem(bool value)
1770
{
1771
if (d_func()->useNewLayoutSystem != value)
1772
d_func()->useNewLayoutSystem = value;
1773
}
Callers
1
MainWindow
Method · 0.80
Calls
1
d_func
Function · 0.70
Tested by
no test coverage detected