|
KD Chart 2
[rev.2.5]
|
A set of 3D pie attributes. More...
#include <KDChartThreeDPieAttributes.h>


Public Member Functions | |
| qreal | depth () const |
| bool | isEnabled () const |
| bool | isThreeDBrushEnabled () const |
| bool | operator!= (const ThreeDPieAttributes &other) const |
| bool | operator!= (const AbstractThreeDAttributes &other) const |
| ThreeDPieAttributes & | operator= (const ThreeDPieAttributes &) |
| bool | operator== (const ThreeDPieAttributes &) const |
| bool | operator== (const AbstractThreeDAttributes &) const |
| void | setDepth (qreal depth) |
| void | setEnabled (bool enabled) |
| void | setThreeDBrushEnabled (bool enabled) |
| void | setUseShadowColors (bool useShadowColors) |
| virtual QBrush | threeDBrush (const QBrush &brush, const QRectF &rect) const |
| ThreeDPieAttributes () | |
| ThreeDPieAttributes (const ThreeDPieAttributes &) | |
| bool | useShadowColors () const |
| qreal | validDepth () const |
| ~ThreeDPieAttributes () | |
A set of 3D pie attributes.
Definition at line 35 of file KDChartThreeDPieAttributes.h.
| ThreeDPieAttributes::ThreeDPieAttributes | ( | ) |
Definition at line 40 of file KDChartThreeDPieAttributes.cpp.
| ThreeDPieAttributes::ThreeDPieAttributes | ( | const ThreeDPieAttributes & | r | ) |
Definition at line 46 of file KDChartThreeDPieAttributes.cpp.
| ThreeDPieAttributes::~ThreeDPieAttributes | ( | ) |
Definition at line 61 of file KDChartThreeDPieAttributes.cpp.
| qreal AbstractThreeDAttributes::depth | ( | ) | const [inherited] |
Definition at line 99 of file KDChartAbstractThreeDAttributes.cpp.
References d.
Referenced by operator<<(), KDChart::AbstractThreeDAttributes::operator==(), KDChart::PaintingHelpers::project(), and KDChart::AbstractThreeDAttributes::setDepth().
| bool AbstractThreeDAttributes::isEnabled | ( | ) | const [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().
| bool AbstractThreeDAttributes::isThreeDBrushEnabled | ( | ) | const [inherited] |
Definition at line 110 of file KDChartAbstractThreeDAttributes.cpp.
References d.
Referenced by KDChart::AbstractThreeDAttributes::operator==(), and KDChart::AbstractThreeDAttributes::threeDBrush().
| bool KDChart::ThreeDPieAttributes::operator!= | ( | const ThreeDPieAttributes & | other | ) | const |
Definition at line 49 of file KDChartThreeDPieAttributes.h.
References KDGantt::operator==().
| bool KDChart::AbstractThreeDAttributes::operator!= | ( | const AbstractThreeDAttributes & | other | ) | const [inherited] |
Definition at line 57 of file KDChartAbstractThreeDAttributes.h.
References KDGantt::operator==().
| ThreeDPieAttributes & ThreeDPieAttributes::operator= | ( | const ThreeDPieAttributes & | r | ) |
Definition at line 51 of file KDChartThreeDPieAttributes.cpp.
References d.
| bool ThreeDPieAttributes::operator== | ( | const ThreeDPieAttributes & | r | ) | const |
Definition at line 71 of file KDChartThreeDPieAttributes.cpp.
References useShadowColors().
| bool AbstractThreeDAttributes::operator== | ( | const AbstractThreeDAttributes & | r | ) | const [inherited] |
Definition at line 70 of file KDChartAbstractThreeDAttributes.cpp.
References KDChart::AbstractThreeDAttributes::depth(), KDChart::AbstractThreeDAttributes::isEnabled(), and KDChart::AbstractThreeDAttributes::isThreeDBrushEnabled().
| void AbstractThreeDAttributes::setDepth | ( | qreal | depth | ) | [inherited] |
Definition at line 93 of file KDChartAbstractThreeDAttributes.cpp.
References d, and KDChart::AbstractThreeDAttributes::depth().
| void AbstractThreeDAttributes::setEnabled | ( | bool | enabled | ) | [inherited] |
Definition at line 83 of file KDChartAbstractThreeDAttributes.cpp.
References d.
| void AbstractThreeDAttributes::setThreeDBrushEnabled | ( | bool | enabled | ) | [inherited] |
Definition at line 115 of file KDChartAbstractThreeDAttributes.cpp.
References d.
| void ThreeDPieAttributes::setUseShadowColors | ( | bool | useShadowColors | ) |
Definition at line 77 of file KDChartThreeDPieAttributes.cpp.
References d.
| QBrush AbstractThreeDAttributes::threeDBrush | ( | const QBrush & | brush, |
| const QRectF & | rect | ||
| ) | const [virtual, inherited] |
Definition at line 120 of file KDChartAbstractThreeDAttributes.cpp.
References KDChart::AbstractThreeDAttributes::isThreeDBrushEnabled().
Referenced by KDChart::PaintingHelpers::paintAreas(), and KDChart::PaintingHelpers::paintThreeDLines().
| bool ThreeDPieAttributes::useShadowColors | ( | ) | const |
Definition at line 82 of file KDChartThreeDPieAttributes.cpp.
References d.
Referenced by operator<<(), and operator==().
| qreal AbstractThreeDAttributes::validDepth | ( | ) | const [inherited] |
Definition at line 105 of file KDChartAbstractThreeDAttributes.cpp.
References d, and KDChart::AbstractThreeDAttributes::isEnabled().
Referenced by KDChart::BarDiagram::threeDItemDepth(), KDChart::Plotter::threeDItemDepth(), and KDChart::LineDiagram::threeDItemDepth().