11 #ifndef KDCHARTVALUETRACKERATTRIBUTES_H
12 #define KDCHARTVALUETRACKERATTRIBUTES_H
42 void setPen(
const QPen &pen);
49 void setLinePen(
const QPen &pen);
52 void setMarkerPen(
const QPen &pen);
53 QPen markerPen()
const;
55 void setMarkerBrush(
const QBrush &brush);
56 QBrush markerBrush()
const;
58 void setArrowBrush(
const QBrush &brush);
59 QBrush arrowBrush()
const;
66 void setAreaBrush(
const QBrush &brush);
71 QBrush areaBrush()
const;
77 void setMarkerSize(
const QSizeF &size);
82 QSizeF markerSize()
const;
88 Qt::Orientations orientations()
const;
93 void setOrientations(Qt::Orientations orientations);
99 void setEnabled(
bool enabled);
104 bool isEnabled()
const;
117 #if !defined(QT_NO_DEBUG_STREAM)
#define KDCHART_DECLARE_SWAP_SPECIALISATION(X)
#define KDCHART_DECLARE_PRIVATE_BASE_VALUE(X)
QT_BEGIN_NAMESPACE Q_DECLARE_TYPEINFO(KDChart::ValueTrackerAttributes, Q_MOVABLE_TYPE)
KDCHART_EXPORT QDebug operator<<(QDebug, const KDChart::ValueTrackerAttributes &)
Cell-specific attributes regarding value tracking.
bool operator!=(const ValueTrackerAttributes &other) const
bool operator==(const TickInfo &, const TickInfo &)