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

Method ChartGraphicsItem

src/KDChart/ChartGraphicsItem.cpp:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13using namespace KDChart;
14
15ChartGraphicsItem::ChartGraphicsItem()
16 : QGraphicsPolygonItem()
17{
18}
19
20ChartGraphicsItem::ChartGraphicsItem(int row, int column)
21 : QGraphicsPolygonItem()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected