9#ifndef KCHARTBARATTRIBUTES_H
10#define KCHARTBARATTRIBUTES_H
29 void setFixedDataValueGap( qreal gap );
30 qreal fixedDataValueGap()
const;
32 void setUseFixedDataValueGap(
bool gapIsFixed );
33 bool useFixedDataValueGap()
const;
35 void setFixedValueBlockGap( qreal gap );
36 qreal fixedValueBlockGap()
const;
38 void setUseFixedValueBlockGap(
bool gapIsFixed );
39 bool useFixedValueBlockGap()
const;
41 void setFixedBarWidth( qreal width );
42 qreal fixedBarWidth()
const;
44 void setUseFixedBarWidth(
bool useFixedBarWidth );
45 bool useFixedBarWidth()
const;
47 void setGroupGapFactor ( qreal gapFactor );
48 qreal groupGapFactor()
const;
50 void setBarGapFactor( qreal gapFactor );
51 qreal barGapFactor()
const;
53 void setDrawSolidExcessArrows(
bool solidArrows );
54 bool drawSolidExcessArrows()
const;
57 inline bool operator!=(
const BarAttributes& other )
const {
return !operator==(other); }
62 Private * d_func() {
return _d; }
63 const Private * d_func()
const {
return _d; }
Set of attributes for changing the appearance of bar charts.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:09:30 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.