KChart::BarAttributes
#include <KChartBarAttributes.h>
Public Member Functions | |
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 |
Detailed Description
Set of attributes for changing the appearance of bar charts.
Definition at line 20 of file KChartBarAttributes.h.
Constructor & Destructor Documentation
◆ BarAttributes() [1/2]
BarAttributes::BarAttributes | ( | ) |
Definition at line 53 of file KChartBarAttributes.cpp.
◆ BarAttributes() [2/2]
BarAttributes::BarAttributes | ( | const BarAttributes & | r | ) |
Definition at line 58 of file KChartBarAttributes.cpp.
◆ ~BarAttributes()
BarAttributes::~BarAttributes | ( | ) |
Definition at line 73 of file KChartBarAttributes.cpp.
Member Function Documentation
◆ barGapFactor()
qreal BarAttributes::barGapFactor | ( | ) | const |
Definition at line 172 of file KChartBarAttributes.cpp.
◆ drawSolidExcessArrows()
bool BarAttributes::drawSolidExcessArrows | ( | ) | const |
Definition at line 182 of file KChartBarAttributes.cpp.
◆ fixedBarWidth()
qreal BarAttributes::fixedBarWidth | ( | ) | const |
Definition at line 141 of file KChartBarAttributes.cpp.
◆ fixedDataValueGap()
qreal BarAttributes::fixedDataValueGap | ( | ) | const |
Definition at line 101 of file KChartBarAttributes.cpp.
◆ fixedValueBlockGap()
qreal BarAttributes::fixedValueBlockGap | ( | ) | const |
Definition at line 121 of file KChartBarAttributes.cpp.
◆ groupGapFactor()
qreal BarAttributes::groupGapFactor | ( | ) | const |
Definition at line 162 of file KChartBarAttributes.cpp.
◆ operator!=()
|
inline |
Definition at line 57 of file KChartBarAttributes.h.
◆ operator=()
BarAttributes & BarAttributes::operator= | ( | const BarAttributes & | r | ) |
Definition at line 63 of file KChartBarAttributes.cpp.
◆ operator==()
bool BarAttributes::operator== | ( | const BarAttributes & | r | ) | const |
Definition at line 79 of file KChartBarAttributes.cpp.
◆ setBarGapFactor()
void BarAttributes::setBarGapFactor | ( | qreal | gapFactor | ) |
Definition at line 167 of file KChartBarAttributes.cpp.
◆ setDrawSolidExcessArrows()
void BarAttributes::setDrawSolidExcessArrows | ( | bool | solidArrows | ) |
Definition at line 177 of file KChartBarAttributes.cpp.
◆ setFixedBarWidth()
void BarAttributes::setFixedBarWidth | ( | qreal | width | ) |
Definition at line 136 of file KChartBarAttributes.cpp.
◆ setFixedDataValueGap()
void BarAttributes::setFixedDataValueGap | ( | qreal | gap | ) |
Definition at line 96 of file KChartBarAttributes.cpp.
◆ setFixedValueBlockGap()
void BarAttributes::setFixedValueBlockGap | ( | qreal | gap | ) |
Definition at line 116 of file KChartBarAttributes.cpp.
◆ setGroupGapFactor()
void BarAttributes::setGroupGapFactor | ( | qreal | gapFactor | ) |
Definition at line 157 of file KChartBarAttributes.cpp.
◆ setUseFixedBarWidth()
void BarAttributes::setUseFixedBarWidth | ( | bool | useFixedBarWidth | ) |
Definition at line 147 of file KChartBarAttributes.cpp.
◆ setUseFixedDataValueGap()
void BarAttributes::setUseFixedDataValueGap | ( | bool | gapIsFixed | ) |
Definition at line 106 of file KChartBarAttributes.cpp.
◆ setUseFixedValueBlockGap()
void BarAttributes::setUseFixedValueBlockGap | ( | bool | gapIsFixed | ) |
Definition at line 126 of file KChartBarAttributes.cpp.
◆ useFixedBarWidth()
bool BarAttributes::useFixedBarWidth | ( | ) | const |
Definition at line 152 of file KChartBarAttributes.cpp.
◆ useFixedDataValueGap()
bool BarAttributes::useFixedDataValueGap | ( | ) | const |
Definition at line 111 of file KChartBarAttributes.cpp.
◆ useFixedValueBlockGap()
bool BarAttributes::useFixedValueBlockGap | ( | ) | const |
Definition at line 131 of file KChartBarAttributes.cpp.
The documentation for this class was generated from the following files:
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.