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

Method Private

src/KDChart/KDChartGridAttributes.cpp:44–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42};
43
44GridAttributes::Private::Private()
45 : pen(QColor(0xa0, 0xa0, 0xa0))
46 , subPen(QColor(0xd0, 0xd0, 0xd0))
47 , zeroPen(QColor(0x00, 0x00, 0x80))
48{
49 pen.setCapStyle(Qt::FlatCap);
50 subPen.setCapStyle(Qt::FlatCap);
51 zeroPen.setCapStyle(Qt::FlatCap);
52}
53
54GridAttributes::GridAttributes()
55 : _d(new Private())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected