A set of 3D pie attributes. More...
#include <KDChartThreeDPieAttributes.h>
Public Member Functions | |
double | depth () const |
bool | isEnabled () 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 (double depth) |
void | setEnabled (bool enabled) |
void | setUseShadowColors (bool useShadowColors) |
ThreeDPieAttributes (const ThreeDPieAttributes &) | |
ThreeDPieAttributes () | |
bool | useShadowColors () const |
double | 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.
double AbstractThreeDAttributes::depth | ( | ) | const [inherited] |
Definition at line 100 of file KDChartAbstractThreeDAttributes.cpp.
References d.
Referenced by operator<<(), KDChart::AbstractThreeDAttributes::operator==(), and KDChart::PieDiagram::paintInternal().
bool AbstractThreeDAttributes::isEnabled | ( | ) | const [inherited] |
Definition at line 89 of file KDChartAbstractThreeDAttributes.cpp.
References d.
Referenced by operator<<(), KDChart::AbstractThreeDAttributes::operator==(), KDChart::PieDiagram::paintInternal(), and KDChart::AbstractThreeDAttributes::validDepth().
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 53 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 70 of file KDChartThreeDPieAttributes.cpp.
References useShadowColors().
bool AbstractThreeDAttributes::operator== | ( | const AbstractThreeDAttributes & | r | ) | const [inherited] |
Definition at line 69 of file KDChartAbstractThreeDAttributes.cpp.
References KDChart::AbstractThreeDAttributes::depth(), and KDChart::AbstractThreeDAttributes::isEnabled().
void AbstractThreeDAttributes::setDepth | ( | double | depth | ) | [inherited] |
Definition at line 94 of file KDChartAbstractThreeDAttributes.cpp.
References d.
void AbstractThreeDAttributes::setEnabled | ( | bool | enabled | ) | [inherited] |
Definition at line 84 of file KDChartAbstractThreeDAttributes.cpp.
References d.
void ThreeDPieAttributes::setUseShadowColors | ( | bool | useShadowColors | ) |
Definition at line 78 of file KDChartThreeDPieAttributes.cpp.
References d.
bool ThreeDPieAttributes::useShadowColors | ( | ) | const |
Definition at line 83 of file KDChartThreeDPieAttributes.cpp.
References d.
Referenced by operator<<(), and operator==().
double AbstractThreeDAttributes::validDepth | ( | ) | const [inherited] |
Definition at line 106 of file KDChartAbstractThreeDAttributes.cpp.
References d, and KDChart::AbstractThreeDAttributes::isEnabled().
Referenced by KDChart::Plotter::threeDItemDepth(), KDChart::LineDiagram::threeDItemDepth(), and KDChart::BarDiagram::threeDItemDepth().