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

Method DataType

examples/Plotter/BubbleChart/mainwindow.cpp:31–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29struct DataType
30{
31 DataType(qreal x_,
32 qreal y_,
33 qreal size_)
34 : x(x_)
35 , y(y_)
36 , size(size_)
37 {
38 }
39 qreal x;
40 qreal y;
41 qreal size;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected