MCPcopy 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
51void AbstractDiagram::init()
52{
53 _d->diagram = this;
54 d->reverseMapper.setDiagram(this);
55}
56
57bool AbstractDiagram::compare(const AbstractDiagram *other) const
58{

Callers 1

AbstractDiagramMethod · 0.45

Calls 1

setDiagramMethod · 0.45

Tested by

no test coverage detected