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;
68 void setMarkerStylesMap(
const MarkerStylesMap & map );
69 MarkerStylesMap markerStylesMap()
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 127 #endif // KDCHARTMARKERATTRIBUTES_H bool operator==(const Span &s1, const Span &s2)
QT_BEGIN_NAMESPACE Q_DECLARE_TYPEINFO(KDChart::MarkerAttributes, Q_MOVABLE_TYPE)
#define KDCHART_DECLARE_PRIVATE_BASE_VALUE(X)
A set of attributes controlling the appearance of data set markers.
bool operator!=(const MarkerAttributes &) const
#define KDCHART_DECLARE_SWAP_SPECIALISATION(X)
QDebug operator<<(QDebug stream, const DataDimension &r)
bool operator!=(const Span &s1, const Span &s2)
QMap< uint, uint > MarkerStylesMap