MCPcopy Create free account
hub / github.com/KDAB/KDChart / init

Method init

src/KDChart/KDChartAbstractCoordinatePlane.cpp:46–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void AbstractCoordinatePlane::init()
47{
48 d->initialize(); // virtual method to init the correct grid: cartesian, polar, ...
49 connect(this, SIGNAL(internal_geometryChanged(QRect, QRect)),
50 this, SIGNAL(geometryChanged(QRect, QRect)),
51 Qt::QueuedConnection);
52}
53
54void AbstractCoordinatePlane::addDiagram(AbstractDiagram *diagram)
55{

Callers 1

Calls 1

initializeMethod · 0.45

Tested by

no test coverage detected