KD Chart 2
[rev.2.7]
|
Set of attributes for changing the appearance of bar charts. More...
#include <KDChartBarAttributes.h>
Public Member Functions | |
BarAttributes () | |
BarAttributes (const 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 |
~BarAttributes () | |
Set of attributes for changing the appearance of bar charts.
Definition at line 34 of file KDChartBarAttributes.h.
BarAttributes::BarAttributes | ( | ) |
Definition at line 66 of file KDChartBarAttributes.cpp.
BarAttributes::BarAttributes | ( | const BarAttributes & | r | ) |
Definition at line 71 of file KDChartBarAttributes.cpp.
BarAttributes::~BarAttributes | ( | ) |
Definition at line 86 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 |
bool KDChart::BarAttributes::operator!= | ( | const BarAttributes & | other | ) | const |
Definition at line 71 of file KDChartBarAttributes.h.
References KDGantt::operator==().
BarAttributes & BarAttributes::operator= | ( | const BarAttributes & | r | ) |
Definition at line 76 of file KDChartBarAttributes.cpp.
References d.
bool BarAttributes::operator== | ( | const BarAttributes & | r | ) | const |
Definition at line 92 of file KDChartBarAttributes.cpp.
References barGapFactor(), drawSolidExcessArrows(), fixedBarWidth(), fixedDataValueGap(), fixedValueBlockGap(), groupGapFactor(), useFixedBarWidth(), useFixedDataValueGap(), and useFixedValueBlockGap().
void BarAttributes::setBarGapFactor | ( | qreal | gapFactor | ) |
Definition at line 180 of file KDChartBarAttributes.cpp.
References d.
void BarAttributes::setDrawSolidExcessArrows | ( | bool | solidArrows | ) |
Definition at line 190 of file KDChartBarAttributes.cpp.
References d.
void BarAttributes::setFixedBarWidth | ( | qreal | width | ) |
Definition at line 149 of file KDChartBarAttributes.cpp.
References d.
void BarAttributes::setFixedDataValueGap | ( | qreal | gap | ) |
Definition at line 109 of file KDChartBarAttributes.cpp.
References d.
void BarAttributes::setFixedValueBlockGap | ( | qreal | gap | ) |
Definition at line 129 of file KDChartBarAttributes.cpp.
References d.
void BarAttributes::setGroupGapFactor | ( | qreal | gapFactor | ) |
Definition at line 170 of file KDChartBarAttributes.cpp.
References d.
void BarAttributes::setUseFixedBarWidth | ( | bool | useFixedBarWidth | ) |
Definition at line 160 of file KDChartBarAttributes.cpp.
References d, and useFixedBarWidth().
void BarAttributes::setUseFixedDataValueGap | ( | bool | gapIsFixed | ) |
Definition at line 119 of file KDChartBarAttributes.cpp.
References d.
void BarAttributes::setUseFixedValueBlockGap | ( | bool | gapIsFixed | ) |
Definition at line 139 of file KDChartBarAttributes.cpp.
References d.
bool BarAttributes::useFixedBarWidth | ( | ) | const |
Definition at line 165 of file KDChartBarAttributes.cpp.
References d.
Referenced by operator==(), and setUseFixedBarWidth().
bool BarAttributes::useFixedDataValueGap | ( | ) | const |
bool BarAttributes::useFixedValueBlockGap | ( | ) | const |