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

Method ThreeDLineAttributes

src/KDChart/KDChartThreeDLineAttributes.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26ThreeDLineAttributes::ThreeDLineAttributes()
27 : AbstractThreeDAttributes(new Private())
28{
29}
30
31ThreeDLineAttributes::ThreeDLineAttributes(const ThreeDLineAttributes &r)
32 : AbstractThreeDAttributes(new Private(*r.d))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected