Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/KDChart
/ init
Method
init
src/KDChart/KDChartAbstractDiagram.cpp:51–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
void AbstractDiagram::init()
52
{
53
_d->diagram = this;
54
d->reverseMapper.setDiagram(this);
55
}
56
57
bool AbstractDiagram::compare(const AbstractDiagram *other) const
58
{
Callers
1
AbstractDiagram
Method · 0.45
Calls
1
setDiagram
Method · 0.45
Tested by
no test coverage detected