A set of 3D line attributes. More...
#include <KDChartThreeDLineAttributes.h>
Public Member Functions | |
double | depth () const |
bool | isEnabled () const |
uint | lineXRotation () const |
uint | lineYRotation () const |
bool | operator!= (const AbstractThreeDAttributes &other) const |
bool | operator!= (const ThreeDLineAttributes &other) const |
ThreeDLineAttributes & | operator= (const ThreeDLineAttributes &) |
bool | operator== (const AbstractThreeDAttributes &) const |
bool | operator== (const ThreeDLineAttributes &) const |
void | setDepth (double depth) |
void | setEnabled (bool enabled) |
void | setLineXRotation (const uint degrees) |
void | setLineYRotation (const uint degrees) |
ThreeDLineAttributes (const ThreeDLineAttributes &) | |
ThreeDLineAttributes () | |
double | validDepth () const |
~ThreeDLineAttributes () |
A set of 3D line attributes.
Definition at line 35 of file KDChartThreeDLineAttributes.h.
ThreeDLineAttributes::ThreeDLineAttributes | ( | ) |
Definition at line 41 of file KDChartThreeDLineAttributes.cpp.
ThreeDLineAttributes::ThreeDLineAttributes | ( | const ThreeDLineAttributes & | r | ) |
Definition at line 47 of file KDChartThreeDLineAttributes.cpp.
ThreeDLineAttributes::~ThreeDLineAttributes | ( | ) |
Definition at line 62 of file KDChartThreeDLineAttributes.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().
uint ThreeDLineAttributes::lineXRotation | ( | ) | const |
Definition at line 85 of file KDChartThreeDLineAttributes.cpp.
References d.
Referenced by operator<<(), and operator==().
uint ThreeDLineAttributes::lineYRotation | ( | ) | const |
Definition at line 95 of file KDChartThreeDLineAttributes.cpp.
References d.
Referenced by operator<<(), and operator==().
bool KDChart::AbstractThreeDAttributes::operator!= | ( | const AbstractThreeDAttributes & | other | ) | const [inherited] |
Definition at line 53 of file KDChartAbstractThreeDAttributes.h.
References KDGantt::operator==().
bool KDChart::ThreeDLineAttributes::operator!= | ( | const ThreeDLineAttributes & | other | ) | const |
Definition at line 51 of file KDChartThreeDLineAttributes.h.
References KDGantt::operator==().
ThreeDLineAttributes & ThreeDLineAttributes::operator= | ( | const ThreeDLineAttributes & | r | ) |
Definition at line 52 of file KDChartThreeDLineAttributes.cpp.
References d.
bool AbstractThreeDAttributes::operator== | ( | const AbstractThreeDAttributes & | r | ) | const [inherited] |
Definition at line 69 of file KDChartAbstractThreeDAttributes.cpp.
References KDChart::AbstractThreeDAttributes::depth(), and KDChart::AbstractThreeDAttributes::isEnabled().
bool ThreeDLineAttributes::operator== | ( | const ThreeDLineAttributes & | r | ) | const |
Definition at line 71 of file KDChartThreeDLineAttributes.cpp.
References lineXRotation(), and lineYRotation().
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 ThreeDLineAttributes::setLineXRotation | ( | const uint | degrees | ) |
Definition at line 80 of file KDChartThreeDLineAttributes.cpp.
References d.
void ThreeDLineAttributes::setLineYRotation | ( | const uint | degrees | ) |
Definition at line 90 of file KDChartThreeDLineAttributes.cpp.
References d.
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().