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

Method Private

src/KDChart/KDChartValueTrackerAttributes.cpp:40–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38};
39
40ValueTrackerAttributes::Private::Private()
41 : linePen(QPen(QColor(80, 80, 80, 200)))
42 , markerSize(QSizeF(6.0, 6.0))
43 , areaBrush(QBrush())
44 , orientations(Qt::Vertical | Qt::Horizontal)
45{
46 markerPen = linePen;
47 arrowBrush = linePen.color();
48}
49
50ValueTrackerAttributes::ValueTrackerAttributes()
51 : _d(new Private())

Callers

nothing calls this directly

Calls 2

QPenClass · 0.70
QSizeFClass · 0.70

Tested by

no test coverage detected