23 #ifndef KDCHARTMARKERATTRIBUTES_H
24 #define KDCHARTMARKERATTRIBUTES_H
35 template <
typename T,
typename K>
class QMap;
61 PainterPathMarker = 9,
62 StartCustomMarkers = 10 };
64 void setVisible(
bool visible );
65 bool isVisible()
const;
71 void setThreeD(
bool value );
83 void setMarkerStyle( uint style );
84 uint markerStyle()
const;
93 void setMarkerSize(
const QSizeF& size );
94 QSizeF markerSize()
const;
96 void setMarkerColor(
const QColor& color );
97 QColor markerColor()
const;
99 void setCustomMarkerPath(
const QPainterPath& path );
100 QPainterPath customMarkerPath()
const;
102 void setPen(
const QPen& pen );
115 #ifndef QT_NO_DEBUG_STREAM
125 Q_DECLARE_METATYPE( KDChart::MarkerAttributes )
127 #endif // KDCHARTMARKERATTRIBUTES_H