#include <KDChartBarAttributes.h>
Collaboration diagram for KDChart::BarAttributes:
Public Member Functions | |
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 |
~BarAttributes () |
|
|
|
|
|
|
|
|
|
|
|
Referenced by KDChart::BarDiagram::paint(). |
|
Referenced by KDChart::BarDiagram::paint(). |
|
Referenced by KDChart::BarDiagram::paint(). |
|
|
|
Definition at line 71 of file KDChartBarAttributes.h.
00071 { return !operator==(other); } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Referenced by KDChart::BarDiagram::paint(). |
|
Referenced by KDChart::BarDiagram::paint(). |
|
Referenced by KDChart::BarDiagram::paint(). |