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

Method Private

src/KDChart/KDChartMarkerAttributes.cpp:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40};
41
42MarkerAttributes::Private::Private()
43 : markerSize(10, 10)
44 , markerPen(Qt::black)
45{
46}
47
48MarkerAttributes::MarkerAttributes()
49 : _d(new Private)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected