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

Method AbstractArea

src/KDChart/KDChartAbstractArea.cpp:36–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36AbstractArea::AbstractArea()
37 : QObject()
38 , KDChart::AbstractAreaBase()
39 , KDChart::AbstractLayoutItem()
40{
41 init();
42}
43
44AbstractArea::~AbstractArea()
45{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected