A set of 3D bar attributes. More...
#include <KDChartThreeDBarAttributes.h>
Public Member Functions | |
uint | angle () const |
double | depth () const |
bool | isEnabled () const |
bool | operator!= (const ThreeDBarAttributes &other) const |
bool | operator!= (const AbstractThreeDAttributes &other) const |
ThreeDBarAttributes & | operator= (const ThreeDBarAttributes &) |
bool | operator== (const ThreeDBarAttributes &) const |
bool | operator== (const AbstractThreeDAttributes &) const |
void | setAngle (uint threeDAngle) |
void | setDepth (double depth) |
void | setEnabled (bool enabled) |
void | setUseShadowColors (bool useShadowColors) |
ThreeDBarAttributes () | |
ThreeDBarAttributes (const ThreeDBarAttributes &) | |
bool | useShadowColors () const |
double | validDepth () const |
~ThreeDBarAttributes () |
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.
ThreeDBarAttributes::~ThreeDBarAttributes | ( | ) |
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==().
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::ThreeDBarAttributes::operator!= | ( | const ThreeDBarAttributes & | other | ) | const |
Definition at line 53 of file KDChartThreeDBarAttributes.h.
References KDGantt::operator==().
bool KDChart::AbstractThreeDAttributes::operator!= | ( | const AbstractThreeDAttributes & | other | ) | const [inherited] |
Definition at line 53 of file KDChartAbstractThreeDAttributes.h.
References KDGantt::operator==().
ThreeDBarAttributes & ThreeDBarAttributes::operator= | ( | const ThreeDBarAttributes & | r | ) |
Definition at line 52 of file KDChartThreeDBarAttributes.cpp.
References d.
bool ThreeDBarAttributes::operator== | ( | const ThreeDBarAttributes & | r | ) | const |
Definition at line 71 of file KDChartThreeDBarAttributes.cpp.
References angle(), and 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 ThreeDBarAttributes::setAngle | ( | uint | threeDAngle | ) |
Definition at line 90 of file KDChartThreeDBarAttributes.cpp.
References d.
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 ThreeDBarAttributes::setUseShadowColors | ( | bool | useShadowColors | ) |
Definition at line 80 of file KDChartThreeDBarAttributes.cpp.
References d.
bool ThreeDBarAttributes::useShadowColors | ( | ) | const |
Definition at line 85 of file KDChartThreeDBarAttributes.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().