18 Q_MOC_INCLUDE(<QtGraphs/QAbstractSeries>)
19 Q_PROPERTY(QString
name READ
name CONSTANT)
21 Q_PROPERTY(QString
type READ
type CONSTANT)
31 QString
name()
const {
return _name; }
32 QString
label()
const;
33 QString
type()
const {
return _type; }
34 QString
value()
const {
return _value; }
37 const QAbstractSeries *
series()
const {
return _pSeries; }
38 const QList<QPointF> *
values()
const {
return &_values; }
64 bool _selectable =
true;
67 qreal _bucketWidthMs = 0;
68 qreal _currentBucketStart = -1;
69 qreal _currentBucketMin = 0;
70 qreal _currentBucketMax = 0;
71 qreal _rangeMin = std::numeric_limits<qreal>::max();
72 qreal _rangeMax = std::numeric_limits<qreal>::lowest();
73 QList<QPointF> _values;
75 QAbstractSeries *_pSeries =
nullptr;