23 #ifndef KDCHARTBARATTRIBUTES_H 24 #define KDCHARTBARATTRIBUTES_H 43 void setFixedDataValueGap( qreal gap );
44 qreal fixedDataValueGap()
const;
46 void setUseFixedDataValueGap(
bool gapIsFixed );
47 bool useFixedDataValueGap()
const;
49 void setFixedValueBlockGap( qreal gap );
50 qreal fixedValueBlockGap()
const;
52 void setUseFixedValueBlockGap(
bool gapIsFixed );
53 bool useFixedValueBlockGap()
const;
55 void setFixedBarWidth( qreal width );
56 qreal fixedBarWidth()
const;
58 void setUseFixedBarWidth(
bool useFixedBarWidth );
59 bool useFixedBarWidth()
const;
61 void setGroupGapFactor ( qreal gapFactor );
62 qreal groupGapFactor()
const;
64 void setBarGapFactor( qreal gapFactor );
65 qreal barGapFactor()
const;
67 void setDrawSolidExcessArrows(
bool solidArrows );
68 bool drawSolidExcessArrows()
const;
76 Private * d_func() {
return _d; }
77 const Private * d_func()
const {
return _d; }
84 #endif // KDCHARTBARATTRIBUTES_H bool operator==(const Span &s1, const Span &s2)
Set of attributes for changing the appearance of bar charts.
bool operator!=(const BarAttributes &other) const