![]() |
KD Chart API Documentation
3.1
|
A set of 3D line attributes. More...
#include <KDChartThreeDLineAttributes.h>
A set of 3D line attributes.
Definition at line 23 of file KDChartThreeDLineAttributes.h.
ThreeDLineAttributes::ThreeDLineAttributes | ( | ) |
Definition at line 26 of file KDChartThreeDLineAttributes.cpp.
ThreeDLineAttributes::ThreeDLineAttributes | ( | const ThreeDLineAttributes & | r | ) |
Definition at line 31 of file KDChartThreeDLineAttributes.cpp.
|
override |
Definition at line 46 of file KDChartThreeDLineAttributes.cpp.
uint ThreeDLineAttributes::lineXRotation | ( | ) | const |
Definition at line 64 of file KDChartThreeDLineAttributes.cpp.
References d.
Referenced by operator<<(), and operator==().
uint ThreeDLineAttributes::lineYRotation | ( | ) | const |
Definition at line 74 of file KDChartThreeDLineAttributes.cpp.
References d.
Referenced by operator<<(), and operator==().
|
inline |
Definition at line 39 of file KDChartThreeDLineAttributes.h.
References KDChart::operator==().
ThreeDLineAttributes & ThreeDLineAttributes::operator= | ( | const ThreeDLineAttributes & | r | ) |
Definition at line 36 of file KDChartThreeDLineAttributes.cpp.
References d.
bool ThreeDLineAttributes::operator== | ( | const ThreeDLineAttributes & | r | ) | const |
Definition at line 54 of file KDChartThreeDLineAttributes.cpp.
References lineXRotation(), and lineYRotation().
void ThreeDLineAttributes::setLineXRotation | ( | const uint | degrees | ) |
Definition at line 59 of file KDChartThreeDLineAttributes.cpp.
References d.
void ThreeDLineAttributes::setLineYRotation | ( | const uint | degrees | ) |
Definition at line 69 of file KDChartThreeDLineAttributes.cpp.
References d.