 |
KD Chart 2
[rev.2.7]
|
Go to the documentation of this file.
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
127 #endif // KDCHARTMARKERATTRIBUTES_H
A set of attributes controlling the appearance of data set markers.
bool operator==(const Span &s1, const Span &s2)
#define KDCHART_DECLARE_SWAP_SPECIALISATION(X)
QT_BEGIN_NAMESPACE Q_DECLARE_TYPEINFO(KDChart::MarkerAttributes, Q_MOVABLE_TYPE)
QMap< uint, uint > MarkerStylesMap
bool operator!=(const Span &s1, const Span &s2)
#define KDCHART_DECLARE_PRIVATE_BASE_VALUE(X)
KDCHART_EXPORT QDebug operator<<(QDebug, const KDChart::MarkerAttributes &)
bool operator!=(const MarkerAttributes &) const
bool operator==(const MarkerAttributes &) const