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)
137 Q_DECLARE_METATYPE( KDChart::ValueTrackerAttributes )
139 #endif // KDCHARTVALUETRACKERATTRIBUTES_H