24 #include "KDChartThreeDLineAttributes_p.h" 28 #include <KDABLibFakes> 34 ThreeDLineAttributes::Private::Private()
35 : lineXRotation( 15 ),
41 ThreeDLineAttributes::ThreeDLineAttributes()
66 void ThreeDLineAttributes::init()
82 d->lineXRotation = degrees;
87 return d->lineXRotation;
92 d->lineYRotation = degrees;
97 return d->lineYRotation;
101 #if !defined(QT_NO_DEBUG_STREAM) 105 dbg <<
"KDChart::ThreeDLineAttributes(";
106 dbg = operator <<( dbg, static_cast<const AbstractThreeDAttributes&>(a) );
Base class for 3D attributes.
~ThreeDLineAttributes() override
void setLineYRotation(const uint degrees)
ThreeDLineAttributes & operator=(const ThreeDLineAttributes &)
void setLineXRotation(const uint degrees)
uint lineXRotation() const
bool operator==(const ThreeDLineAttributes &) const
uint lineYRotation() const
QDebug operator<<(QDebug stream, const DataDimension &r)
A set of 3D line attributes.
bool operator==(const AbstractThreeDAttributes &) const