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

Method AbstractAxis

src/KDChart/KDChartAbstractAxis.cpp:100–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100AbstractAxis::AbstractAxis(AbstractDiagram *diagram)
101 : AbstractArea(new Private(diagram, this))
102{
103 init();
104 QTimer::singleShot(0, this, SLOT(delayedInit()));
105}
106
107AbstractAxis::~AbstractAxis()
108{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected