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

Method DataValueAttributes

src/KDChart/KDChartDataValueAttributes.cpp:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83DataValueAttributes::DataValueAttributes()
84 : _d(new Private())
85{
86}
87
88DataValueAttributes::DataValueAttributes(const DataValueAttributes &r)
89 : _d(new Private(*r.d))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected