12 #include "KDChartThreeDLineAttributes_p.h"
16 #include <KDABLibFakes>
22 ThreeDLineAttributes::Private::Private()
50 void ThreeDLineAttributes::init()
61 d->lineXRotation = degrees;
66 return d->lineXRotation;
71 d->lineYRotation = degrees;
76 return d->lineYRotation;
79 #if !defined(QT_NO_DEBUG_STREAM)
83 dbg <<
"KDChart::ThreeDLineAttributes(";
84 dbg = operator<<(dbg, static_cast<const AbstractThreeDAttributes &>(a));
Base class for 3D attributes.
A set of 3D line attributes.
ThreeDLineAttributes & operator=(const ThreeDLineAttributes &)
bool operator==(const ThreeDLineAttributes &) const
~ThreeDLineAttributes() override
void setLineXRotation(const uint degrees)
uint lineYRotation() const
uint lineXRotation() const
void setLineYRotation(const uint degrees)
QDebug operator<<(QDebug stream, const DataDimension &r)