 |
KD Chart 2
[rev.2.8]
|
Go to the documentation of this file.
23 #ifndef KDCHARTVALUETRACKERATTRIBUTES_H
24 #define KDCHARTVALUETRACKERATTRIBUTES_H
54 void setPen(
const QPen& pen );
61 void setLinePen(
const QPen &pen );
64 void setMarkerPen(
const QPen &pen );
65 QPen markerPen()
const;
67 void setMarkerBrush(
const QBrush &brush );
68 QBrush markerBrush()
const;
70 void setArrowBrush(
const QBrush &brush );
71 QBrush arrowBrush()
const;
78 void setAreaBrush(
const QBrush& brush );
83 QBrush areaBrush()
const;
89 void setMarkerSize(
const QSizeF& size );
94 QSizeF markerSize()
const;
100 Qt::Orientations orientations()
const;
105 void setOrientations( Qt::Orientations orientations );
111 void setEnabled(
bool enabled );
116 bool isEnabled()
const;
127 #if !defined(QT_NO_DEBUG_STREAM)
139 #endif // KDCHARTVALUETRACKERATTRIBUTES_H
QT_BEGIN_NAMESPACE Q_DECLARE_TYPEINFO(KDChart::ValueTrackerAttributes, Q_MOVABLE_TYPE)
bool operator==(const Span &s1, const Span &s2)
#define KDCHART_DECLARE_SWAP_SPECIALISATION(X)
Cell-specific attributes regarding value tracking.
#define KDCHART_DECLARE_PRIVATE_BASE_VALUE(X)
KDCHART_EXPORT QDebug operator<<(QDebug, const KDChart::ValueTrackerAttributes &)
bool operator!=(const ValueTrackerAttributes &other) const