24 #include "KDChartThreeDLineAttributes_p.h"
28 #include <KDABLibFakes>
34 ThreeDLineAttributes::Private::Private()
35 : lineXRotation( 15 ),
41 ThreeDLineAttributes::ThreeDLineAttributes()
66 void ThreeDLineAttributes::init()
75 AbstractThreeDAttributes::operator==(r));
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) );