![]() |
KD Chart 2
[rev.2.8]
|
A set of 3D bar attributes. More...
#include <KDChartThreeDBarAttributes.h>


Public Member Functions | |
| uint | angle () const |
| qreal | depth () const |
| bool | isEnabled () const |
| bool | isThreeDBrushEnabled () const |
| bool | operator!= (const AbstractThreeDAttributes &other) const |
| bool | operator!= (const ThreeDBarAttributes &other) const |
| ThreeDBarAttributes & | operator= (const ThreeDBarAttributes &) |
| bool | operator== (const AbstractThreeDAttributes &) const |
| bool | operator== (const ThreeDBarAttributes &) const |
| void | setAngle (uint threeDAngle) |
| void | setDepth (qreal depth) |
| void | setEnabled (bool enabled) |
| void | setThreeDBrushEnabled (bool enabled) |
| void | setUseShadowColors (bool useShadowColors) |
| ThreeDBarAttributes () | |
| ThreeDBarAttributes (const ThreeDBarAttributes &) | |
| virtual QBrush | threeDBrush (const QBrush &brush, const QRectF &rect) const |
| bool | useShadowColors () const |
| qreal | validDepth () const |
| ~ThreeDBarAttributes () override | |
A set of 3D bar attributes.
Definition at line 35 of file KDChartThreeDBarAttributes.h.
| ThreeDBarAttributes::ThreeDBarAttributes | ( | ) |
Definition at line 41 of file KDChartThreeDBarAttributes.cpp.
| ThreeDBarAttributes::ThreeDBarAttributes | ( | const ThreeDBarAttributes & | r | ) |
Definition at line 47 of file KDChartThreeDBarAttributes.cpp.
|
override |
Definition at line 62 of file KDChartThreeDBarAttributes.cpp.
| uint ThreeDBarAttributes::angle | ( | ) | const |
Definition at line 95 of file KDChartThreeDBarAttributes.cpp.
References d.
Referenced by operator<<(), and operator==().
|
inherited |
Definition at line 99 of file KDChartAbstractThreeDAttributes.cpp.
References d.
Referenced by operator<<(), KDChart::AbstractThreeDAttributes::operator==(), KDChart::PaintingHelpers::project(), and KDChart::AbstractThreeDAttributes::setDepth().
|
inherited |
Definition at line 88 of file KDChartAbstractThreeDAttributes.cpp.
References d.
Referenced by operator<<(), KDChart::AbstractThreeDAttributes::operator==(), KDChart::PaintingHelpers::paintAreas(), KDChart::PaintingHelpers::paintElements(), and KDChart::AbstractThreeDAttributes::validDepth().
|
inherited |
Definition at line 110 of file KDChartAbstractThreeDAttributes.cpp.
References d.
Referenced by KDChart::AbstractThreeDAttributes::operator==(), and KDChart::AbstractThreeDAttributes::threeDBrush().
|
inherited |
Definition at line 57 of file KDChartAbstractThreeDAttributes.h.
References KDGantt::operator==().
| bool KDChart::ThreeDBarAttributes::operator!= | ( | const ThreeDBarAttributes & | other | ) | const |
Definition at line 53 of file KDChartThreeDBarAttributes.h.
References KDGantt::operator==().
| ThreeDBarAttributes & ThreeDBarAttributes::operator= | ( | const ThreeDBarAttributes & | r | ) |
Definition at line 52 of file KDChartThreeDBarAttributes.cpp.
References d.
|
inherited |
Definition at line 70 of file KDChartAbstractThreeDAttributes.cpp.
References KDChart::AbstractThreeDAttributes::depth(), KDChart::AbstractThreeDAttributes::isEnabled(), and KDChart::AbstractThreeDAttributes::isThreeDBrushEnabled().
| bool ThreeDBarAttributes::operator== | ( | const ThreeDBarAttributes & | r | ) | const |
Definition at line 71 of file KDChartThreeDBarAttributes.cpp.
References angle(), and useShadowColors().
| void ThreeDBarAttributes::setAngle | ( | uint | threeDAngle | ) |
Definition at line 90 of file KDChartThreeDBarAttributes.cpp.
References d.
|
inherited |
Definition at line 93 of file KDChartAbstractThreeDAttributes.cpp.
References d, and KDChart::AbstractThreeDAttributes::depth().
|
inherited |
Definition at line 83 of file KDChartAbstractThreeDAttributes.cpp.
References d.
|
inherited |
Definition at line 115 of file KDChartAbstractThreeDAttributes.cpp.
References d.
| void ThreeDBarAttributes::setUseShadowColors | ( | bool | useShadowColors | ) |
Definition at line 80 of file KDChartThreeDBarAttributes.cpp.
References d.
|
virtualinherited |
Definition at line 120 of file KDChartAbstractThreeDAttributes.cpp.
References KDChart::AbstractThreeDAttributes::isThreeDBrushEnabled().
Referenced by KDChart::PaintingHelpers::paintAreas(), and KDChart::PaintingHelpers::paintThreeDLines().
| bool ThreeDBarAttributes::useShadowColors | ( | ) | const |
Definition at line 85 of file KDChartThreeDBarAttributes.cpp.
References d.
Referenced by operator<<(), and operator==().
|
inherited |
Definition at line 105 of file KDChartAbstractThreeDAttributes.cpp.
References d, and KDChart::AbstractThreeDAttributes::isEnabled().
Referenced by KDChart::BarDiagram::threeDItemDepth(), KDChart::LineDiagram::threeDItemDepth(), and KDChart::Plotter::threeDItemDepth().