![]() |
KD Chart API Documentation
3.1
|
Set of attributes for changing the appearance of bar charts. More...
#include <KDChartBarAttributes.h>
Public Member Functions | |
| BarAttributes () | |
| BarAttributes (const BarAttributes &) | |
| ~BarAttributes () | |
| qreal | barGapFactor () const |
| bool | drawSolidExcessArrows () const |
| qreal | fixedBarWidth () const |
| qreal | fixedDataValueGap () const |
| qreal | fixedValueBlockGap () const |
| qreal | groupGapFactor () const |
| bool | operator!= (const BarAttributes &other) const |
| BarAttributes & | operator= (const BarAttributes &) |
| bool | operator== (const BarAttributes &) const |
| void | setBarGapFactor (qreal gapFactor) |
| void | setDrawSolidExcessArrows (bool solidArrows) |
| void | setFixedBarWidth (qreal width) |
| void | setFixedDataValueGap (qreal gap) |
| void | setFixedValueBlockGap (qreal gap) |
| void | setGroupGapFactor (qreal gapFactor) |
| void | setUseFixedBarWidth (bool useFixedBarWidth) |
| void | setUseFixedDataValueGap (bool gapIsFixed) |
| void | setUseFixedValueBlockGap (bool gapIsFixed) |
| bool | useFixedBarWidth () const |
| bool | useFixedDataValueGap () const |
| bool | useFixedValueBlockGap () const |
Set of attributes for changing the appearance of bar charts.
Definition at line 22 of file KDChartBarAttributes.h.
| BarAttributes::BarAttributes | ( | ) |
Definition at line 43 of file KDChartBarAttributes.cpp.
| BarAttributes::BarAttributes | ( | const BarAttributes & | r | ) |
Definition at line 48 of file KDChartBarAttributes.cpp.
| BarAttributes::~BarAttributes | ( | ) |
Definition at line 63 of file KDChartBarAttributes.cpp.
| qreal BarAttributes::barGapFactor | ( | ) | const |
| bool BarAttributes::drawSolidExcessArrows | ( | ) | const |
| qreal BarAttributes::fixedBarWidth | ( | ) | const |
| qreal BarAttributes::fixedDataValueGap | ( | ) | const |
| qreal BarAttributes::fixedValueBlockGap | ( | ) | const |
| qreal BarAttributes::groupGapFactor | ( | ) | const |
|
inline |
Definition at line 59 of file KDChartBarAttributes.h.
References KDChart::operator==().
| BarAttributes & BarAttributes::operator= | ( | const BarAttributes & | r | ) |
Definition at line 53 of file KDChartBarAttributes.cpp.
References d.
| bool BarAttributes::operator== | ( | const BarAttributes & | r | ) | const |
Definition at line 69 of file KDChartBarAttributes.cpp.
References barGapFactor(), drawSolidExcessArrows(), fixedBarWidth(), fixedDataValueGap(), fixedValueBlockGap(), groupGapFactor(), useFixedBarWidth(), useFixedDataValueGap(), and useFixedValueBlockGap().
| void BarAttributes::setBarGapFactor | ( | qreal | gapFactor | ) |
Definition at line 147 of file KDChartBarAttributes.cpp.
References d.
| void BarAttributes::setDrawSolidExcessArrows | ( | bool | solidArrows | ) |
Definition at line 157 of file KDChartBarAttributes.cpp.
References d.
| void BarAttributes::setFixedBarWidth | ( | qreal | width | ) |
Definition at line 117 of file KDChartBarAttributes.cpp.
References d.
| void BarAttributes::setFixedDataValueGap | ( | qreal | gap | ) |
Definition at line 77 of file KDChartBarAttributes.cpp.
References d.
| void BarAttributes::setFixedValueBlockGap | ( | qreal | gap | ) |
Definition at line 97 of file KDChartBarAttributes.cpp.
References d.
| void BarAttributes::setGroupGapFactor | ( | qreal | gapFactor | ) |
Definition at line 137 of file KDChartBarAttributes.cpp.
References d.
| void BarAttributes::setUseFixedBarWidth | ( | bool | useFixedBarWidth | ) |
Definition at line 127 of file KDChartBarAttributes.cpp.
References d, and useFixedBarWidth().
| void BarAttributes::setUseFixedDataValueGap | ( | bool | gapIsFixed | ) |
Definition at line 87 of file KDChartBarAttributes.cpp.
References d.
| void BarAttributes::setUseFixedValueBlockGap | ( | bool | gapIsFixed | ) |
Definition at line 107 of file KDChartBarAttributes.cpp.
References d.
| bool BarAttributes::useFixedBarWidth | ( | ) | const |
Definition at line 132 of file KDChartBarAttributes.cpp.
References d.
Referenced by operator==(), and setUseFixedBarWidth().
| bool BarAttributes::useFixedDataValueGap | ( | ) | const |
| bool BarAttributes::useFixedValueBlockGap | ( | ) | const |